
/*
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="#4F8EB6";
oncolor="#ffffff";
offbgcolor="#DCE9F0";
offcolor="#515151";
bordercolor="#296488";
borderstyle="solid";
borderwidth=1;
separatorcolor="#2D729D";
separatorsize="1";
padding=5;
fontsize="60%";
fontstyle="normal";
fontfamily="Verdana, Tahoma, Arial";
pagecolor="black";
pagebgcolor="#82B6D7";
headercolor="#000000";
headerbgcolor="#ffffff";
subimage="images/arrow.gif";
subimagepadding="2";
overfilter="Fade(duration=0.2);Alpha(opacity=90);Shadow(color='#777777', Direction=135, Strength=5)";
outfilter="randomdissolve(duration=0.3)";
}


with(milonic=new menuname("Main Menu")){
style=menuStyle;

screenposition="center";
alwaysvisible=1;
orientation="horizontal";
aI("text=Home;url=home.asp;status=Back To Home Page;");
aI("text=Login;showmenu=login;");
aI("text=Profile;url=profile.asp;status=Update Profile;");
aI("text=My Shows;url=myshows.asp;status=List My Shows;");
aI("text=Add Show;url=addshow01.asp;status=Add a Show;");
aI("text=My Contacts;url=contactsfwd.asp;status=Contacts;");
aI("text=Search;showmenu=Search;");
aI("text=Messages;showmenu=Messages;");
aI("text=Classifieds;showmenu=Classifieds;");
aI("text=Help;showmenu=Help;");
aI("text=About;url=about.asp;status=About LostInShowBiz.com;");
}

with(milonic=new menuname("Login")){
style=menuStyle;
overflow="scroll";
aI("text=Login;url=login.asp;status=Login;");
aI("text=Logout;url=logout.asp;status=Log Out;");
aI("text=Register;url=register.asp;status=Registration;");
aI("text=Unsubscribe;url=unsubscribe.asp;status=Unsubscribe;");
}

with(milonic=new menuname("Search")){
style=menuStyle;
aI("text=Members;url=membersearch.asp;status=Search for Members;");
aI("text=Shows;url=showsearch.asp;status=Search for Shows;");
aI("text=Venues;url=theatresearch.asp;status=Search for Venues or theatres;");
aI("text=<b><i>Desperately Seeking<i></b>;url=seeking.asp;status=Desperately Seeking;");
}

with(milonic=new menuname("Messages")){
style=menuStyle;
aI("text=Inbox;url=list_messages.asp;status=My Messages;");
aI("text=Sent;url=list_messages_sent.asp;status=Sent Messages;");
aI("text=Send New;url=buddys.asp;status=Contacts;");
}

with(milonic=new menuname("Classifieds")){
style=menuStyle;
aI("text=View All Classifieds;url=classifieds.asp;status=View All Classified Adverts;");
aI("text=Search For An Item;url=search_adverts.asp;status=Search For An Item;");
aI("text=Sell Your Stuff;url=add-advert.asp;status=Selling Your Stuff? Place your advert here.;");
aI("text=Edit Your Advert;url=myadvert.asp;status=Already placed an advert. Edit it here;");
}

with(milonic=new menuname("Help")){
style=menuStyle;
aI("text=FAQ's;url=faq.asp;status=faq's;");
aI("text=email;url=mailto:admin@LostInShowBiz.com; status=E-mail help;");
}

drawMenus();

