
/*
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=0             // Sub menu top offset
_subOffsetLeft=1            // Sub menu left offset 323232



with(menuStyle=new mm_style()){
onbgcolor="#3d94ca";
oncolor="#ffffff";
offbgcolor="#0072bb";
offcolor="#ffffff";
bordercolor="#0072bb";
borderstyle="none";
borderwidth=0;
padding=5;
fontsize="100%";
fontstyle="11px";
fontweight="Normal";
fontfamily="Arial";
pagecolor="";
pagebgcolor="";
headercolor="";
headerbgcolor="";
subimage="";
subimagepadding="0";
overfilter="Fade(duration=0.2);Alpha(opacity=100);Shadow(color='#0072bb', Direction=0, Strength=0)";
outfilter="randomdissolve(duration=0.3)";
}

with(submenuStyle=new mm_style()){
onbgcolor="#5ba7d8";
oncolor="#ffffff";
offbgcolor="#0072bb";
offcolor="#ffffff";
bordercolor="#0072bb";
borderstyle="none";
borderwidth=0;
separatorcolor="0072bb";
separatorsize="0";
padding=6;
fontsize="80%";
fontstyle="11px";
fontweight="Normal";
fontfamily="Arial";
pagecolor="";
pagebgcolor="";
headercolor="";
headerbgcolor="";
subimage="";
subimagepadding="0";
overfilter="Fade(duration=0.2);Alpha(opacity=75);Shadow(color='#5ba7d8', Direction=0, Strength=0)";
outfilter="randomdissolve(duration=0.3)";
}

with(milonic=new menuname("Services")){
style=submenuStyle;
overflow="scroll";
aI("text=STS Operations;url=STSOperations.html;status=STS Operations;");
aI("text=Oil Spill Response;url=OilSpillResponse.html;status=Oil Spill Response;");
aI("text=Hose Hire / Test Facility;url=HoseHire.html;status=Hose Hire / Test Facility;");
aI("text=Fender Hire / Refurbishment;url=FenderHire.html;status=Fender Hire / Refurbishment;");
}

with(milonic=new menuname("Systems")){
style=submenuStyle;
overflow="scroll";
aI("text=OSR Equipment;url=OSREquipment.html;status=OSR Equipment;");
aI("text=Marine Hoses - Dunlop;url=MarineHoses.html;status=Marine Hoses;");
aI("text=Marine Fenders - Sea & Tec;url=MarineFenders.html;status=Marine Fenders;");
aI("text=US Hoses;url=USHoses.html;status=US Hoses;");
aI("text=Sava Tech;url=SavaTech.html;status=Sava Tech;");
aI("text=Magnetic Audio Device;url=mad.html;status=mad;");
aI("text=William Hackett;url=williamhack.html;status=williamhack;");
aI("text=Accelerated Compost Ltd;url=acclcomp.html;status=acclcomp;");
aI("text=Sorbents - SpillTech;url=sorbentspill.html;status=sorbentspill;");
aI("text=Dispersants - Radiagreen;url=Dispersants.html;status=Dispersants / Sorbents;");

}


drawMenus();