

_menuCloseDelay=500           // The time delay for menus to remain visible on mouse out
_menuOpenDelay=0            // The time delay before menus open on mouse over
_subOffsetTop=0	             // Sub menu top offset
_subOffsetLeft=-10            // Sub menu left offset
winWidth=(((document.all?document.body.clientWidth:window.innerWidth)-780)/2);


with(menuStyle=new mm_style()){
onbgcolor="#3366CC";
oncolor="#FFFFFF";
offbgcolor="#3366CC";
offcolor="#FFFFFF";
bordercolor="#3366CC";
borderstyle="solid";
borderwidth=1;
separatorcolor="#3366CC";
separatorsize="1";
padding=3;
fontsize="10";
fontstyle="normal";
fontweight="bold";
fontfamily="Verdana, Tahoma, Arial";
//overfilter="Fade(duration=0.2);Alpha(opacity=90);Shadow(color='#777777', Direction=135, Strength=5)";
outfilter="fade(duration=0.3);Shadow(color='#777777', Direction=135, Strength=5)";
}

with(SubMenuStyle=new mm_style()){
onbgcolor="#CCCCCC";
oncolor="#000000";
offbgcolor="#F1F1F1";
offcolor="#000000";
bordercolor="#999999";
borderstyle="solid";
borderwidth=1;
separatorcolor="#999999";
separatorsize="1";
padding=3;
fontsize="10";
fontstyle="normal";
fontweight="normal";
subimage="images/sidearrow.gif";
subimagepadding="5";
fontfamily="Verdana, Tahoma, Arial";
overfilter="Fade(duration=0.2);Alpha(opacity=100);Shadow(color='#777777', Direction=135, Strength=5)";
outfilter="fade(duration=0.3);Shadow(color='#777777', Direction=135, Strength=5)";
}



with(milonic=new menuname("Main Menu")){
style=menuStyle;
top=111;
left=winWidth;
alwaysvisible=1;
orientation="horizontal";
aI("text=Company Info <img src=\"/images/downarrowr1.gif\" align=absmiddle border=0 width=60 height=10\>;showmenu=CompanyInfo");
aI("text=Products <img src=\"/images/downarrowr1.gif\" align=absmiddle border=0 width=60 height=10\>;showmenu=Products;");
aI("text=Design Solutions <img src=\"/images/downarrowr1.gif\" align=absmiddle border=0 width=60 height=10\>;showmenu=Design;");
aI("text=Engineering Services <img src=\"/images/downarrowr1.gif\" align=absmiddle border=0 width=60 height=10\>;showmenu=Engineering;");
}

with(milonic=new menuname("CompanyInfo")){
style=SubMenuStyle;
itemwidth=180;
aI("text=About Us;url=/index.php?page=aboutus;");
aI("text=Contact Us;url=/index.php?page=contactus;");
aI("text=Our Experience;url=/index.php?page=experience;");
aI("text=What's New;url=/index.php?page=whatsnew;");
}

with(milonic=new menuname("Products")){
style=SubMenuStyle;
itemwidth=240;
//aI("text=DonorStream™;url=/index.php?page=donorstream;");
aI("text=ScolioSYS™;url=/index.php?page=scoliosys;");
aI("text=HipCare™;url=/index.php?page=hipcare;");
aI("text=Hardware Products By X3 Technologies™;url=http://www.x3tec.com/;");
aI("text=Web Hosting By Top Drawer Hosting™;url=http://www.topdrawerhosting.com/;");
}

with(milonic=new menuname("Design")){
style=SubMenuStyle;
itemwidth=180;
aI("text=Software Solutions;url=/index.php?page=softwareoverview;showmenu=Software;");
aI("text=Hardware Solutions;url=/index.php?page=hardware;");
aI("text=Industrial Design;url=/index.php?page=industrialdesign;");
}

with(milonic=new menuname("Engineering")){
style=SubMenuStyle;
itemwidth=180;
aI("text=Management Services;url=/index.php?page=managementservices;");
aI("text=Consulting Services;url=/index.php?page=consultingservices;");
aI("text=Intellectual Property;url=/index.php?page=ip;");
aI("text=I Have An Idea...;url=/index.php?page=wheretostart;");
}

with(milonic=new menuname("Software")){
style=SubMenuStyle;
itemwidth=240;
aI("text=Overview;url=/index.php?page=softwareoverview;");
aI("text=Clinical and Medical Solutions;url=/index.php?page=clinical;");
aI("text=Business Productivity Solutions;url=/index.php?page=business;");
aI("text=Industrial and Engineering Solutions;url=/index.php?page=industrial;");
}


drawMenus();

