fixMozillaZIndex=true; //Fixes Z-Index problem  with Mozilla browsers but causes odd scrolling problem, toggle to see if it helps
_menuCloseDelay=500;
_menuOpenDelay=150;
_subOffsetTop=2;
_subOffsetLeft=4;


with(menuStyle=new mm_style()){
bordercolor="#999999";
borderstyle="solid";
borderwidth=1;
fontfamily="Verdana, Tahoma, Arial";
fontsize="90%";
fontstyle="normal";
headerbgcolor="#ffffff";
headercolor="#000000";
offcolor="white";
offbgcolor="#4F6792";
oncolor="#000000";
onbgcolor="#FFF7B5";
outfilter="randomdissolve(duration=0.3)";
overfilter="Fade(duration=0.2);Alpha(opacity=90);Shadow(color=#777777', Direction=135, Strength=3)";
padding=5;
pagebgcolor="#82B6D7";
pagecolor="333366";
separatorcolor="white";
separatorsize=1;
}

with(milonic=new menuname("customers")){
overflow="scroll";
style=menuStyle;
aI("text=Professional Customers;url=procustomers.php");
aI("text=Recreational Customers;url=reccustomers.php");
}

with(milonic=new menuname("distributors")){
overflow="scroll";
style=menuStyle;
aI("text=US Distributors;url=map");
aI("text=World Distributors;url=worlddist");
}

with(milonic=new menuname("endorsements")){
style=menuStyle;
aI("text=All Endorsements;url=endorsements.php")
aI("text=Organizational Endorsements;url=organizationalendorsements.php")
aI("text=Personal Endorsements;url=personalendorsements.php")
aI("text=Purchase;url=http://shop.life-safer.com/")
}

with(milonic=new menuname("press")){
style=menuStyle;
aI("text=All News Articles;url=articles.php")
aI("text=January 2006 - BoatingNews - Personal Retriever Gets Coast Guard Approval;url=bn060114.php")
aI("text=April 2005 - San Diego Business Journal - Personal Retriever Adds Spin to Life Saving;url=adbj0504.php")
}

with(milonic=new menuname("technical")){
style=menuStyle;
aI("text=All Technical Papers;url=technicalpapers.php")
aI("text=US Coast Guard Boating Statistics (PDF file);url=http://www.life-safer.com/PDF/Boating_Statistics_2001.pdf ;target=new")
aI("text=Practical Sailor (PDF file);url=http://www.life-safer.com/PDF/NuPS-1202.pdf ;target=new")
aI("text=Proceedings of the Marine Safety Council (PDF file);url=http://www.life-safer.com/PDF/ProceediShort.pdf ;target=new")
aI("text=Lifesaving Society (PDF file);url=http://www.life-safer.com/PDF/CANADARpt.pdf ;target=new")
aI("text=Center for Disease Control; Injury Prevention (PDF file);url=http://www.life-safer.com/PDF/LGrept.pdf ;target=new")
}

with(milonic=new menuname("videos")){
style=menuStyle;
aI("text=All Videos;showmenu=allvideos;url=videos.php")
aI("text=Dive Boat Rescue;url=http://www.life-safer.com/movies/padinc.mpg")
aI("text=Water Rescue Demo (Windows Player);url=http://www.life-safer.com/movies/cooper1.wmv")
aI("text=Water Rescue Demo (Quicktime);url=http://www.life-safer.com/movies/cooper1.mov")
aI("text=100ft. Throw;url=http://www.life-safer.com/movies/100ft.mpg")
aI("text=Non-Injurous Design;url=http://www.life-safer.com/movies/noninjury.mpg")
aI("text=Rapid Deployment;url=http://www.life-safer.com/movies/rpd.mpg")
aI("text=Heaving Line vs. Personal Retriever;url=http://www.life-safer.com/movies/bagvsdisc.mpg")
aI("text=Deployment from a Large Vessel;url=http://www.life-safer.com/movies/vessel.mpg")
}

with(milonic=new menuname("allvideos")){
style=menuStyle;
aI("text=All Videos;url=videos.php")
aI("text=Windows Player;url=windowsplayer.php")
aI("text=Quicktime;url=quicktime.php")
}

with(milonic=new menuname("purchase")){
style=menuStyle;
aI("text=US Sales;url=map")
aI("text=World Sales;url=worlddist")
aI("text=Home Office;url=purchase.php")
}

with(milonic=new menuname("resources")){
style=menuStyle;
aI("text=Arizona Boating and Watersports;url=http://www.azbw.com ;target=new;")
aI("text=Sailnet.com;url=http://www.sailnet.com/ ;target=new;")
aI("text=David B. Waller & Associates;url=http://www.dbwipmg.com/ ;target=new;")
aI("text=Imanna Laboratory;url=http://www.imannalab.com/ ;target=new;")
aI("text=The Rural and Community AED Program;url=aed.php")
}

with(milonic=new menuname("contacts")){
style=menuStyle;
aI("text=General Questions;url=mailto:questions@life-safer.com")
aI("text=Sales;url=mailto:sales@life-safer.com")
aI("text=Paul Driscoll;url=mailto:pdriscoll@life-safer.com")
aI("text=Stuart Hartley;url=mailto:shartley@life-safer.com")
aI("text=Larry Nance;url=mailto:larrynance@life-safer.com")
}


drawMenus();


