_menuCloseDelay=500;           // The time delay for menus to remain visible on mouse out
_menuOpenDelay=10;            // The time delay before menus open on mouse over
_subOffsetTop=0;             // Sub menu top offset
_subOffsetLeft=0;            // Sub menu left offset

with(mainStyleVert=new mm_style()){
onbgcolor="#66CCFF";
oncolor="#1D3B23";
offbgcolor="#5E7CFF";
offcolor="#F7F9F7";
bordercolor="#0000c0";
borderstyle="solid";
borderwidth=1;
separatorcolor="#000080";
separatorsize=2;
padding=4;
fontsize=12;
fontstyle="normal";
fontfamily="Verdana, Tahoma, Arial";
subimage="submenu_arrow_right-off.gif";
onsubimage="submenu_arrow_right-on.gif";
high3dcolor="#FFFFFF";
low3dcolor="#32407E";
swap3d=1;
}

with(milonic=new menuname("mainMenuVert")){
style=mainStyleVert;
top=55;
left=0;
itemwidth=127;
alwaysvisible=1;
aI("text=Home;url=http://www.gravomaster.com/om/nieuws.htm;target=body;");
//aI("text=Nieuws Eerstkomende<br>Rit-tour;url=http://www.gravomaster.com/om/nieuws.htm;target=body;");
aI("text=Profiel;url=http://www.gravomaster.com/om/profiel.htm;target=body;");
aI("text=Programma 2009;url=http://www.gravomaster.com/om/html_2009/Rittenoverzicht_2009/Rittenoverzicht_2009.html;target=body;");
aI("text=Programma;showmenu=Programma;target=body;onfunction=openSubmenu();offfunction=closeSubmenu();");
aI("text=Foto Album;url=http://www.gravomaster.com/om/PhotoGallery/;target=body;status=klik hier foor het fotoalbum;");
aI("text=SmoelenBoek;url=http://www.gravomaster.com/om/PhotoGallery/index.php?cat=10;target=body;status=klik hier foor het fotoalbum;");
aI("text=Forum;url=http://gravomaster.com/om/forum301/index.php;target=body;");
aI("text=Fan worden;url=http://www.gravomaster.com/om/fan.htm;target=body;");
aI("text=Merchandise;url=http://www.gravomaster.com/om/Merchandise.htm;target=body;");
aI("text= ;url=;");
aI("text=Het Weer;url=http://www.gravomaster.com/om/HetWeer.htm;target=body;");
aI("text=Links;showmenu=links;target=body;onfunction=openSubmenu();offfunction=closeSubmenu();");
aI("text= ;url=;");
aI("text=E-Mail;url=mailto:ruudenfimmy@quicknet.nl;status=contact the ...;");
}
drawMenus();

