<!--

var raus;


function oeffner(was){
var raus = "deko/bild"+was+".html";

		window.open(raus,"dekoshow","width=550,height=550,scrollbars=yes,resizable=yes,screenX=20,screenY=20");

}

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";
}



	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}
}


//-->
