function CherriPop(prepath,targetURL) {
	cherriWindow=window.open (prepath+targetURL,"Cherri","status=no,toolbar=no,menubar=no,location=no,resizable=yes,fullscreen=yes");
	try { cherriWindow.focus(); }
	catch (err) {
		popscreen(targetURL);
	}
}