var raus;

function warn(dedl) {

	if (dedl==1){
	var raus = "sitemap.html";
	}
	if (dedl==2){
	var raus = "leistungen.html";
	
	}
	if (dedl==3){
	var raus = "onlineshop2.html";
	}
	if (dedl==4){
	var raus = "versand.html";
	}
	if (dedl==5){
	var raus = "dekorationsartikel.html";
	}
	if(Einkauf>0){
		var pruef=confirm("    Sie verlassen den Shopbereich! \n Dadurch wird der Warenkorb gelöscht!");
		if (pruef==true){
	
			 window.parent.location.href = raus;
		}
			else{return false}
	}
}

function oeffner(wen){
//window.name="display";
  if (wen==1)
  {
    window.open("artikel.php?","Artikelbeschreibung","width=750,height=350,scrollbars=yes,resizable=yes,screenX=190,screenY=20");
  }
}

function quickbanner(welch){
	if (welch==1){
	window.open("quickbanner1.html","quickbanner1","width=400,height=400,scrollbars=yes,resizable=yes,screenX=190,screenY=20");
	}	
	else if (welch==2){
	window.open("quickbanner2.html","quickbanner2","width=400,height=400,scrollbars=yes,resizable=yes,screenX=190,screenY=20");
	}
	else if (welch==3){
	window.open("quickbanner3.html","quickbanner3","width=700,height=400,scrollbars=yes,resizable=yes,screenX=190,screenY=20");
	}
}


