function OpenPopUpAd()
	{
	   PopUp = 0;
	   PopUp = window.open("","showtime","width=450,height=730,directories=0,location=0,menubar=0,resizeable=0,scrollbars=1,status=0,toolbar=0");

	   if (PopUp)
	   {
	      PopUp.location.href = "/web/zentral/html/popUpAd.html";
		}
	}
	
	function OpenPopUpLaptopstand()
	{
	   PopUp = 0;
	   PopUp = window.open("","Laptopstand","width=400,height=730,directories=0,location=0,menubar=0,resizeable=0,scrollbars=1,status=0,toolbar=0");

	   if (PopUp)
	   {
	      PopUp.location.href = "/web/zentral/html/popUp-Laptop-Stand.html";
		}
	}
	
	function OpenPopUpSwitchbox()
	{
	   PopUp = 0;
	   PopUp = window.open("","Switchbox","width=400,height=730,directories=0,location=0,menubar=0,resizeable=0,scrollbars=1,status=0,toolbar=0");

	   if (PopUp)
	   {
	      PopUp.location.href = "/web/zentral/html/popUp-switchbox.html";
		}
	}

function OpenPopUpSSL()
	{
	   PopUp = 0;
	   PopUp = window.open("","SSL","width=800,height=730,directories=0,location=0,menubar=0,resizeable=0,scrollbars=1,status=0,toolbar=0");

	   if (PopUp)
	   {
	      PopUp.location.href = "/web/zentral/html/popUp-SSL.html";
		}
	}

