
/*
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=300           // The time delay for menus to remain visible on mouse out
_menuOpenDelay=150            // The time delay before menus open on mouse over
_followSpeed=5                // Follow scrolling speed
_followRate=10                // Follow scrolling Rate
_subOffsetTop=0              // Sub menu top offset
_subOffsetLeft=0            // Sub menu left offset
_scrollAmount=3               // Only needed for Netscape 4.x
_scrollDelay=20               // Only needed for Netcsape 4.x



with(menuStyle=new mm_style()){
itemwidth=300;
menuwidth=300;
bgimage;
overbgimage;
onbgcolor="#FFFF33";
oncolor="#000000";
offbgcolor="#E2E5E6";
offcolor="#000000";
bordercolor="#ffffff";
borderstyle="solid";
borderwidth;
separatorcolor="#000000";
separatoralign='center';
separatorsize="1";
padding=4;
fontsize="65%";
fontstyle="normal";
fontweight="bold";
fontfamily="Arial, Helvetica, sans-serif";
pagecolor;
pagebgcolor;
headercolor;
headerbgcolor;
subimage="";
subimagepadding=2;
}

with(milonic=new menuname("Main Menu")){
style=menuStyle;
position="relative";
alwaysvisible=1;
orientation="horizontal";
aI("text=;url=;align=left;onbgcolor=;offbgcolor=;status=");
aI("text=Home;url=index.htm;align=left;onbgcolor=#FFFF33;offbgcolor=#FFFF33;status=");
aI("text=The Beginning;url=thebeginning.htm;align=left;onbgcolor=#FFFF33;offbgcolor=#FFFF33;status=");
aI("text=Hairyhand Creative;url=hairyhand_creative_home.htm;align=left;onbgcolor=#FFFF33;offbgcolor=#FFFF33;showmenu=work;status=");
aI("text=Shop;url=shop.html;align=left;onbgcolor=#FFFF33;offbgcolor=#FFFF33;status=");
aI("text=News;url=http://www.hairyhandnews.blogspot.com;align=left;onbgcolor=#FFFF33;offbgcolor=#FFFF33;showmenu=;status=");
aI("text=Blog;url=http://www.thehairyhand.blogspot.com;align=left;onbgcolor=#FFFF33;offbgcolor=#FFFF33;showmenu=;status=");
aI("text=Contact;url=contact.htm;align=left;onbgcolor=#FFFF33;offbgcolor=#FFFF33;showmenu=;status=");
}


with(milonic=new menuname("work")){
style=menuStyle;
itemwidth=90;
aI("text=JWT;url=work_jwt.htm;onbgcolor=#F3f342;offbgcolor=#FFFF33;status=");
aI("text=WORKCOMMS;url=work_recruitment.htm;onbgcolor=#F3f342;offbgcolor=#FFFF33;status=");
aI("text=S.E.A Ltd;url=work_firstjob.htm;onbgcolor=#F3f342;offbgcolor=#FFFF33;status=");
aI("text=College Work;url=work_college.htm;onbgcolor=#F3f342;offbgcolor=#FFFF33;status=");
aI("text=CV;url=Scott Randall HAIRYHAND CV.pdf;align=left;onbgcolor=#F3f342;offbgcolor=#FFFF33;showmenu=;status=");
aI("text=Fees;url=fees.htm;align=left;onbgcolor=#F3f342;offbgcolor=#FFFF33;showmenu=;status=");
}
drawMenus();

