
/*
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=0            // Sub menu left offset



with(menuStyle=new mm_style()){
offbgcolor="#ffff00";
bordercolor="";
borderstyle="";
borderwidth=0;
separatorcolor="";
separatorsize="0";
padding=5;
fontsize="90%";
fontstyle="normal";
fontfamily="Arial";
pagecolor="#1D5F9D";
pagebgcolor="#ffff00";
headercolor="#1D5F9D";
headerbgcolor="#ffff00";
subimage="";
subimagepadding="0";
overfilter="Fade(duration=0.2);Alpha(opacity=90)";
outfilter="fade(duration=0.2)";
}

with(milonic=new menuname("toolkit")){
style=menuStyle;
overflow="scroll";
aI("onbgcolor=#1D5F9D;oncolor=#FFFFFF;offcolor=#1D5F9D;text=Tool #1 - Weekly Email Articles;url=http://www.workingsmart.us/tool1.asp;");
aI("onbgcolor=#1D5F9D;oncolor=#FFFFFF;offcolor=#1D5F9D;text=Tool #2 - Career Builder CDs;url=http://www.workingsmart.us/tool2.asp;");
aI("onbgcolor=#1D5F9D;oncolor=#FFFFFF;offcolor=#1D5F9D;text=Tool #3 - Drive 'N Learn Audio Coaching;url=http://www.workingsmart.us/tool3.asp;");
aI("onbgcolor=#1D5F9D;oncolor=#FFFFFF;offcolor=#1D5F9D;text=Tool #4 - Skill Building Guidebooks;url=http://www.workingsmart.us/tool4.asp;");
aI("onbgcolor=#1D5F9D;oncolor=#FFFFFF;offcolor=#1D5F9D;text=Tool #5 - Personal Career Coaching;url=http://www.workingsmart.us/tool5.asp;");
aI("onbgcolor=#1D5F9D;oncolor=#FFFFFF;offcolor=#1D5F9D;text=Complete Tool Kit - BEST DEAL!;url=http://www.workingsmart.us/proddetail.asp?prod=1CompleteKit;");

 
}


drawMenus();

