/*
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=-10            // Sub menu left offset

with(menuStyleMain=new mm_style()){
align="center"
onbgcolor="#99CC99";
oncolor="#000000";
offbgcolor="#339966";
offcolor="#FFFFFF";
bordercolor="#000033";
borderstyle="solid";
borderwidth=0;
separatorcolor="#000033";
separatorsize="1";
separatorpadding="0";
padding=3;
fontsize="10";
fontstyle="normal";
fontfamily="Verdana, Tahoma, Arial";
headercolor="#000000";
itemheight=21;
pagebgcolor="#99CC99";
subimage="images/arrow.gif";
subimagepadding="3";
overfilter="Fade(duration=0.0);Alpha(opacity=95);Shadow(color='#000033', Direction=135, Strength=3)";
outfilter="randomdissolve(duration=0.0)";
}

with(menuStyleSub=new mm_style()){
align="center"
onbgcolor="#99CC99";
oncolor="#000000";
offbgcolor="#339966";
offcolor="#FFFFFF";
bordercolor="#000033";
borderstyle="solid";
borderwidth=1;
separatorcolor="#000033";
separatorsize="1";
separatorpadding="0";
padding=3;
fontsize="10";
fontstyle="normal";
fontfamily="Verdana, Tahoma, Arial";
pagebgcolor="#99CC99";
headercolor="#000000";
subimage="images/arrow.gif";
subimagepadding="3";
overfilter="Fade(duration=0.0);Alpha(opacity=95);Shadow(color='#000033', Direction=135, Strength=3)";
outfilter="randomdissolve(duration=0.0)";
}

with(milonic=new menuname("Main Menu")){
style=menuStyleMain;
alwaysvisible=1;
orientation="horizontal";
aI("text=HOME;url=index.html;status=HOME;itemwidth=95");
aI("text=REGIONS;showmenu=regions;url=regions.html;status=REGIONS;itemwidth=115");
aI("text=DRILL FLEET;showmenu=drillfleet;url=drill_fleet.html;status=DRILL FLEET;itemwidth=128");
aI("text=SAFETY &amp; ENVIRONMENT;showmenu=safetyenv;url=safety.html;status=SAFETY &amp; ENVIRONMENT;itemwidth=175");
aI("text=CONTACT US;url=contact_info.html;status=CONTACT LAYNE;itemwidth=122");
aI("text=EMPLOYMENT;url=employment_info.html;status=EMPLOYMENT;itemwidth=125");

}

with(milonic=new menuname("drillfleet")){
style=menuStyleSub;
align="left"
aI("text=LAYNE DRILLING AUSTRALIA;url=fleet_auslayne.html;status=LAYNE DRILLING AUSTRALIA");
aI("text=LAYNE DRILLING TANZANIA;url=fleet_tanzania.html;status=LAYNE DRILLING TANZANIA");
aI("text=SOUTHERN AFRICA;url=fleet_southern.html;status=SOUTHERN AFRICA");
aI("text=WEST AFRICA DRILLING SERVICES;url=fleet_africa.html;status=WEST AFRICA DRILLING SERVICES");
}

with(milonic=new menuname("safetyenv")){
style=menuStyleSub;
align="left"
aI("text=LAYNE DRILLING AUSTRALIA;url=safety_auslayne.html;status=LAYNE DRILLING AUSTRALIA");
aI("text=LAYNE DRILLING TANZANIA;url=safety_tanzania.html;status=LAYNE DRILLING TANZANIA");
aI("text=SOUTHERN AFRICA;url=safety_southern.html;status=SOUTHERN AFRICA");
aI("text=WEST AFRICA DRILLING SERVICES;url=safety_africa.html;status=WEST AFRICA DRILLING SERVICES");
//aI("text=INTERNATIONAL MINING SERVICES;url=safety_international.html;status=INTERNATIONAL MINING SERVICES");
}

with(milonic=new menuname("regions")){
style=menuStyleSub;
align="left"
aI("text=SUMMARY OF REGIONS;url=regions.html;status=SUMMARY OF REGIONS");
aI("text=LAYNE DRILLING AUSTRALIA;url=region_auslayne.html;status=LAYNE DRILLING AUSTRALIA");
aI("text=LAYNE DRILLING TANZANIA;url=region_tanzania.html;status=LAYNE DRILLING TANZANIA");
aI("text=SOUTHERN AFRICA;url=region_southern.html;status=SOUTHERN AFRICA");
aI("text=WEST AFRICA DRILLING SERVICES;url=region_africa.html;status=WEST AFRICA DRILLING SERVICES");
//aI("text=INTERNATIONAL MINING SERVICES;url=region_international.html;status=INTERNATIONAL MINING SERVICES");
}


drawMenus();