_menuCloseDelay=500;
_menuOpenDelay=1;
_subOffsetTop=0;
_subOffsetLeft=0;

with(menuStyle=new mm_style()){
bordercolor="";
borderstyle="solid";
borderwidth=0;
fontfamily="Arial;";
fontsize=13;
fontweight="bold"
fontstyle="normal";
itemheight=10;
offcolor="#FFFFFF";
oncolor="#D2D8E3";
onbgcolor="";
offbgcolor="";
decoration='none';
ondecoration='none';
separatorcolor="#455F98";
separatorsize=0;
offclass="mmpadding";
onclass="mmpadding";
}

with(SubmenuStyle=new mm_style()){
fontfamily="Verdana;";
fontsize=11;
fontweight="normal"
fontstyle="normal";
itemheight=10; 
separatorsize=1;
separatorcolor="#C0E5F0";
borderwidth=1;
borderstyle="solid";
bordercolor="#C0E5F0";
offcolor="#000000";
offbgcolor="#FF9E64";
oncolor="#000000"; 
onbgcolor="#FFFFFF"; 
decoration='none';
ondecoration='none';
//image="images/arrow_r_brown.gif";
//overimage="images/arrow_r_orange.gif";
imagepadding=5;
align="left";
offclass="mmpadding_sub";
onclass="mmpadding_sub";
}

with(milonic=new menuname("Main Menu")){
style=menuStyle;
orientation="horizontal";
alwaysvisible=1;
position="relative";

aI("showmenu=home;text=Home;url=index.html;");
aI("showmenu=about;text=About;url=about.html;");
aI("showmenu=products;text=Products & Accessories;url=products.html;");
aI("showmenu=Buy Online;text=Buy Online;url=http://raytech.net.au/shop;");
aI("showmenu=faq;text=FAQ's;url=faq.html;");
aI("showmenu=News & Events;text=News & Events;url=http://raytech.net.au/latest;");
aI("showmenu=Case Studies;text=Case Studies;url=case-studies.html;");
aI("showmenu=Contact Us;text=Contact Us;url=contact.html;");
}

with(milonic=new menuname("products")){
style=SubmenuStyle;
top="offset=0";
left="offset=-1";
aI("showmenu=GRETA;text=GRETA GSM Fax & Printer;url=gretagsm.html;");
aI("showmenu=FRIDA;text=FRIDA fixed GSM Phone;url=frida.html;");
aI("showmenu=SEVA;text=SVEA GSM connector;url=seva.html;");
aI("showmenu=GRETA Accessories;text=GRETA Accessories;url=greta_accessories.html;");
}

drawMenus();
