/*
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="/LayneMineral/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="/LayneMineral/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=MINERAL EXPLORATION HOME;url=/LayneMineral/index.html;status=BACK TO MINERALS HOME;itemwidth=208");
aI("text=SERVICES;url=/LayneMineral/services.html;status=LAYNE MINERAL EXPLORATION SERVICES;itemwidth=105");
aI("text=DRILLING METHODS;url=/LayneMineral/drilling_methods.html;showmenu=drilling;status=LAYNE DRILLING METHODS;itemwidth=162");
aI("text=SAFETY;url=/LayneMineral/safety.html;status=LAYNE MINERAL EXPLORATION SAFETY;itemwidth=102");
aI("text=LOCATIONS &amp; CONTACT;showmenu=contact;url=#;status=LAYNE MINERAL EXPLORATION LOCATIONS &amp; CONTACT INFORMATION;itemwidth=172");
}

with(milonic=new menuname("drilling")){
align="left";
style=menuStyleSub;
borderwidth=1;
aI("text=DIAMOND CORE DRILLING;url=/LayneMineral/diamond_core_drilling.html;status=DIAMOND CORE DRILLING");
aI("text=DIRECTIONAL DRILLING;url=/LayneMineral/directional_drilling.html;status=DIRECTIONAL DRILLING");
aI("text=HAMMER DRILLING;url=/LayneMineral/hammer_drilling.html;status=HAMMER DRILLING");
aI("text=LARGE DIAMETER CORE DRILLING;url=/LayneMineral/lg_diameter_core_drilling.html;status=LARGE DIAMETER CORE DRILLING");
aI("text=REVERSE CIRCULATION DRILLING;url=/LayneMineral/reverse_circ_drilling.html;status=REVERSE CIRCULATION DRILLING");
aI("text=ROTARY AIR-BLAST;url=/LayneMineral/rotary_air_blast.html;status=ROTARY AIR-BLAST");
}

with(milonic=new menuname("contact")){
align="left";
style=menuStyleSub;
borderwidth=1;
aI("text=FEEDBACK;url=/contact_mineral.html;status=LAYNE MINERAL DIVISION FEEDBACK");
aI("text=LOCATIONS;url=/LayneMineral/locations.html;status=LAYNE MINERAL DIVISION OFFICE LOCATIONS");
}

drawMenus();