_menuCloseDelay=500 
_menuOpenDelay=150 
_subOffsetTop=5 
_subOffsetLeft=0 
with(menuStyle1=new mm_style()){ 
onbgcolor='#B6B6B6'; 
oncolor='#ffffff'; 
offbgcolor='#383838'; 
offcolor='#000000'; 
bordercolor=''; 
borderstyle=''; 
borderwidth=0; 
separatorcolor='#C8CBCA'; 
separatorsize='0'; 
padding=2; 
fontsize='70%'; 
fontstyle=''; 
fontfamily=''; 
subimage=''; 
bgimage='';
subimagepadding='0'; 
} with(menuStyle=new mm_style()){ 
onbgcolor='#996666'; 
oncolor='#FFFFFF'; 
offbgcolor='#666666'; 
offcolor='#FFFFFF'; 
borderstyle=''; 
borderwidth=1; 
separatorsize='1'; 
padding=5; 
fontsize='90%'; 
itemwidth='150';
itemheight='25';
align='Center';
fontstyle='Normal'; 
fontweight='Normal'; 
fontfamily='Verdana'; 
subimage='images/newarrow.gif'; 
subimagepadding='2'; 
bordercolor='#CCFF99'; 
separatorcolor='#C8CBCA'; 
bgimage='';
} 


with(sat=new menuname('5')){ style=menuStyle; aI('text=Adres en Route;url=AdresRoute.aspx;status=Adres en Route;');} with(sat=new menuname('4')){ style=menuStyle; aI('text=Spoedritten;url=Spoedritten.aspx;status=Spoedritten;');aI('text=Stads-en Regioritten;url=StadRegioritten.aspx;status=Stads-en Regioritten;');aI('text=Big Service;url=BigService.aspx;status=Big Service;');aI('text=Overnight Service;url=OvernightService.aspx;status=Overnight Service;');aI('text=Internationaal;url=Internationaal.aspx;status=Internationaal;');aI('text=Op- en Overslag;url=OpenOverslag.aspx;status=Op- en Overslag;');aI('text=Snelle Actie;url=SnelleActie.aspx;status=Snelle Actie;');} with(sat=new menuname('2')){ style=menuStyle; aI('text=Referenties;url=Referenties.aspx;status=Referenties;');} drawMenus();
