_menuCloseDelay=500
_menuOpenDelay=0
with(menuStyle=new mm_style()){
onbgcolor="#0181B2";
offbgcolor="#00A4E3";
separatorcolor="#ffffff";
separatorsize="1";
itemheight="23";
}
with(subStyle=new mm_style()){
onbgcolor="#0094CE";
offbgcolor="#00A4E3";
itemheight="23";
separatorcolor="#0094CE";
separatorsize="1";
align="left";
}
with(milonic=new menuname("Main Menu")){
style=menuStyle;
alwaysvisible=1;
orientation="horizontal";
position="relative";
aI("text= Home ;url=/;");
aI("text= Products ;url=/echoes.html;showmenu=node_8;");
aI("text= Services ;url=/Services.html;showmenu=node_6;");
aI("text= Why Medstrat? ;url=/why.html;showmenu=node_9;");
aI("text= Contact us now ;url=/contact.html;showmenu=node_11;");
}
with(milonic=new menuname("node_8")){
style = subStyle;
aI("text= echoeSTATION™ PS ;url=/echoeSTATIONPS.html;");
aI("text= echoeSYSTEM™ Basic ;url=/echoeSYSTEMBasic.html;");
aI("text= echoeSYSTEM™ Pro ;url=/echoeSYSTEMPro.html;");
aI("text= echoeSYSTEM™ Enterprise ;url=/echoeSYSTEMEnterprise.html;");
}
with(milonic=new menuname("node_6")){
style = subStyle;
aI("text= Implementation Services ;url=/node/30;");
aI("text= Interfaces & Interoperations ;url=/Interfaces_%2526_Interoperations.html;");
aI("text= Support Center ;url=/node/12;");
aI("text= Training On-Site ;url=/node/13;");
aI("text= PACS Migration ;url=/node/40;");
aI("text= Workflow Services ;url=/Workflow_Services.html;");
}
with(milonic=new menuname("node_9")){
style = subStyle;
aI("text= Who is Medstrat? ;url=/about.html;");
aI("text= Client Testimonials ;url=/node/36;");
aI("text= Our Customers ;url=/Our_Customers.html;");
aI("text= Calendar of Events ;url=/event;");
aI("text= Company News ;url=/Company_News.html;");
}
with(milonic=new menuname("node_11")){
style = subStyle;
aI("text= Careers ;url=/node/39;");
aI("text= Customer Support ;url=/node/38;");
aI("text= Sales ;url=/Sales.html;");
}
drawMenus();