// mouseover topnavigation
var act = 0;
function over01(x){
	if(document.all) x.style.cursor = "hand"; 
	else x.style.cursor = "pointer"; 
	if(x.className=="high") return;
	if(!x.childNodes) return;
	if(x.childNodes[0].innerHTML) x.innerHTML=x.childNodes[0].innerHTML;
	x.style.backgroundPosition = "0px -34px";
	x.style.color="#000000";
}

function out01(x){
	if(x.className=="high") return;
	x.style.backgroundPosition = "0px 0px";
	x.style.color="#ffffff";
}

// mouseover leftnavigation
function over02(x){
	if(document.all) x.style.cursor = "hand"; 
	else x.style.cursor = "pointer"; 
	

	if(!x.style) return;
	oldcolor = x.style.backgroundColor;
	x.style.backgroundColor="#FCD116";
}

function out02(x){
	if(!x.style) return;
	x.style.backgroundColor=oldcolor;
}

//topnavigation & leftnavigation
function linkme(x){
if(x) document.location.href = x;
else document.location.href = "#";
}

//sitemap
function openSitemap(url) {
	satellit =window.open(url,"SiteMap","location=yes,menubar=yes,resizable=yes,scrollbars=yes,status=yes,toolbar=yes");
	satellit.window.focus();
}

//sitemap
function openInfomaterial(url) {
	satellit =window.open(url,"SiteMap","location=yes,menubar=yes,resizable=yes,scrollbars=yes,status=yes,toolbar=yes");
	satellit.window.focus();
}

//kontakt
if(document.layers){
height00 = 580;
}
else{
height00 = 550;
}
function openKontakt(url) {
	satellit =eval('window.open(url,"Form","location=no,menubar=no,resizable=no,scrollbars=no,status=no,toolbar=no,width=661,height='+height00+'")');
	satellit.window.focus();
}
//zoom
function zoom(img,w,h){
	satellit =eval('window.open(img,"Form","location=no,menubar=no,resizable=yes,scrollbars=yes,status=no,toolbar=no,width='+w+',height='+h+'")');
	satellit.window.focus();
}

//css not for ns4
if(!document.layers){
	document.write('<style>');
	document.write('.txt00,.feedback{line-height:18px}');
	document.write('.txt01{padding-top:2px;line-height:12px}');
	document.write('</style>');
}
else{
	document.write('<style>');
	document.write('.formbg01,.formbg02,.formbg03,.formbg03a{padding:0 0 0 0}');
	document.write('</style>')
}

//print
function openPrint(url) {
	satellit =eval('window.open(url,"Printwindow","location=no,menubar=yes,resizable=no,scrollbars=yes,status=no,toolbar=yes,width=661,height=600")');
	satellit.window.focus();
}

//print
function openPopup(url,w,h) {
	satellit =eval('window.open(url,"Popup","location=no,menubar=no,resizable=no,scrollbars=no,status=no,toolbar=no,width='+w+',height='+h+'")');
	satellit.window.focus();
}

//empty inputs onfocus
function empty(x){
	x.value = "";
}

//language selector
function portme(){
var x = document.man_portals.portals.options;

	if (x[x.selectedIndex].value != '') { 
		document.location.href=x[x.selectedIndex].value;
		x.selectedIndex = 0;
	}
}
