if(document.getElementById("cnav")!=null){startList=function(){if(document.all&&document.getElementById){navRoot=document.getElementById("cnav");for(i=0;i<navRoot.childNodes.length;i++){node=navRoot.childNodes[i];if(node.nodeName=="LI"){node.onmouseover=function(){this.className+=" over";};node.onmouseout=function(){this.className=this.className.replace(" over","");}}}}};window.onload=startList;}function switchMnu(sID){aMenus=document.getElementById('mnuDivs').value.split(",");for(i=0;i<aMenus.length;i++){document.getElementById(aMenus[i]).style.display='none';}document.getElementById(sID).style.display='block';} function init(){
 var myWidth = 0, myHeight = 0;
  if( typeof( window.innerWidth ) == 'number' ) {
    //Non-IE
    myWidth = window.innerWidth;
    myHeight = window.innerHeight;
  } else if( document.documentElement && ( document.documentElement.clientWidth || document.documentElement.clientHeight ) ) {
    //IE 6+ in 'standards compliant mode'
    myWidth = document.documentElement.clientWidth;
    myHeight = document.documentElement.clientHeight;
  } else if( document.body && ( document.body.clientWidth || document.body.clientHeight ) ) {
    //IE 4 compatible
    myWidth = document.body.clientWidth;
    myHeight = document.body.clientHeight;
  }
  
  myHeight=myHeight-190;
document.getElementById('content').style.height=myHeight+"px";
};
loc="";
btn_nederlands = new Image();
btn_nederlands.src = loc+"media/eura/btn_nederlands.gif";
btn_nederlands_hi = new Image();
btn_nederlands_hi.src = loc+"media/eura/btn_nederlands_hi.gif";
btn_english = new Image();
btn_english.src = loc+"media/eura/btn_english.gif";
btn_english_hi = new Image();
btn_english_hi.src = loc+"media/eura/btn_english_hi.gif";
btn_deutsch = new Image();
btn_deutsch.src = loc+"media/eura/btn_deutsch.gif";
btn_deutsch_hi = new Image();
btn_deutsch_hi.src = loc+"media/eura/btn_deutsch_hi.gif";
btn_home = new Image();
btn_home.src = loc+"media/eura/btn_nl_home.jpg";
btn_home_hi = new Image();
btn_home_hi.src = loc+"media/eura/btn_nl_home_hi.jpg";
btn_bedrijf = new Image();
btn_bedrijf.src = loc+"media/eura/btn_nl_bedrijf.jpg";
btn_bedrijf_hi = new Image();
btn_bedrijf_hi.src = loc+"media/eura/btn_nl_bedrijf_hi.jpg";
btn_producten = new Image();
btn_producten.src = loc+"media/eura/btn_nl_producten.jpg";
btn_producten_hi = new Image();
btn_producten_hi.src = loc+"media/eura/btn_nl_producten_hi.jpg";
btn_over = new Image();
btn_over.src = loc+"media/eura/btn_nl_over.jpg";
btn_over_hi = new Image();
btn_over_hi.src = loc+"media/eura/btn_nl_over_hi.jpg";
btn_verkoop = new Image();
btn_verkoop.src = loc+"media/eura/btn_nl_verkoop.jpg";
btn_verkoop_hi = new Image();
btn_verkoop_hi.src = loc+"media/eura/btn_nl_verkoop_hi.jpg";
btn_links = new Image();
btn_links.src = loc+"media/eura/btn_nl_links.jpg";
btn_links_hi = new Image();
btn_links_hi.src = loc+"media/eura/btn_nl_links_hi.jpg";
btn_contact = new Image();
btn_contact.src = loc+"media/eura/btn_nl_contact.jpg";
btn_contact_hi = new Image();
btn_contact_hi.src = loc+"media/eura/btn_nl_contact_hi.jpg";

function switchBtn(id){
	eval("source=document.getElementById(id).src==btn_"+id+".src;");
	if(source){
		eval("document.getElementById(id).src=btn_"+id+"_hi.src;");
	}else{
		eval("document.getElementById(id).src=btn_"+id+".src;");
	}
}