	var ns4=document.layers
	var ie4=document.all
	var ns6=document.getElementById&&!document.all

	function hidebox(){
	if (ie4||ns6)
	        document.getElementById("showAd").style.visibility="hidden"
		else if (ns4)
		        document.showAd.visibility="hide"
	}
	function showbox(){
	if (ie4||ns6)
	        document.getElementById("showAd").style.visibility="visible"
		else if (ns4)
		        document.showAd.visibility="show"
	}

	function wechsel(blob,id){
		var bild ="note2"+id;
		document.images[bild].src="blob.php?element_id="+id+"&blob_id="+blob;
	}

	function popup(url, width, height, name)
	{
	   	strgCFenster = window.open(url,name,'width=' + width + ',height=' + height + ',status=yes,resizable=yes,menubar=no,locationbar=no,scrollbars=yes,dependent=yes' );
	}
 	function popupmenu(url, width, height, name)
	{
	   	strgCFenster = window.open(url,name,'width=' + width + ',height=' + height + ',status=yes,resizable=yes,menubar=yes,toolbar=yes,locationbar=no,scrollbars=yes,dependent=yes' );
	}
	
	if(top.frames.length > 0)
   	top.location.href=self.location;
	
	function conf()
	{ 
		check = confirm("Wollen Sie das wirklich?");
		return check; 
	}
	
	function conf_exp2nor()
	{ 
		check = confirm("Beim Wechsel des Modus gehen �derungen verloren!");
		return check; 
	}
	
	function shopuser_toggle_delivery_info()
	{
		if(document.USERINFO.delivery_address.checked == true)
		{
			document.USERINFO.d_company.disabled = false;
			document.USERINFO.d_department.disabled = false;
			document.USERINFO.d_partner.disabled = false;
			document.USERINFO.d_street.disabled = false;
			document.USERINFO.d_zip.disabled = false;
			document.USERINFO.d_city.disabled = false;
			document.USERINFO.d_tel.disabled = false;
			document.USERINFO.d_telsms.disabled = false;
			document.USERINFO.d_fax.disabled = false;
			document.USERINFO.d_email.disabled = false;
			document.USERINFO.d_www.disabled = false;		
		}
		else
		{
			document.USERINFO.d_company.disabled = true;
			document.USERINFO.d_department.disabled = true;
			document.USERINFO.d_partner.disabled = true;
			document.USERINFO.d_street.disabled = true;
			document.USERINFO.d_zip.disabled = true;
			document.USERINFO.d_city.disabled = true;
			document.USERINFO.d_tel.disabled = true;
			document.USERINFO.d_telsms.disabled = true;
			document.USERINFO.d_fax.disabled = true;
			document.USERINFO.d_email.disabled = true;
			document.USERINFO.d_www.disabled = true;
		}
		return 0;
	}	


