
/*
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="";
oncolor="#000000";
offbgcolor="";
offcolor="#993300";
bordercolor="";
borderstyle="solid";
borderwidth=0;
separatorcolor="";
separatorsize="0";
padding=0;
fontsize="12";
fontstyle="normal";
fontfamily="Lucida Grande, Verdana, Arial, Helvetica, sans-serif";
pagecolor="cc0000";
pagebgcolor="";
headercolor="#000000";
headerbgcolor="#ffffff";
subimage="/menu/arrow.gif";
subimagepadding="2";
overfilter="Fade(duration=0.2);Alpha(opacity=90)";
outfilter="randomdissolve(duration=0.3)";
}


with(milonic=new menuname("Main Menu")){
style=menuStyle;
screenposition="top;center"
alwaysvisible=1;
orientation="vertical";
left="offset=-325";
top="170";
followscroll="50";
aI("text=&nbsp;<br>;");
aI("text=Home;url=/index.php?page=intro;status=Home;");
aI("text=About;url=/index.php?page=about;status=About;");
aI("text=Concerts;url=/index.php?page=concerts;status=Concerts;");
aI("text=Schedule;url=/index.php?page=schedule#workshops;status=Special Workshops;");
aI("text=Artist Faculty;url=index.php?page=artists;status=Artist Faculty;");
aI("text=Facilities & Lodging;url=/index.php?page=lodging;status=Facilities & Lodging;");
aI("text=Quotes;url=/index.php?page=quotes;status=Quotes;");
aI("text=Photos;url=http://skylinestudios.smugmug.com/Festivals%20and%20Events;target='blank';status=Photos;");
aI("text=Application;url=/index.php?page=application;status=Application;");
aI("text=&nbsp;<br>;");
aI("text=Kairos Festival;url=http://www.kairosfestival.org/index.php;target='blank';status=Kairos Festival;");
aI("text=&nbsp;<br>;");
aI("text=Map;url=http://www.cwu.edu/~music/introduction/directions.html;status=Map;");
aI("text=Contact;url=/index.php?page=contact;status=Contact;");
}

drawMenus();
