﻿
/*
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=600           // 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="0000CC";
oncolor="White";
offbgcolor="DimGray";
offcolor="white";
onsubimage="arrow.gif";
bordercolor="CC9900";
borderstyle="solid";
menubgimage='blkblock.gif';borderwidth=0;
separatorcolor="ffffff";
separatorsize="1";
padding=5;
fontsize="75%";
fontstyle="bold";
fontfamily="Arial";
pagecolor="FFFFFF";
pagebgcolor="0000CC";
headercolor="FFFFFF";
headerbgcolor="999999";
subimage="arrow.gif";
subimagepadding="2";
overfilter="Fade(duration=0.2);Alpha(opacity=100);Shadow(color='#777777', Direction=135, Strength=1)";
outfilter="randomdissolve(duration=0.3)";
}


with(milonic=new menuname("Main Menu")){
style=menuStyle;
top=115;
screenposition="center";
menuwidth="920px";
menualign="center";
alwaysvisible=1;
orientation="horizontal";
aI("text=Home;url=index.html;status=Back To Home Page;");
aI("text=About DGP;showmenu=about;");
aI("text=Products;showmenu=products;");
aI("text=FREE Guidebooks & Brochures;showmenu=resources;");
aI("text=Request Samples;url=freesample.html;");
aI("text=Contact DGP;url=contact.html;");
aI("text=Site Map;url=sitemap.html;");

}

with(milonic=new menuname("products")){
style=menuStyle;
overflow="scroll";
aI("text=Product Overview;url=prodover.html;");
aI("text=Tungsten Electrode Materials;url=tungstenweldingelectrodes.html;");
aI("text=Pre-ground & Re-ground Tungsten Electrodes;url=tungstenelectrodes.html;");
aI("text=Piranha II Tungsten Electrode Grinder;url=piranha2tungstengrinders.html;");
aI("text=Piranha III Tungsten Electrode Grinder;url=piranha3tungstengrinders.html;");
aI("text=DGP-Series Tungsten Electrode Grinders;url=dgptungstenelectrodegrinders.html;");
aI("text=Thermal Dynamics Corp. 2A Welding Torch;url=torch2a.html;");
aI("text=Thermal Dynamics Corp. 3A Welding Torch;url=torch3a.html;");
aI("text=Thermal Dynamics Corp. 4A Welding Torch;url=torch4a.html;");
aI("text=Fusion Electrodes;url=fusionelectrodes.html;");
aI("text=Replacement Cleaver Blades;url=cleaverblades.html;");
aI("text=Tungsten/Molybdenum Fabrication & Machining;url=tungfab.html;");
aI("text=Tungsten-Copper Fabrication & Machining;url=tungcopper.html;");
aI("text=Replacement Diamond Grinding Wheels;url=tungstengrinderwheels.html;");
}

with(milonic=new menuname("about")){
style=menuStyle;
aI("text=About Diamond Ground Products;url=about.html");
aI("text=FAQ's;url=frequently-asked-questions.html");
aI("text=What's New;url=whatsnew.html");
aI("text=Buy Direct or Find a Distributor;url=http://gawdawiki.org/directory/index.php");
}

with(milonic=new menuname("resources")){
style=menuStyle;
aI("text=Brochures;url=brochures.html");
aI("text=Tungsten Guidebook;url=downloads.html");
aI("text=How to Prepare Tungsten Electrodes;url=downloads.html");
aI("text=Thoriated Tungsten Warning;url=warning.html");
aI("text=What's New;url=whatsnew.html");
}

drawMenus();

