
/*
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= "0"           // The time delay for menus to remain visible on mouse out
_menuOpenDelay= "0"            // The time delay before menus open on mouse over
_subOffsetTop= "-5"              // Sub menu top offset
_subOffsetLeft= "-10"            // Sub menu left offset
var sub1TopOffset = "0"; 		// first level menu offset
var sub1LeftOffset = "0";     // first level menu offset


with(menuStyle=new mm_style()){
onbgcolor="transparent";
clickbgcolor="transparent";
offbgcolor="#FFFFFF";
pagebgcolor="transparent";
oncolor="#DE7224";
pagecolor="#DE7224";
offcolor="#1C435B";
clickcolor="#209EEB";
separatorcolor="transparent";
separatorsize="22";
separatorheight="25";
separatorpadding="0";
position="absolute";
fontsize="10px";
fontfamily="verdana";
fontweight="bold";
onclass="navbasic";
offclass="navbasic";	
overfilter="Fade(duration=0.1);Alpha(opacity=90);";
outfilter="randomdissolve(duration=0.3)";
}

with(menuItem=new mm_style()){
onbgcolor="#cfe4b0";
oncolor="#1c435b";
offbgcolor="#FFFFFF";
offcolor="#808080";
clickbgcolor="#BFCDD5";
clickcolor="#209EEB";
position="absolute";	
borderwidth="1";
bordercolor="#C0C0C0"; 
borderstyle="solid";
padding="4";
fontsize="10px";
fontfamily="verdana";
fontweight="normal";	
valign="bottom";
separatorcolor="#7B99AC";
separatorsize='1';
separatoralign='center';
overfilter="Fade(duration=0.1);Alpha(opacity=100);"
outfilter="randomdissolve(duration=0.0)";
}

with(milonic=new menuname("Main Menu")){
style=menuStyle;
alwaysvisible="1"; 
top="10";
orientation="horizontal";
aI("text=About Us;url=company.html;showmenu=Company;");
aI("text=Solutions;url=solution_overview.html;showmenu=Solutions;");	
aI("text=Products;url=products_overview.html;showmenu=Products;");	
aI("text=News;url=press.html;showmenu=NewsEvents;");
aI("text=Partners;url=partners.html;");
aI("text=Services;url=support.html;");
aI("text=Contact Us;url=contact.html;");
}

with(milonic=new menuname("Company")){
top = "offset=" + sub1TopOffset; 
left = "offset=" + sub1LeftOffset; 
style=menuItem;
overflow="scroll"; 
aI("text=Company Overview;url=company.html;");	
aI("text=Achieving Results;url=results.html;");	
aI("text=ROI Guarantee;url=roi.html;");
aI("text=Why Radianse?;url=whyradianse.html;");
aI("text=Success Stories;url=success_stories_southernohio.html;");
aI("text=Investors;url=investors.html;");
aI("text=Careers;url=careers.html;");
}


with(milonic=new menuname("WhyRadianse")){
top = "offset=" + sub1TopOffset; 
left = "offset=" + sub1LeftOffset; 
style=menuItem;
overflow="scroll"; 
aI("text=Overview;url=why-radianse.html;");
aI("text=Guaranteed ROI;url=why-radianse-roi.html;");
aI("text=Precision and accuracy;url=why-radianse-precision.html;"); 
aI("text=Find patients and staff;url=why-radianse-anydevice.html;"); 
aI("text=Network flexibility;url=why-radianse-technology.html;"); 
aI("text=Smarter, safer healthcare;url=why-radianse-healthcare.html;");	
}

with(milonic=new menuname("Solutions")){
top = "offset=" + sub1TopOffset; 
left = "offset=" + sub1LeftOffset; 
style=menuItem;
overflow="scroll"; 
aI("text=Solutions Overview;url=solution_overview.html;");
aI("text=Asset Management;url=solution_asset_management.html;");
aI("text=Patient Throughput;url=solution_patient_throughput.html;");	
aI("text=Staff Optimization;url=solution_staff_optimization.html;");
aI("text=Temperature Monitoring ;url=solution_temperature.html;");	
}

with(milonic=new menuname("Solutions2")){
top = "offset=" + sub1TopOffset; 
left = "offset=" + sub1LeftOffset; 
style=menuItem;
overflow="scroll"; 
aI("text=Solutions Overview;url=solution_overview.html;");
aI("text=Emergency Department;url=solution_emergency_department.html;");
aI("text=Perioperative Services;url=solution_perioperative.html;");
aI("text=Preventative Maintenance;url=solution_pm.html;");
aI("text=Rental Equipment;url=solution_rental.html;");
aI("text=Inventory Manager;url=solution_inventory.html;");
aI("text=Temperature Monitoring ;url=solution_temperature.html;");
aI("text=Alerts and Reporting;url=solution_alerts_reports.html;");
aI("text=Asset Utilization;url=solution_asset_utilization.html;");
aI("text=Patient Throughput;url=solution_patient_throughput.html;");	
aI("text=Staff Optimization;url=solution_staff_optimization.html;");	
}

with(milonic=new menuname("Products")){
top = "offset=" + sub1TopOffset; 
left = "offset=" + sub1LeftOffset; 
style=menuItem;
overflow="scroll"; 
aI("text=Product Overview;url=products_overview.html;");	
aI("text=Product Features;url=products_features.html;");
aI("text=ID-Tags;url=products_tags.html;");
aI("text=Receivers;url=products_receivers.html;");	
aI("text=Application Server;url=products_apserv.html;");	
aI("text=skyView Applications;url=products_skyview.html;");	
}

with(milonic=new menuname("NewsEvents")){
top = "offset=" + sub1TopOffset; 
left = "offset=" + sub1LeftOffset; 
style=menuItem;
overflow="scroll"; 
aI("text=Press Releases;url=press.html;");
aI("text=Radianse in the News;url=news.html;");	
aI("text=Events;url=events.html;");	
aI("text=Webinars;url=webinars.html;");	
}


drawMenus();



