if (document.getElementById){ 
document.write('<style type="text/css">\n')
document.write('.submenu{display: none;}\n')
document.write('</style>\n')
}

/*
function SwitchMenu(obj){
	if(document.getElementById){
	var el = document.getElementById(obj);
	var ar = document.getElementById("masterdiv").getElementsByTagName("span"); 
		if(el.style.display != "block"){ 
			for (var i=0; i<ar.length; i++){
				if (ar[i].className=="submenu") 
				ar[i].style.display = "none";
			}
			el.style.display = "block";
		}else{
			el.style.display = "none";
		}
	}
}
*/

function SwitchMenu(id) {
	var submenu = $("sub_" + id);
	var menu = $("menu_" + id);
	
	var menu_size = menu.getDimensions();
	var cloneoptions = {
		setLeft: true,
		setTop: true, 	
		setWidth: false,
		setHeight: false,
		offsetLeft: 0, 	
		offsetTop: menu_size.height	
	}	
	submenu.clonePosition(menu, cloneoptions);	
}






function menuitem(id){ 

 var index = document.getElementById("indexloaded"); 
 if (index){
  if (index.value == "0"){
    window.top.TOP.location.href = '/pages/top.asp';
    index.value = "1";
  }
 }
 var ar = document.getElementById("masterdiv").getElementsByTagName("span"); 
 for (var i=0; i<ar.length; i++){
  if (id < 10) 
  ar[i].style.display = "none";
 }
 
 if (id == 1){
  parent.location.href = '/index.asp';
  index.value = "1";}

 if (id == 21)
  window.top.MAININF.location.href = '/startproducts.asp';
 if (id == 22)
  window.top.MAININF.location.href = '/login.asp';
 if (id == 23)
  window.top.MAININF.location.href = '/pages/menuitems/assortiment.asp';
 
 if (id == 31)
  window.top.MAININF.location.href = '/pages/menuitems/ebusiness.asp';
 if (id == 32)
  window.top.MAININF.location.href = '/pages/menuitems/ediorders.asp';
 if (id == 33)
  window.top.MAININF.location.href = '/pages/menuitems/webshop.asp';
 
 if (id == 41)
  window.top.MAININF.location.href = '/pages/menuitems/nieuwsbrief.asp';
 if (id == 42)
  window.top.MAININF.location.href = '/pages/menuitems/vacatures.asp';
 if (id == 43)
  window.top.MAININF.location.href = '/pages/menuitems/productinfo.asp';

 if (id == 5)
  window.top.MAININF.location.href = '/pages/menuitems/referenties.asp';
 if (id == 7)
  window.top.MAININF.location.href = '/pages/menuitems/tracktrace.asp';
 if (id == 8)
  window.top.MAININF.location.href = '/pages/menuitems/services.asp';

 if (id == 91)
  window.top.MAININF.location.href = '/pages/menuitems/contact.asp';
 if (id == 92)
  window.top.MAININF.location.href = '/pages/menuitems/route.asp';
 if (id == 93)
  window.top.MAININF.location.href = '/pages/menuitems/documentatie.asp';

 if (id == 61)
  window.top.MAININF.location.href = '/pages/menuitems/kwaliteit.asp';
 if (id == 62)
  window.top.MAININF.location.href = '/pages/menuitems/verkoop.asp';
 if (id == 63)
  window.top.MAININF.location.href = '/pages/menuitems/maatwerk.asp';
}


