function popup(url, width, height, name) {
   	myCMSFenster = window.open(url,name,'width=' + width + ',height=' + height + ',status=yes,resizable=yes,menubar=no,locationbar=no,scrollbars=yes,dependent=yes' );
}

function popupmenu(url, width, height, name) {
   	myCMSFenster = window.open(url,name,'width=' + width + ',height=' + height + ',status=yes,resizable=yes,menubar=yes,toolbar=yes,locationbar=no,scrollbars=yes,dependent=yes' );
}
	
if(top.frames.length > 0)
top.location.href=self.location;
	
function conf() { 
	check = confirm("Wollen Sie das wirklich?");
	return check; 
}
	
function conf_exp2nor() { 
	check = confirm("Beim Wechsel des Modus gehen Änderungen verloren!");
	return check; 
}



