﻿
/*
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=20            // The time delay before menus open on mouse over
_subOffsetTop=10              // Sub menu top offset
_subOffsetLeft=-10            // Sub menu left offset



with(menuStyle=new mm_style()){
onbgcolor="ff0000";
oncolor="FFFFFF";
offbgcolor="Black";
offcolor="white";
onsubimage="arrow.gif";
bordercolor="CC9900";
borderstyle="solid";
menubgimage='blkblock.gif';borderwidth=0;
separatorcolor="white";
separatorsize="1";
padding=5;
fontsize="85%";
fontstyle="bold";
fontfamily="Arial";
pagecolor="000000";
pagebgcolor="FFCC00";
headercolor="000000";
headerbgcolor="999999";
subimage="arrow.gif";
subimagepadding="2";
overfilter="Fade(duration=0.2);Alpha(opacity=90);Shadow(color='#777777', Direction=135, Strength=5)";
outfilter="randomdissolve(duration=0.3)";
}


with(milonic=new menuname("Main Menu")){
style=menuStyle;
top=115;
menuwidth="100%";
menualign="center";
alwaysvisible=1;
orientation="horizontal";
aI("text=Home;url=/index.html;status=Back To Home Page;");
aI("text=About Us;showmenu=about;status=About Weldlogic;");
aI("text=Products;showmenu=products;");
aI("text=Applications;url=/applications.php;");
aI("text=Weld Lab;url=/weldlab.php;");
aI("text=Training;url=/training.php;");
aI("text=Ask The Experts;url=/form.php;");
aI("text=Contract Welding;url=http://www.processlogicinc.com;");
aI("text=Tungsten Data;url=http://www.diamondground.com;");
aI("text=Employment;url=/jobs.php;");
aI("text=Contact Us;showmenu=contact;");
}

with(milonic=new menuname("products")){
style=menuStyle;
aI("text=Auto Arc Welding Stations;url=/aaws.php");
aI("text=Precision Power Supplies;url=/PPS.php");
aI("text=Precision Longitudinal Seamers;url=/PLS.php");
aI("text=Precision Welding Lathes;url=/PWL.php;");
aI("text=Tube Rolling Machines;url=/TRM.php;");
aI("text=Custom Systems;url=/CS.php;");
aI("text=Circumferential Positioners;url=/CP.php;");
aI("text=Orbital Welding Systems;url=/OWS.php;");
aI("text=Accessories;url=/ACC.php;");


}
with(milonic=new menuname("contact")){
style=menuStyle;
overflow="scroll";
aI("text=Service Department;url=/service.php;");
aI("text=Contact Us;url=/contact.php;");


}
with(milonic=new menuname("about")){
style=menuStyle;
aI("text=Company Overview;url=/about.php");
aI("text=What's New;url=/news.php");
aI("text=Service Department;url=/service.php;");
aI("text=Privacy Policy;url=/privacy.php");
aI("text=Site Map;url=/sitemap.php");

}



drawMenus();

