function OpenWindow(url, breite, hoehe) {
	props = "width=" + breite + ",height=" + hoehe + ",toolbar=1,location=0,status=0,menubar=0,scrollbars=1,resizable=1";
	awin=window.open(url,"eut",props); 
	awin.focus();
}

var ad_server_tile=1;
var ad_server_rand=Math.floor(Math.random() * 10000000) + 1;

