function navi_main(what,action,produkte)
{if(produkte)var newbgimage='/_resources/img/navi/main/produkte_'+action+'.gif';else var newbgimage='/_resources/img/navi/main/all_'+action+'.gif';what.style.backgroundImage='url(\''+newbgimage+'\')';}
function navi_sub(what,action,position)
{if(action=='on')var newbgcolor='#FFFFFF';else
{if(position)var newbgcolor='#C2C2C2';else var newbgcolor='#F3C51A';}
what.style.backgroundColor=newbgcolor;}
function navi_subsub(what,action,position)
{if(action=='on')var newbgcolor='#FFFFFF';else
{if(position)var newbgcolor='#EFEFEF';else var newbgcolor='#D6D7D6';}
what.style.backgroundColor=newbgcolor;}
function navi_subsubsub(what,action)
{if(action=='on')var newbgcolor='#FFFFFF';else var newbgcolor='#EBEBEB';what.style.backgroundColor=newbgcolor;}
function navi(position,action,what)
{document.images['navi_'+position+'_'+what].src='/_resources/img/navi/'+position+'/'+what+'_'+action+'.gif';}
function direkt_go(select)
{var wert=select.options[select.options.selectedIndex].value;
self.location.href=wert;}
function suchfeld(feld)
{if(feld.value=='Suchen ...')feld.value='';}
function popup(link,popupParameter)
{fenster=window.open(link,"Popup",popupParameter);fenster.focus();}
function popup2(url,height,width)
{if(!width)width=370;fenster2=window.open(url,'Popupfenster2','width='+width+',height='+height+',resizable=no,scrollbars=yes');fenster2.focus();window.close();return false;}
function popupkontakt(url,height,width)
{if(!width)width=370;fenster=window.open(url,'Popupfenster','width='+width+',height='+height+',resizable=no,scrollbars=yes');fenster.focus();return false;}
function popupfoto(url)
{fenster=window.open(url,'Popupfenster','width=353,height=353,resizable=no,scrollbars=no');fenster.focus();return false;}
function closepopup(url)
{if(url)window.opener.location.href=url;window.close()}
function isInteger(s)
{var i;for(i=0;i<s.length;i++)
{var c=s.charAt(i);if(!isDigit(c))return false;}
return true;}
function isDigit(c)
{return((c>="0")&&(c<="9"))}
function resize_ifr(min_height){if(!document.getElementById)return;var ifrObj=document.getElementById('ifr');var content=ifr.document.getElementById('ifr_cont');if(content&&content.offsetHeight>0){var neue_hoehe=content.offsetHeight+35;if(!isNaN(min_height)&&neue_hoehe<min_height){neue_hoehe=min_height;}
ifrObj.style.height=neue_hoehe;}}
function menu_einblenden(){if(!document.getElementById)return;if(document.getElementById('extraspace')){document.getElementById('extraspace').style.display='none';}
if(self!=top)return;document.getElementById('mm1').style.display='';document.getElementById('mm2').style.display='';document.getElementById('mm3').style.display='';document.getElementById('mm4').style.display='';document.getElementById('mm5').style.display='';document.getElementById('mm6').style.display='';document.getElementById('mm7').style.display='';document.getElementById('mm8').style.display='';document.getElementById('mm9').style.display='';document.getElementById('mm10').style.display='';document.getElementById('mmtab1').style.width='956px';document.getElementById('mmtab2').cellSpacing='4';document.getElementById('mmtab3').style.width='595px';document.body.style.marginLeft='20px';}