fixMozillaZIndex=false; //Fixes Z-Index problem  with Mozilla browsers but causes odd scrolling problem, toggle to see if it helps
_menuCloseDelay=500;
_menuOpenDelay=150;
_subOffsetTop=0;
_subOffsetLeft=2;

with(menuStyle=new mm_style()){
bordercolor="none";
borderstyle="solid";
borderwidth=-3;
fontfamily="Verdana, Tahoma, Arial";
fontsize="100%";
fontstyle="normal";
headerbgcolor="#ffffff";
headercolor="#000000";
offbgcolor="#FDB825";
<!--bgimage="images/box1bg.gif";-->
<!--offcolor="#000000";-->
offcolor="#333333";
onbgcolor="#4F4F4F";
oncolor="#FFFFFF";
<!--outfilter="randomdissolve(duration=0.5)";-->
<!--overfilter="Fade(duration=0.5);Alpha(opacity=100);Shadow(color=#777777', Direction=135, Strength=3)";-->
padding=4;
pagebgcolor="#333333";
pagecolor="white";
separatorcolor="#ffffff";
separatorsize=1;
subimage="images/arrow.gif";
subimagepadding=2;
}

with(milonic=new menuname("Main Menu")){
alwaysvisible=1;
if(screen.width<=1280 && screen.height>=1024)
{
	left=315;
	width=250;
}
if(screen.width<=1280 && screen.height>=768,720)
{
	left=300;
	width=250;
}
if(screen.width<=1024 && screen.height>=768)
{
	left=152;
	width=250;
}
if(screen.width<=800 && screen.height>=600)
{
	left=160;
	width=250;
}
orientation="horizontal";
style=menuStyle;
top=186;
aI("text=&nbsp;&nbsp; Home &nbsp;&nbsp;;url=index.php");
aI("showmenu=Product;text=&nbsp;&nbsp;Product Information;")
aI("showmenu=Buyer;text=&nbsp;&nbsp;Buyers Guide;")
aI("showmenu=Try;text=&nbsp;&nbsp;Try It;");
aI("showmenu=Signup;text=&nbsp;&nbsp;Sign Up;");
aI("showmenu=Partners;text=&nbsp;&nbsp;Partners;");
aI("showmenu=Support;text=&nbsp;&nbsp;Support;");
aI("showmenu=About;text=&nbsp;&nbsp;About;");
}
with(milonic=new menuname("Product")){
style=menuStyle;
aI("text=Overview;url=product_overview.php;")
aI("text=Key Features;url=key_features.php;")
aI("text=Product Editions;url=product_editions.php;")
aI("text=System Requirements;url=system_requirements.php;")
aI("text=Screenshots;url=screenshots.php;")
}
with(milonic=new menuname("Buyer")){
style=menuStyle;
aI("text=Benefits;url=benefits.php;")
aI("text=Pricing;url=pricing.php;")
aI("text=Competitive Matrix;url=competitive_matrix.php;")
}
with(milonic=new menuname("Try")){
style=menuStyle;
aI("text=Overview;url=try_overview.php;")
aI("text=Quick Demos;url=quick_demo.php;")
aI("text=Free Online Trial;url=free_trial.php;")
aI("text=Free MS Project Viewer;url=free_viewer.php;")
}
with(milonic=new menuname("Signup")){
style=menuStyle;
aI("text=How to Buy;url=how_to_buy.php;")
}
with(milonic=new menuname("Partners")){
style=menuStyle;
aI("text=Guide;url=partners_guide.php;")
aI("text=Partners Contact form;url=partners_contact.php;")
}
with(milonic=new menuname("Support")){
style=menuStyle;
aI("text=FAQ;url=faq.php;")
aI("text=Submit a request;url=support_request.php;")
}
with(milonic=new menuname("About")){
style=menuStyle;
aI("text=&nbsp;Developer &nbsp;url=developer.php;")
aI("text=&nbsp;Contact us &nbsp;url=contact_us.php;")
}
drawMenus();