function hotlinepopup() { shopWindow=window.open("https://www.protectcom.de/hotline.html", null, "height=580,width=480,left=20,top=120,status=yes,toolbar=no,menubar=no,location=no,scrollbars=yes,resizable=yes"); shopWindow.focus(); }
function screenshotpopup(screenshot) { shopWindow=window.open("graphics/screenshots/"+screenshot, null, "height=600,width=880,left=20,top=60,status=yes,toolbar=no,menubar=no,location=no,scrollbars=yes,resizable=yes"); shopWindow.focus(); }
function flashpopup(flashfile) { shopWindow=window.open("flash/"+flashfile, null, "height=640,width=880,left=20,top=60,status=yes,toolbar=no,menubar=no,location=no,scrollbars=yes,resizable=yes"); shopWindow.focus(); }
function flashdemo(flashfile) {
	if (screen.width >= 1024) { myflashWindow=window.open("flash.php?FlashDemo="+flashfile+"&FlashSize=large", null, "height=750,width=800,left=20,top=60,status=yes,toolbar=no,menubar=no,location=no,scrollbars=yes,resizable=yes"); myflashWindow.focus(); } else 
	{ myflashWindow=window.open("flash.php?FlashDemo="+flashfile+"&FlashSize=small", null, "height=660,width=700,left=20,top=30,status=yes,toolbar=no,menubar=no,location=no,scrollbars=yes,resizable=yes"); myflashWindow.focus(); } }
function securitypopup() { secWindow=window.open("https://www.protectcom.de/datensicherheit.php", null, "height=620,width=440,left=220,top=120,status=yes,toolbar=no,menubar=no,location=no,scrollbars=no,resizable=yes"); secWindow.focus(); }	