/* Aufruf des PopUp-Fensters zum Drucken des Seiten-Textes */
function printPopUp()
{
	var parameter = document.URL;
	NF=window.open("contentprint.php?print_url="+parameter,'Pop',"width=550,height=360,resizable=yes,scrollbars=yes");
	NF.focus();
}

/* Aufruf des PopUp-Fensters zum Drucken des Seiten-Textes */
function printPopUpPHP(PARA)
{
	var parameter = document.URL;
	NF=window.open("contentprint.php?print_url="+parameter + PARA,'Pop',"width=550,height=360,resizable=yes,scrollbars=yes");
	NF.focus();
}

function Popper(site,ws,hs) {
if (navigator.appName == 'Netscape' && navigator.appVersion.charAt(0) >= '5') hs=hs-10;
//hs=hs-30;
window.open(site,'ContentWindow','menubar=no,toolbar=no,width='+ws+',height='+hs+',scrollbars=no,location=no,directories=no,status=no,resizable=no')
}