/*

http://www.medcom.com/menu-licensed/menu_data2.js

Milonic DHTML Menu - JavaScript Website Navigation System.
Copyright 2004 (c) Milonic Solutions Limited. All Rights Reserved.
Version 5+ Data File structure is the property of Milonic Solutions Ltd and must only be used in Milonic DHTML Products
This is a commercial software product, please visit http://www.milonic.com/ for more information.
See http://www.milonic.com/license.php for Commercial License Agreement
All Copyright statements must always remain in place in all files at all times
*******  PLEASE NOTE: THIS IS NOT FREE SOFTWARE, IT MUST BE LICENSED FOR ALL USE  ******* 
*/

_menuCloseDelay=500           // The time delay for menus to remain visible on mouse out
_menuOpenDelay=150            // The time delay before menus open on mouse over
_subOffsetTop=10              // Sub menu top offset
_subOffsetLeft=-4            // Sub menu left offset



with(menuStyle=new mm_style()){
onbgcolor="#6379b3";
oncolor="#ffffff";
offbgcolor="#3e4b91";
offcolor="#ffffff";
bordercolor="#5f74af";
borderstyle="solid";
borderwidth=1;
separatorcolor="#5f74af";
separatorsize="1";
padding=6;
fontsize="10.5px";
fontweight="bold";
fontstyle="normal";
fontfamily="Verdana, Tahoma, Arial";
pagecolor="black";
pagebgcolor="#82B6D7";
headercolor="#000000";
headerbgcolor="#ffffff";
subimage="images/arrow.gif";
subimagepadding="6";
overfilter="Fade(duration=0.2);Alpha(opacity=90);Shadow(color='#333333', Direction=150, Strength=2)";
outfilter="randomdissolve(duration=0.3)";
}


with(milonic=new menuname("Main Menu")){
style=menuStyle;
top=133;
left=11;
alwaysvisible=1;
overflow="scroll";
aI("text=Home;url=index.htm;status=Back To Home Page;");
aI("text=Products;showmenu=Products;");
aI("text=How to Order;showmenu=Order");
aI("text=Services &amp; Support;showmenu=Support;");
aI("text=Resources;showmenu=Resources;");
aI("text=Who We Are;showmenu=About;");
aI("text=Terms &amp; Conditions;url=terms.htm;");
aI("text=Contact Us;url=contact.htm;");
}


with(milonic=new menuname("Products")){
style=menuStyle;
aI("text=CRM-100;url=crm.htm;");
aI("text=Radalert 100;url=rad100.htm;");
aI("text=Inspector Alert;url=inspect.htm;");
aI("text=Inspector EXP;url=exp.htm;");
aI("text=Radiation Probes;url=probes.htm");
aI("text=Monitoring Systems;url=EMS.htm");
aI("text=<em>Living with Radiation</em>;url=consumer.htm");
aI("text=GeigerGraph Software;url=geigergraph.htm");
}

with(milonic=new menuname("Order")){
style=menuStyle;
aI("text=Ordering Information;url=order.htm;");
aI("text=Distributors;url=distributors.htm;");
}

with(milonic=new menuname("Support")){
style=menuStyle;
aI("text=Spec Sheets;url=specs.htm;");
aI("text=Manuals;url=manuals.htm;");
aI("text=Training;url=training.htm;");
aI("text=Calibration &amp; Repairs;url=repairs.htm;");
aI("text=Rentals;url=rentals.htm;");
aI("text=Warranty Information;url=warranty.htm;");
}

with(milonic=new menuname("Resources")){
style=menuStyle;
aI("text=Selecting Your Instrument;url=select.htm;");
aI("text=Comparison Chart;url=compare.htm;");
aI("text=Frequently Asked Questions;url=faq.htm;");
aI("text=Web Links;url=links.htm;");


}

with(milonic=new menuname("About")){
style=menuStyle;
aI("text=About International Medcom;url=about.htm;");
aI("text=Customer Endorsements;url=endorsements.htm;");

}

drawMenus();

