
/*
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="#ffffff";
oncolor="#cc3300";
offbgcolor="#ffffff";
offcolor="#000000";
bordercolor="#cc3300";
borderstyle="solid";
borderwidth=0;
onborder='0px solid #cc3300';
separatorcolor="#cc3300";
separatorsize="1";
padding=3;
fontsize="12px";
fontstyle="normal";
fontweight="bold";
fontfamily="Verdana, Tahoma, Arial, helvetica, Geneva, sans-serif";
pagecolor="#cc3300";
pagebgcolor="#ffffff";
headercolor="#000000";
headerbgcolor="#ffffff";
/*
subimage="images/arrow_down.gif";
onsubimage="images/arrow_down.gif";
subimagepadding="0";
overfilter="Fade(duration=0);Alpha(opacity=100);Shadow(color='#ffffff', Direction=135, Strength=0)";
outfilter="randomdissolve(duration=0)";
*/
}

with(SubMenuStyle=new mm_style()){
onbgcolor="#ffffff";
oncolor="#cc3300";
offbgcolor="#ffffff";
offcolor="#000000";
bordercolor="#cc3300";
borderstyle="solid";
borderwidth=0;
onborder='0px solid #cc3300';
separatorcolor="#cc3300";
separatorsize="0";
padding=5;
fontsize="9px";
fontstyle="normal";
fontweight="bold";
fontfamily="Verdana, Tahoma, Arial, helvetica, Geneva, sans-serif";
pagecolor="#cc3300";
pagebgcolor="#ffffff";
headercolor="#000000";
headerbgcolor="#ffffff";
align="right";
/*
overfilter="Fade(duration=0);Alpha(opacity=100);Shadow(color='#cc3300', Direction=135, Strength=5)";
outfilter="randomdissolve(duration=0)";
*/
}

with(milonic=new menuname("HomeMenu")){
style=menuStyle;
screenposition="right";
top="offset=15";
left="offset=-7";
alwaysvisible=1;
orientation="horizontal";
aI("text=Home&nbsp;;url=../index.asp;status=Home;");
aI("text=;url=#;");
}

with(milonic=new menuname("MainMenu")){
style=SubMenuStyle;
overflow="scroll";
alwaysvisible=1;
top=85;
left=12;
aI("text=About Us;url=../aboutus/aboutus.asp;status=About Us;");
aI("text=Contact Us;url=../contactus/contactus.html;status=Contact Us;");
aI("text=Careers In Carpentry;url=../careers/careers.asp;status=Careers In Carpentry;");
aI("text=Pre-Apprenticeship;url=http://www.buildalife.org;status=Pre-Apprenticeship Training;");
aI("text=Pre-Apprenticeship<br>Class Calendar;url=../asp/calendar_pa.asp;status=Pre-Apprenticeship Calendar;");
aI("text=Apprenticeship Programs;url=../apprentice/appren_programs.asp;status=Apprenticeship Programs;");
aI("text=Apprenticeship Classes;url=../apprentice/appren_classes.asp;status=Apprenticeship Classes;");
aI("text=Journeylevel Classes;url=../asp/mem_menu.asp;status=Journeylevel Classes;");
aI("text=Partners and Links;url=../partners/partners_links.html;status=Partners and Links;");
aI("text=CTCNC News and Events;url=../asp/news_calendar.asp;status=CTCNC News and Events;");
aI("text=CTCNC Careers;url=../asp/jobs.asp;status=CTCNC Careers;");
aI("text=Certification Lookup;url=https://EmployerSite.ctcnc.org/EmployerSite/EmployerLogin.aspx;status=Certification Lookup;");
aI("text=The Hammer Award;url=http://www.kofytv.com/whats-on/sports/30266634.html;target=blank;status=The Hammer Award;");
aI("text=Site Map;url=../sitemap/sitemap.html;status=Site Map;");
aI("text=<br>Journeylevel Menu;url=mem_menu.asp;status=Journeylevel Menu;");
}

drawMenus();

