function Popup(arg)
{
	switch (arg) {
	  case "start":
		//window.open("edm10_2.php?title=test&lname=test2", "Start", "width=800,height=700,left=0,top=0,scrollbars=yes");
		break;
	  case "rueckgabe":
		window.open("rueckgaberecht.html", "Rueckgaberecht", "width=600,height=500,left=100,top=200");
		break;
	   case "offer":
		window.open("offer.html", "Offer", "width=600,height=500,left=100,top=200");
		break;
	   case "offer2":
		window.open("offer2.html", "Offer", "width=600,height=500,left=100,top=200");
		break;
	  case "rueckgabe_at":
		window.open("rueckgaberecht_at.html", "Rueckgaberecht", "width=600,height=500,left=100,top=200");
		break;		
	  case "imprint":
		window.open("impressum.html", "Impressum", "width=600,height=500,left=100,top=200");
		break;
	  case "conditions":
		window.open("teilnahmebedingungen.html", "Teilnahmebedingungen", "width=600,height=500,left=100,top=200");
		break;
	  case "privacy":
		window.open("datenschutz.html", "Datenschutz", "width=600,height=500,left=100,top=200");
		break;
	  case "info":
		window.open("info.html", "Information", "width=813,height=565,left=100,top=100,scrollbars=no");
		break;
	  case "dontgo":  		
		window.open("dontgo.php", "dontgo", "width=600,height=600,left=100,top=200");
		break;	
	  case "vorschau1":
		window.open("vorschau1.html", "Vorschau", "width=500,height=647,left=100,top=100,scrollbars=no");
		break;
	  case "vorschau2":
		window.open("vorschau3.html", "Vorschau", "width=500,height=647,left=100,top=100,scrollbars=no");
		break;
	  case "vorschau3":
		window.open("vorschau5.html", "Vorschau", "width=500,height=647,left=100,top=100,scrollbars=no");
		break;
	  case "vorschau4":
		window.open("vorschau7.html", "Vorschau", "width=500,height=647,left=100,top=100,scrollbars=no");
		break;
	  case "vorschau5":
		window.open("vorschau9.html", "Vorschau", "width=500,height=647,left=100,top=100,scrollbars=no");
		break;		
		
	} 
}

/*
if(!dsn){ var dsn = false;}
if(!dsnfinal){ var dsnfinal = false;}
*/
function doUnload()
{
 if (window.event.clientX < 0 && window.event.clientY < 0)
 {   
   dsnpar = "width=740,height=561,scrollbars=no,resizable=no,left=0,top=0,locationbar=yes";
   dsnhandle = window.open(dsnurl,"dontsay",dsnpar);
 }
}

function dsnwindow(test){
	if(dsn != false){
		if(dsnfinal == true){
			dsnpar = "width=800,height=600,scrollbars=no,resizable=no,left=0,top=0";
			dsnhandle = window.open(dsnurl,"finale",dsnpar);
			dsn = true;
		}else{
			dsnpar = "width=740,height=561,scrollbars=no,resizable=no,left=0,top=0,locationbar=yes";
			dsnhandle = window.open(dsnurl,"dontsay",dsnpar);
			dsn = true;
			//openHP();
		}
		dsnhandle.focus();
	}
}

	
