<!--

if (!document.getElementById || navigator.userAgent.indexOf("Opera 5")>=0){
location.href="/static/vfl/template/main/browser.html";
}
else {

}

function lt(url) {
    live = window.open(url,'nxLiveticker','top=0,left=0,width=788,height=530,scrollbars=no,resizable=no');
    return false;
}

function lttemp(url) {
    live = window.open(url,'Liveticker','top=0,left=0,width=600,height=500,scrollbars=yes,resizable=no');
    return false;
}

function MouseOverOut(img_name,img_src){
	document[img_name].src=img_src;
}

function MouseOverOutIL(img_name,img_src){
	if (document.layers) {
		document['submenu'].document[img_name].src=img_src;
	}
	else {
		document[img_name].src=img_src;
	}
}

function Fenster(url){
	a=window.open(url,'minimal_popup','top=100,left=100,width=543,height=369,scrollbars=yes,resizable=no');
	a.focus();
}

function Fenster2(url){
	a=window.open(url,'minimal_popup','top=100,left=100,width=500,height=380,scrollbars=yes,resizable=no');
	a.focus();
}

function Fenster3(url){
	a=window.open(url,'minimal_popup','top=100,left=100,width=480,height=380,scrollbars=no,resizable=no');
	a.focus();
}

function Fensterxmas(url){
	a=window.open(url,'minimal_popup','top=100,left=100,width=800,height=600,scrollbars=no,resizable=no');
	a.focus();
}

function LayerEinAusblenden(LName,EinAus,hoehe) {
	if (document.layers) {
		document[LName].visibility = EinAus;
		document[LName].top = hoehe;
	}
	else
	if (document.getElementById){
		document.getElementById(LName).style.visibility = EinAus;
		document.getElementById(LName).style.top = hoehe;
	}
	else
	if (document.all && !document.getElementById){
		document.all[LName].style.visibility = EinAus;
		document.all[LName].style.top = hoehe;
	}
	else {
		document.write("Ihr Browser unterstützt diese Funktion nicht. Bitte updaten Sie Ihren Browser.");
	}
}
//-->