// Layer Ads JS File


// Verzoegerung starten
window.setTimeout("nwnd()",8000);


// Nun Popup oeffnen
function nwnd() {



//var par = "dialogHeight:450; dialogWidth:800; center: yes; help: no; resizable: yes; status: no;";
//showModalDialog('http://www.foto-pinnwand.net/PinnwandService.php','EXIT',par);
//window.open('http://www.foto-pinnwand.net/PinnwandService.php','popdown','location=no,scrollbars=yes,menubar=no,toolbar=no,resizable=yes,statusbar=no,height=450,width=800');



	myleft=(screen.width)?(screen.width-888)/2:100;mytop=(screen.height)?(screen.height-488)/2:100;
	settings="width=100,height=100,scrollbars=no,location=yes,directories=no,status=no,menubar=no,toolbar=no,resizable=no,dependent=no";
	win=window.open("http://www.foto-pinnwand.net/PinnwandService.php","PinnwandService",settings);
	win.blur(); 
	win.resizeTo(888,height=488);
	//win.moveTo(mytop,myleft);
	win.location="http://www.foto-pinnwand.net/PinnwandService.php";

}



