function printPage() {
	srcURL = document.URL;
	intSlash = srcURL.lastIndexOf("/");
	intHTML = srcURL.length;
	srcURL = srcURL.substring(eval(intSlash + 1),eval(intHTML + 5));
	srcURL = "http://www.kurpfalz-sekt.de/fileadmin/vorlagen/print.php4?srcURL="+srcURL;
	window.open(srcURL, "Print_Fenster", "width=600,height=600,left=40,top=40,resizable=yes,scrollbars=yes"); 
}