
/*
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=5              // Sub menu top offset
_subOffsetLeft=-5            // Sub menu left offset




with(AllImagesStyle=new mm_style()){
bordercolor="#000000";
borderstyle="solid";
padding=3;
fontstyle="normal";
fontweight="normal";
}


with(menuStyle=new mm_style()){
onbgcolor="#ced6c8";
oncolor="#000000";
offbgcolor="#000000";
offcolor="#ced6c8";
bordercolor="";
borderstyle="";
borderwidth=0;
separatorcolor="";
separatorsize="0";
padding=8;
fontsize="100%";
fontstyle="normal";
fontfamily="Arial, Helvetica, sans-serif";
pagecolor="black";
pagebgcolor="#ffffff";
headercolor="#000000";
headerbgcolor="#ffffff";
subimage="";
subimagepadding="4";
overfilter="Fade(duration=0.2);Alpha(opacity=90);";
outfilter="Fade(duration=0.2);Alpha(opacity=90);";
}


with(milonic=new menuname("Main Menu")){
style=menuStyle;
top=240;
left=10;
alwaysvisible=1;
orientation="horizontal";
position="relative";

aI("url=index.asp;image=menu_about.gif;overimage=menu_about-over.gif;alt=ABOUT US;");
aI("url=industries.asp;showmenu=industries;image=menu_industries.gif;overimage=menu_industries-over.gif;alt=INDUSTRIES SERVED;");
aI("url=process.asp;showmenu=process;image=menu_process.gif;overimage=menu_process-over.gif;alt=OUR PROCESS;");
aI("url=laser.asp;showmenu=laser;image=menu_laser.gif;overimage=menu_laser-over.gif;alt=LASER MARKING;");
aI("url=contact.asp;image=menu_contact.gif;overimage=menu_contact-over.gif;alt=CONTACT US;");
}

with(milonic=new menuname("process")){
style=menuStyle;
aI("text=Advantages;url=process.asp;");
aI("text=How We Do It;url=how.asp;");

}
with(milonic=new menuname("laser")){
style=menuStyle;
aI("text=Nd:Yag Lasers;url=laser.asp;");
aI("text=Capabilities;url=capabilities.asp;");
aI("text=Application;url=application.asp;");


}
drawMenus();


