	function popup(url)
	{
		var newwindow1 = window.open(url,"helpWindow","height=660,width=620,status=yes,scrollbars=yes,resizable=yes");
		newwindow1.focus();
	}
	
	function newTab(url) {
		var newwindow2 = window.open(url,"_blank","status=yes,scrollbars=yes,resizable=yes");
		newwindow2.focus();
	}

	function pop(url) {
		var newwindow3 = window.open(url, "ShopAuskunft.de PREMIUM","height=800,width=980,status=yes,scrollbars=yes,resizable=yes");
		newwindow3.focus();
	}