function popwin (theurl) {
np = window.open(theurl,'pop','width=390,height=200,innerWidth=390,innerHeight=200,menubar=0,locationbar=0,personalbar=0,statusbar=0,scrollbars=1,resizable=0');
np.window.moveTo(30,30);
np.window.focus();
}
function framed() {
	if (top.frames.length > 1) {
		if (top.frames[0].name != "vollkrassframe") {top.location = "http://www.moveasy.de";}
	}
	if(top.frames.length < 1) {window.setTimeout('top.location="index.php"',500);}
}