
/*
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=-7            // Sub menu left offset

// http://www.milonic.com/beginner.php
// onbgcolor - These control the background color in the mouse on states
// oncolor - text color in the mouse on states
// offbgcolor - These control the background color in the mouse off states
// offcolor - text color in the mouse off states
// bordercolor - Border color
// borderstyle - Solid will show a continuous solid border, other options are; dashed, dotted, double, groove, ridge, inset and outset.

with(menuStyle=new mm_style()){
onbgcolor="#DCE900";
oncolor="#515151";
offbgcolor="#FC7714"; //4F8EB6
offcolor="#ffffff";
bordercolor="#296488";
borderstyle="solid";
borderwidth=1;
separatorcolor="#2D729D";
separatorsize="1";
padding=5;
fontsize="70%";
fontstyle="normal";
fontfamily="Verdana, Tahoma, Arial";
pagecolor="black";
pagebgcolor="#f8bf24"; //#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;
top=10;
left=70;

alwaysvisible=1;
orientation="horizontal";
aI("text=Home;url=index.html;status=Back To Home Page;");
aI("text=Tickets;showmenu=Tickets;");
aI("text=Trailers;showmenu=Trailers;");
aI("text=News;url=news.html;status=Latest News;");
aI("text=Previous Years;showmenu=older;");
aI("text=Casino Nights;url=http://www.fabulasvegas.co.uk/index.html;target=new;status=Casino Nights;");
aI("text=Events;url=function.html;status=Our Productions;");
aI("text=Clients;url=client.html;status=Clients;");
aI("text=Contact;url=contact.html;status=Contact Details;");
//aI("text=Jobs;url=jobs.html;status=Jobs;");
}

with(milonic=new menuname("Trailers")){
style=menuStyle;
aI("text=RUSSELL WATSON, Gloucester Hall - Friday 23rd April, 2010;url=2010-russell-watson-jsy-ad.html;status=RUSSELL WATSON, Gloucester Hall - Friday 23rd April, 2010;");
aI("text=THE PRIESTS, Royal Hall, Isle of Man - Thursday 6th May, 2010;url=2010-priests-iom-ad.html;status=THE PRIESTS, Royal Hall, Isle of Man - Thursday 6th May, 2010;");
aI("text=JIM DAVIDSON, Royal Hall, Isle of Man - Tuesday 22nd June, 2010;url=2010-davidson-iom-ad.html;status=JIM DAVIDSON, Royal Hall, Isle of Man - Tuesday 22nd June, 2010;");
aI("text=JOOLS HOLLAND, Royal Hall, Isle of Man - 23rd & 24th June, 2010;url=2010-jools-iom-ad.html;status=JOOLS HOLLAND, Royal Hall, Isle of Man - 23rd & 24th June, 2010;");
aI("text=KATHERINE JENKINS, Royal Hall, Isle of Man - 27th July, 2010;url=2010-katherine-jenkins-iom-ad.html;status=KATHERINE JENKINS, Royal Hall, Isle of Man - 27th July, 2010;");
aI("text=THE PRIESTS, Gloucester Hall, Jersey - Friday 20th August, 2010;url=2010-priests-jer-ad.html;status=THE PRIESTS, Gloucester Hall, Jersey - Friday 20th August, 2010;");
aI("text=KILLER QUEEN, Royal Hall, Isle of Man - Thursday 26th August, 2010;url=2010-killer-queen-iom-ad.html;status=KILLER QUEEN, Royal Hall, Isle of Man - Thursday 26th August, 2010;");
aI("text=Older Trailers for 2009 Productions;showmenu=2009 Productions;");
}

with(milonic=new menuname("Tickets")){
style=menuStyle;
aI("text=Jim Davidson, Royal Hall, Isle of Man, Tuesday 22nd June, 2010;url=http://www.artistticket.com/link/?s=jim+davidson;status=Jim Davidson, Royal Hall;");
aI("text=Jools Holland, Royal Hall, Isle of Man, Wednesday/Thursday 23rd/24th June, 2010;url=http://www.artistticket.com/link/?s=jools+holland;status=Jools Holland, Royal Hall;");
aI("text=OTHELLO, Howard Davis Park, Jersey - 29th-31st July, 2010;url=http://www.keithprowse.com/tickets/slink.buy/e.1KGC/st-helier%2C-jersey/how;status=OTHELLO, Howard Davis Park, Jersey - 29th-31st July;");
aI("text=Jane McDonald, Royal Hall, Isle of Man, Friday 27th August, 2010;url=http://www.villagaiety.com/eventinfo.aspx?eventID=1266;status=Jane McDonald, Royal Hall;");
}

with(milonic=new menuname("2009 Productions")){
style=menuStyle;
aI("text=Blake & All Angels, Gloucester Hall, Jersey, 22nd May, 2009;url=2009-blake-all-angels-jsy-tv-ad.html;status=Blake & All Angels, Jersey, 22nd May, 2009;");
aI("text=Blake & All Angels, Isle of Man, 25th June, 2009;url=2009-blake-all_angels-ad-iom.html;status=Blake & All Angels, Isle of Man, 25th June, 2009;");
aI("text=Status Quo, Howard Davis Park, Jersey, July 10th 2009;url=2009-quo-ad.html;status=Status Quo, Jersey, July 10th 2009;");
aI("text=McFly, Gloucester Hall, 20th July, 2009;url=2009-mcfly.html;status=McFly, Gloucester Hall, 20th July;");
aI("text=John Barrowman, Isle of Man, 30th July, 2009;url=2009-barrowman-ad-iom.html;status=John Barrowman, Isle of Man, 30th July, 2009;");
aI("text=John Barrowman, Jersey, 29th August, 2009;url=2009-barrowman-jsy.html;status=John Barrowman, Jersey, 29th August, 2009;");
}

with(milonic=new menuname("older")){
style=menuStyle;
aI("text=2009;url=2009.html;status=2009;");
aI("text=2008;url=2008.html;status=2008;");
}

drawMenus();

