function PopUp(pTargetURL, pHeight, pWidth, pSizable, pScrollbars) {
 	window.open (pTargetURL,"KAI3FanNet","width="+pWidth+",height="+pHeight+",directories=no,toolbar=no,location=no,status=yes,menubar=no,scrollbars="+pScrollbars+",resizable="+pSizable);
}

function backup_cleanup(pid) {
	var pid;
	PopUp("wnd_bckclean.php?pid=" + pid,340,260,0,0);
}