_menuCloseDelay=500;
_menuOpenDelay=150;
_subOffsetTop=2;
_subOffsetLeft=2;
buildafterload="true";


with(menuStyle=new mm_style()){
align="center";
bordercolor="#000000";
borderstyle="solid";
borderwidth="0";
fontfamily="Verdana, Tahoma, Arial";
fontsize="9pt";
fontstyle="normal";
fontweight="normal";
headerbgcolor="#ffffff";
headercolor="#000000";
offbgcolor="White";
offcolor="#005A72";
onbgcolor="#3495AB";
oncolor="White";
padding="30";
separatorcolor="DarkGray";
separatorsize="1";
subimage="images/9x6_rightbend_grey.gif";
subimagepadding="6";
itemwidth="140";
}

with(submenuStyle=new mm_style()){
bordercolor="#005A72";
borderstyle="solid";
borderwidth="5";
fontfamily="Verdana, Tahoma, Arial";
fontsize="8pt";
fontstyle="bold";
headerbgcolor="#ffffff";
headercolor="#000000";
offbgcolor="#005A72";
offcolor="White";
onbgcolor="#3495AB";
oncolor="White";
padding="4";
subimage="images/9x6_rightbend_grey.gif";
subimagepadding="5";
}

with(milonic=new menuname("Main Menu")){
position="relative";
menuwidth=704;
style=menuStyle;
alwaysvisible="1";
orientation="horizontal";
aI("text=Home;target=;url=http://www.PremierSoft.com.sg/;");
aI("showmenu=Solution/Voice Logger SystemINFO_BAR_MENU;text=Solution;target=;url=Solution.html;");
aI("text=Support;target=;url=Support.html;");
aI("text=Contact Us;target=;url=Contact-Us.html;");
aI("text=About Us;target=;url=About-Us.html;");
}

with(milonic=new menuname("Solution/Voice Logger SystemINFO_BAR_MENU")){
style=submenuStyle;
aI("text=Voice Logger System;target=;url=Voice-Logger-System.html;");
aI("text=On Hold Messaging;target=;url=On-Hold-Messaging.html;");
aI("text=Voice Messaging System;target=;url=Voice-Messaging-System.html;");
aI("text=Call Accounting System;target=;url=Call-Accounting-System.html;");
}


 drawMenus();

