
/*
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(menuStyle=new mm_style()){
/* onbgcolor="#990000";  */
oncolor="#ffcc99";
/* offbgcolor="#0099CC" */
offcolor="#ffffff";
bgimage='images/menu_bg.gif';
/* overbgimage='images/menu_bkg_on.jpg'; */
/* bordercolor="#0099CC"; */
/* borderstyle="solid"; */
borderwidth=0;
/* onborder='2px solid #ffffff'; */
separatorcolor="#ff6633";
separatorsize="1";
padding="10px";
fontsize="16px";
fontstyle="normal";
fontweight="bold";
fontfamily="verdana, tahoma, arial";
pagecolor="#ffcc99";
headercolor="#ffffff";
/* headerbgcolor="#0099CC"; */
/* subimage="images/arrow_down.gif"; */
/* onsubimage="images/arrow_down.gif"; */
/* subimagepadding="7"; */
/* overfilter="Fade(duration=1);Alpha(opacity=100);Shadow(color='#0099cc', Direction=135, Strength=5)"; */
/* outfilter="randomdissolve(duration=0)"; */
}

with(SubMenuStyle=new mm_style()){
onbgcolor="#1b4164";
oncolor="#99ccff";
offbgcolor="#1b4164";
offcolor="#ffffff";
borderwidth=0;
padding=7;
fontsize="13px";
fontstyle="normal";
fontweight="bold";
fontfamily="Verdana, Tahoma, Arial";
pagecolor="#99ccff";
pagebgcolor="#1b4164";
headercolor="#ffffff";
headerbgcolor="#1b4164";
align="left";
}

with(SubMenuStyle2=new mm_style()){
onbgcolor="#628cd9";
oncolor="#003366";
offbgcolor="#628cd9";
offcolor="#ffffff";
bordercolor="#b8ccff";
borderstyle="double";
borderwidth=3;
/* onborder='2px solid #ffffff'; */
separatorcolor="#b8ccff";
separatorsize="1";
padding=7;
fontsize="13px";
fontstyle="normal";
fontweight="bold";
fontfamily="Verdana, Tahoma, Arial";
pagecolor="#003366";
pagebgcolor="#628cd9";
headercolor="#ffffff";
headerbgcolor="#628cd9";
/* overfilter="Fade(duration=0);Alpha(opacity=100);Shadow(color='#000000', Direction=135, Strength=5)";
outfilter="randomdissolve(duration=0)";  */
}

with(milonic=new menuname("MainMenu")){
style=menuStyle;
top=169;
alwaysvisible=1;
screenposition="center";
orientation="horizontal";
aI("text=&nbsp;&nbsp;&nbsp;Home&nbsp;&nbsp;&nbsp;;url=index.html;title=Southwest Carpenters Training Fund;");
aI("text=&nbsp;&nbsp;&nbsp;Southern California&nbsp;&nbsp;&nbsp;;url=sc_index.html;oncolor=#ffcc99;offcolor=#ffcc99;title=Southern California Carpenters JATC;");
aI("text=&nbsp;&nbsp;&nbsp;Nevada&nbsp;&nbsp;&nbsp;;url=nv_index.html;title=Nevada Carpenters JATC;");
aI("text=&nbsp;&nbsp;&nbsp;New Mexico&nbsp;&nbsp;&nbsp;;url=nm_index.html;title=New Mexico Carpenters JATC;");
aI("text=&nbsp;&nbsp;&nbsp;Arizona&nbsp;&nbsp;&nbsp;;url=ac_index.html;title=Arizona Carpenters JATC;");
aI("text=&nbsp;&nbsp;&nbsp;Utah&nbsp;&nbsp;&nbsp;;url=uc_index.html;title=Utah Carpenters JATC;");
aI("text=&nbsp;&nbsp;&nbsp;Colorado&nbsp;&nbsp;&nbsp;;url=cc_index.html;title=Colorado Carpenters JATC;");
}

with(milonic=new menuname("sw_careers")){
style=SubMenuStyle2;
overflow="scroll";
top="offset=-15";
left="offset=-145";
aI("text=Careers English;url=sw_careers_eng.html?mID=sc;pagematch=sw_careers_eng.html;");
aI("text=Careers Spanish;url=sw_careers_spn.html?mID=sc;pagematch=sw_careers_spn.html;");
}

with(milonic=new menuname("sc_join")){
style=SubMenuStyle2;
overflow="scroll";
top="offset=-15";
left="offset=-118";
aI("text=How To Join English;url=sc_join_eng.html;pagematch=sc_join_eng.html;");
aI("text=How To Join Spanish;url=sc_join_spn.html;pagematch=sc_join_spn.html;");
}

drawMenus();


