
/*
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="#375EAD";
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 & Tickets;url=/index.php?page=concerts;status=Concerts;");
aI("text=Artists;url=/index.php?page=artists;status=Artist Faculty;");
aI("text=Guest Artists;url=/index.php?page=guest;status=Guest Artists;");
aI("text=The Place;url=/index.php?page=place;status=Location;");
aI("text=Lodging & Meals;url=/index.php?page=lodging;status=Lodging & Meals;");
aI("text=Newsletter;url=/index.php?page=newsletter;status=Newsletter;");
aI("text=Sponsors;url=/index.php?page=sponsors;status=Sponsors;");
aI("text=Contribute;url=http://classicsinellensburg.org/sponsorship.pdf;status=Sponsors;");
aI("text=&nbsp;<br>;");
aI("text=Kairos Lyceum;url=http://www.kairosmusic.org/index.php;target='blank';status=Kairos Lyceum;");
aI("text=&nbsp;<br>;");
aI("text=Directions/Map;url=/index.php?page=map;status=Map;");
aI("text=Contact;url=/index.php?page=contact;status=Contact;");
}


drawMenus();

