

/*

Milonic .aspL 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 .aspL 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()){

onbgcolor="#ffcc33";

oncolor="#333333";

offbgcolor="#333333";

offcolor="#ffcc33";

bordercolor="";

borderstyle="";

borderwidth=0;

separatorcolor="";

separatorsize="0";

padding=8;

fontsize="90%";

fontstyle="normal";

fontfamily="Arial, Verdana, Tahoma";

pagecolor="black";

pagebgcolor="#FFFFFF";

headercolor="#000000";

headerbgcolor="#ffffff";

subimage="";

subimagepadding="2";

overfilter="Fade(duration=0.2);Alpha(opacity=90);";

outfilter="Fade(duration=0.2);Alpha(opacity=90);";

}


with(milonic=new menuname("session")){
style=menuStyle;
aI("text=CLASS SCHEDULE;url=classes.html;");
aI("text=GLASS CLASSES;url=glass.html;");
aI("text=SATURDAY STORY HOUR;url=story-hour.html;");
aI("text=SPOT OF TEA;url=class-tea.html;");
aI("text=GIRLS NIGHT OUT;url=girls-night.html;");

}


with(milonic=new menuname("studio")){
style=menuStyle;

aI("text=ABOUT;url=about-studio.html;");
aI("text=PRESS KIT;url=press-kit.php;");
aI("text=POTTERY ON WHEELS;url=pottery-on-wheels.html;title=Pottery on Wheels");
aI("text=HOW IT WORKS;url=qa.html;");
aI("text=STUDIO POLICIES;url=studio-policies.html;");
aI("text=MEMBERSHIP;url=membership.html;");
aI("text=REFERRAL;url=referral.html;");

}

with(milonic=new menuname("parties")){
style=menuStyle;

aI("text=KIDS PARTIES;url=birthday-parties.html;title=Birthday Parties");
aI("text=ADULT PARTIES;url=adult-parties.html;title=Adult Parties");
aI("text=CORPORATE EVENTS;url=corporate-events.html;title=Corporate Events");
aI("text=POTTERY IN A BOX;url=pottery-in-a-box.html;title=Pottery in a Box");


}

with(milonic=new menuname("kids")){
style=menuStyle;
aI("text=SUMMER CAMP CLASSES;url=camp-summer.html;");
aI("text=TEEN NIGHT;url=teennight.html;");
aI("text=PJ PARTY NIGHT;url=pj-night.html;");
aI("text=BABY PRINTS;url=baby-prints.html;");
aI("text=SCOUT ACTIVITIES;url=scouts.html;");
aI("text=HOME SCHOOL;url=home-school.html;");

}

drawMenus();



