\n');
}
//-->
function showHelp( url) {
var t="toolbar=0,menubar=0,scrollbars=0,location=0,status=1,resizable=1,width=700,height=530,screenX=150,left=150,screenY=150,top=150";
var url="help/";
window.open( url, "help", t);
}
function showWeather() {
var t="toolbar=0,menubar=0,scrollbars=0,location=0,status=1,resizable=1,width=170,height=200,screenX=200,left=200,screenY=200,top=200";
var url="http://www.rad.oal-portal.de/karte/wetter.htm";
window.open( url, "weather", t);
}
function setDeepLink( txt) {
var p = txt.split( "|");
var x = Math.round( p[0]);
var y = Math.round( p[1]);
var z = Math.round( p[2]);
// alert( "gis: "+x+" , "+y);
var wl = top.location;
top.location.replace( wl.protocol+'//'+wl.host+wl.pathname+"#X="+x+"&Y="+y+"&Z="+z);
}