function uebergabe(seite,action,id,id2,page) {
	document.uebergabe.action = seite;
	document.uebergabe.aktuelle_action.value = action;
	document.uebergabe.id.value = id;
	document.uebergabe.id2.value = id2;
	document.uebergabe.page.value = page;
	document.uebergabe.submit();
}

function MM_openBrWindow(theURL,winName,features) { //v2.0
  window.open(theURL,winName,features);
}

function popup(urli) { 
     neuesFenster = window.open(urli,'neuesFenster','height=550,width=820, top=30, left=30, scrollbars=yes, resizable=yes'); 
     if (window.focus) { 
     neuesFenster.focus(); 
     } 
     return false; 
     } 


/* -------------------- Top Meny Transparenz -----------------------------*/
var baseopacity=60

function slowhigh(which2){
imgobj=which2
browserdetect=which2.filters? "ie" : typeof which2.style.MozOpacity=="string"? "mozilla" : ""
instantset(baseopacity)
highlighting=setInterval("gradualfade(imgobj)",50)
}

function slowlow(which2){
cleartimer()
instantset(baseopacity)
}

function instantset(degree){
if (browserdetect=="mozilla")
imgobj.style.MozOpacity=degree/100
else if (browserdetect=="ie")
imgobj.filters.alpha.opacity=degree
}

function cleartimer(){
if (window.highlighting) clearInterval(highlighting)
}

function gradualfade(cur2){
if (browserdetect=="mozilla" && cur2.style.MozOpacity<1)
cur2.style.MozOpacity=Math.min(parseFloat(cur2.style.MozOpacity)+0.1, 0.99)
else if (browserdetect=="ie" && cur2.filters.alpha.opacity<100)
cur2.filters.alpha.opacity+=10
else if (window.highlighting)
clearInterval(highlighting)
}
/* -------------------- Top Meny Transparenz -----------------------------*/

/* Image Preload */

function MM_preloadImages() { //v3.0
  var d=document; if(d.images){ if(!d.MM_p) d.MM_p=new Array();
    var i,j=d.MM_p.length,a=MM_preloadImages.arguments; for(i=0; i<a.length; i++)
    if (a[i].indexOf("#")!=0){ d.MM_p[j]=new Image; d.MM_p[j++].src=a[i];}}
}

