_menuCloseDelay=500;
_menuOpenDelay=10;
_subOffsetTop=2;
_subOffsetLeft=-2;


with(MainMenuStyle=new mm_style()){
orientation="horizontal";
}

with(Sub1MenuStyle=new mm_style()){
bordercolor="#9C1F2E";
borderstyle="solid";
borderwidth="1";
fontfamily="Arial, Verdana, Tahoma";
fontsize="9pt";
fontstyle="normal";
offbgcolor="#eeeeee";
offcolor="#000000";
onbgcolor="#CCCCCC";
oncolor="#9C1F2E";
padding="4";
separatorcolor="#999999";
separatorsize="1";
subimage="/English/Images/Buttons/Arrow_MilonicMenu.gif";
subimagepadding="2";
}

with(milonic=new menuname("Main Menu")){
alwaysvisible="1";
orientation="horizontal";
style=MainMenuStyle;
//top="102";
aI("showmenu=Products;url=/English/Products/Products.html;image=/English/Images/Buttons/MainMenu_Products_off.gif;overimage=/English/Images/Buttons/MainMenu_Products_on.gif;pageimage=/English/Images/Buttons/MainMenu_Products_on.gif;");
aI("url=/English/Services/Services.html;image=/English/Images/Buttons/MainMenu_Services_off.gif;overimage=/English/Images/Buttons/MainMenu_Services_on.gif;pageimage=/English/Images/Buttons/MainMenu_Services_on.gif;");
aI("showmenu=Support;url=/English/Support/Support.html;image=/English/Images/Buttons/MainMenu_Support_off.gif;overimage=/English/Images/Buttons/MainMenu_Support_on.gif;pageimage=/English/Images/Buttons/MainMenu_Support_on.gif;");
aI("showmenu=Clients;url=/English/Company/Client_Profiles.html;image=/English/Images/Buttons/MainMenu_Clients_off.gif;overimage=/English/Images/Buttons/MainMenu_Clients_on.gif;pageimage=/English/Images/Buttons/MainMenu_Clients_on.gif;");
aI("url=/English/Partners/Partners.html;image=/English/Images/Buttons/MainMenu_Partners_off.gif;overimage=/English/Images/Buttons/MainMenu_Partners_on.gif;pageimage=/English/Images/Buttons/MainMenu_Partners_on.gif;");
aI("url=/English/Collaterals/Press_Releases/PR_Chrono.html;image=/English/Images/Buttons/MainMenu_NewsEvents_off.gif;overimage=/English/Images/Buttons/MainMenu_NewsEvents_on.gif;pageimage=/English/Images/Buttons/MainMenu_NewsEvents_on.gif;");
aI("showmenu=AboutUs;url=/English/Company/About_Profitool.html;image=/English/Images/Buttons/MainMenu_AboutUs_off.gif;overimage=/English/Images/Buttons/MainMenu_AboutUs_on.gif;pageimage=/English/Images/Buttons/MainMenu_AboutUs_on.gif;");
}

with(milonic=new menuname("Products")){
style=Sub1MenuStyle;
aI("text=Products Overview;url=/English/Products/Products.html;");
aI("showmenu=Profitool;text=Profitool Overview;url=/English/Products/Profitool/Profitool.html;");
aI("showmenu=ProfitoolExpress;text=Profitool Express Overview;url=/English/Products/Profitool_Express/Profitool_Express.html;");
aI("text=GearWatch;url=http://www.gearwatch.com/;");
}

with(milonic=new menuname("Profitool")){
style=Sub1MenuStyle;
//aI("text=Profitool 6 Screens;image=/English/Images/Icons/PDF_Icon_16px.gif;url=/English/Collaterals/Documents/PT6_Screens.pdf;");
//aI("text=Job Cost Screens;image=/English/Images/Icons/PDF_Icon_16px.gif;url=/English/Collaterals/Documents/Select_Job_Cost_Screens.pdf;");
aI("text=Module Features;url=/English/Products/Profitool/Profitool_Module_Features.html;");
aI("text=Industry Specific;url=/English/Products/Profitool/Profitool_Industry_Specific.html;");
aI("text=Development Tools;url=/English/Products/Profitool/Profitool_Application_Development_Tools.html;");
aI("text=Distributed Data Processing;url=/English/Products/Profitool/Profitool_Distributed_Data_Process.html;");
aI("text=Open Systems;url=/English/Products/Profitool/Profitool_Open_System_Advantage.html;");
//aI("text=Platform Support;url=/English/Products/Profitool/Profitool_Platform_Support.html;");
}

with(milonic=new menuname("ProfitoolExpress")){
style=Sub1MenuStyle;
aI("text=Application Development Tools;url=/English/Products/Profitool_Express/Profitool_Express_Application_Development_Tools.html;");
aI("text=Module Features;url=/English/Products/Profitool_Express/Profitool_Express_Module_Features.html;");
//aI("text=Platform Support;url=/English/Products/Profitool_Express/Profitool_Express_Platform_Support.html;");
}

with(milonic=new menuname("Support")){
style=Sub1MenuStyle;
aI("text=Profitool Extranet;url=https://www.profitool.com/extranet/;");
}

with(milonic=new menuname("Clients")){
style=Sub1MenuStyle;
aI("text=Client Feedback;url=/English/Company/Client_Feedback.html;");
}

with(milonic=new menuname("NewsEvents")){
style=Sub1MenuStyle;
aI("text=Press Releases;url=/English/Collaterals/Press_Releases/PR_Chrono.html;");
aI("text=Events;url=/English/News_Events/Events.html;");
aI("text=News Coverage;url=/English/News_Events/Ink.html;");
}

with(milonic=new menuname("AboutUs")){
style=Sub1MenuStyle;
aI("text=Contact Us;url=/English/Miscellaneous/Contact_Us.html;");
aI("text=Careers;url=/English/Jobs/Careers.html;");
aI("text=Privacy Policy;url=/English/Miscellaneous/Privacy_Policy.html;");
aI("text=Copyright Notice;url=/English/Miscellaneous/Copyright.html;");
}

drawMenus();