';
a=a+'';
a=a+'';
var w=window.open();
w.document.open();
w.document.write(a);
w.document.close();
}
/* ajax4db */
var myajax;
var funcajax;
var interajax;
function ajax4db(t,s,w,g,l,f) {
funcajax=f;
interajax=setInterval("waitforajax()",1000);
var ajaxRequest; // The variable that makes Ajax possible!
try{
// Opera 8.0+, Firefox, Safari
ajaxRequest = new XMLHttpRequest();
} catch (e){
// Internet Explorer Browsers
try{
ajaxRequest = new ActiveXObject("Msxml2.XMLHTTP");
} catch (e) {
try{
ajaxRequest = new ActiveXObject("Microsoft.XMLHTTP");
} catch (e){
// Something went wrong
alert("Your browser broke!");
return false;
}
}
}
// Create a function that will receive data sent from the server
ajaxRequest.onreadystatechange = function(){
if(ajaxRequest.readyState == 4){
// document.myForm.time.value = ajaxRequest.responseText;
myajax=ajaxRequest.responseText;
}
}
var queryString = "?t=" + t + "&s=" + s + "&w=" + w + "&l=" + l + "&g=" + g;
ajaxRequest.open("GET", "/scripts/ajax4db.php" + queryString, true);
ajaxRequest.send(null);
}
function waitforajax() {
if (myajax>"") {
eval (funcajax)(myajax);
clearTimeout(interajax);
}
}
var iconabsx=0;
var iconabsy=0;
function showiconpulldown(iconname,element) {
if (document.getElementById("iconpulldown"+iconname).style.display=="block") {
document.getElementById("iconpulldown"+iconname).style.display="none";
} else {
iconabsx=-document.getElementById("divumalles").offsetLeft;
iconabsy=element.offsetHeight; //-document.getElementById("masterdiv").offsetTop;
getabsposiscon(element)
document.getElementById("iconpulldown"+iconname).style.left=iconabsx+"px";
document.getElementById("iconpulldown"+iconname).style.top=iconabsy+"px";
document.getElementById("iconpulldown"+iconname).style.display="block";
}
}
function getabsposiscon(a) {
iconabsx=iconabsx+a.offsetLeft;
iconabsy=iconabsy+a.offsetTop;
if (a.offsetParent) {getabsposiscon(a.offsetParent);}
}
function initcie() {
// correktscreenpos();
// preloadkarte2();
enl_init();
}
function tofavorits(campid) {
inhalt='';
document.getElementById("universalcontainer").style.width="300px";
document.getElementById("universalcontainer").style.height="170px";
setuniversalcontainer(inhalt);
}
function loginpopup(gotopage,text) {
if (text=="" || text=="undefined" || !text) {text="Login";}
a='