/***********************************************************************************
*	(c) Ger Versluis 2000 version 5.411 24 December 2001 (updated Jan 31st, 2003 by Dynamic Drive for Opera7)
*	For info write to menus@burmees.nl		          *
*	You may remove all comments for faster loading	          *		
***********************************************************************************/

	var NoOffFirstLineMenus=40;			// Number of first level items
	var LowBgColor='#000000';			// Background color when mouse is not over
	var LowSubBgColor='#B90000';			// Background color when mouse is not over on subs
	var HighBgColor='#B90000';			// Background color when mouse is over
	var HighSubBgColor='#000000';			// Background color when mouse is over on subs
	var FontLowColor='#FFFFFF';			// Font color when mouse is not over
	var FontSubLowColor='#FFFFFF';			// Font color subs when mouse is not over
	var FontHighColor='#FFFFFF';			// Font color when mouse is over
	var FontSubHighColor='#FFFFFF';			// Font color subs when mouse is over
	var BorderColor='#000000';			// Border color
	var BorderSubColor='#000000';			// Border color for subs
	var BorderWidth=1;				// Border width
	var BorderBtwnElmnts=1;			// Border between elements 1 or 0
	var FontFamily="verdana,arial,comic sans ms,technical"	// Font family menu items
	var FontSize=8;				// Font size menu items
	var FontBold=0;				// Bold menu items 1 or 0
	var FontItalic=0;				// Italic menu items 1 or 0
	var MenuTextCentered='left';			// Item text position 'left', 'center' or 'right'
	var MenuCentered='left';			// Menu horizontal position 'left', 'center' or 'right'
	var MenuVerticalCentered='top';		// Menu vertical position 'top', 'middle','bottom' or static
	var ChildOverlap=.0;				// horizontal overlap child/ parent
	var ChildVerticalOverlap=.0;			// vertical overlap child/ parent
	var StartTop=285;				// Menu offset x coordinate
	var StartLeft=0;				// Menu offset y coordinate
	var VerCorrect=0;				// Multiple frames y correction
	var HorCorrect=0;				// Multiple frames x correction
	var LeftPaddng=3;				// Left padding
	var TopPaddng=2;				// Top padding
	var FirstLineHorizontal=0;			// SET TO 1 FOR HORIZONTAL MENU, 0 FOR VERTICAL
	var MenuFramesVertical=1;			// Frames in cols or rows 1 or 0
	var DissapearDelay=1000;			// delay before menu folds in
	var TakeOverBgColor=1;			// Menu frame takes over background color subitem frame
	var FirstLineFrame='navig';			// Frame where first level appears
	var SecLineFrame='space';			// Frame where sub levels appear
	var DocTargetFrame='space';			// Frame where target documents appear
	var TargetLoc='';				// span id for relative positioning
	var HideTop=0;				// Hide first level when loading new document 1 or 0
	var MenuWrap=1;				// enables/ disables menu wrap 1 or 0
	var RightToLeft=0;				// enables/ disables right to left unfold 1 or 0
	var UnfoldsOnClick=0;			// Level 1 unfolds onclick/ onmouseover
	var WebMasterCheck=0;			// menu tree checking on or off 1 or 0
	var ShowArrow=1;				// Uses arrow gifs when 1
	var KeepHilite=1;				// Keep selected path highligthed
	var Arrws=['../menu/tri.gif',5,10,'../menu/tri.giftridown.gif',10,5,'../menu/tri.giftrileft.gif',5,10];	// Arrow source, width and height

function BeforeStart(){return}
function AfterBuild(){return}
function BeforeFirstOpen(){return}
function AfterCloseAll(){return}


// Menu tree
//	MenuX=new Array(Text to show, Link, background image (optional), number of sub elements, height, width);
//	For rollover images set "Text to show" to:  "rollover:Image1.jpg:Image2.jpg"

Menu1=new Array("Startseite","http://www.london-musicals.de","",0,20,163);
Menu2=new Array("Musicals in London","../musical-london/index.html","",0,20);
Menu3=new Array("Infos & Bilder London","../west-end/index.html","",0,20);
Menu4=new Array("Musical-Gutscheine","../gutschein/index.html","",0,20);
Menu5=new Array("<img src=../menu/trans.gif width='3' height='14'><b>Broadway Musicals</b>","javascript: popup = window.open('http://www.broadway-musicals.de/musical-new-york/index.html', 'Broadway', 'width=1024,height=700,scrollbars=yes,locationbar=yes,menubar=yes,toolbar=yes,location=yes,resizable=yes,status=yes,dependent=no');popup.focus();","",0,20);
//Menu3=new Array("<img src=../menu/tickets.gif height='14px' width='17px'>Alice In<br><img src=../menu/trans.gif width='17px' height='14'>Wonderland","../alice-in-wonderland-musical-london/alice-in-wonderland-musical-london-west-end.html","",0,36);
//Menu5=new Array("<img src=../menu/tickets.gif height='14px' width='17px'>42nd Street","../42nd-street-musical-london/musical-42nd-street-london.html","",0,20);
Menu6=new Array("<img src=../menu/tickets.gif height='14px' width='17px'>All The Fun Of The Fair","../all-the-fun-of-the-fair-musical-london/musical-all-the-fun-of-the-fair-in-london.html","",0,20);
//Menu6=new Array("<img src=../menu/tickets.gif height='14px' width='17px'>Avenue Q","../avenue-q-musical-london/musical-avenue-q-london.html","",0,20);
//Menu7=new Array("<img src=../menu/tickets.gif height='14px' width='17px'>Bad Girls","../bad-girls-london/bad-girls-london.html","",0,20);
//Menu6=new Array("<img src=../menu/tickets.gif height='14px' width='17px'>Billy Elliot","../billy-elliot-musical/billy-elliot-musical-london-west-end.html","",0,20);
Menu7=new Array("<img src=../menu/tickets.gif height='14px' width='17px'>Blood Brothers","../blood-brothers-musical/index.html","",0,20);
//Menu10=new Array("<img src=../menu/tickets.gif height='14px' width='17px'>Blue Man Group","../blue-man-group-show/blueman-show-london-blue-man-group.html","",0,20);
//Menu8=new Array("<img src=../menu/tickets.gif height='14px' width='17px'>Breakfast at Tiffany's","../breakfast-at-tiffanys/breakfast-at-tiffanys.html","",0,20);
//Menu9=new Array("<img src=../menu/tickets.gif height='14px' width='17px'>Buddy","../buddy-musical-london/musical-buddy-london.html","",0,20);
//Menu9=new Array("<img src=../menu/tickets.gif height='14px' width='17px'>Cabaret","../cabaret/cabaret-musical-london.html","",0,20);
//Menu9=new Array("<img src=../menu/tickets.gif height='14px' width='17px'>Cat on the hot tin roof","../cat-on-the-hot-tin-roof/cat-on-the-hot-tin-roof.html","",0,20);
Menu8=new Array("<img src=../menu/tickets.gif height='14px' width='17px'>Chicago","../chicago-musical/index.html","",0,20);
//Menu12=new Array("<img src=../menu/tickets.gif height='14px' width='17px'>Carousel","../carousel-musical-london/musical-carousel-in-london.html","",0,20);
// Menu7=new Array("<img src=../menu/tickets.gif height='14px' width='17px'>Daddy Cool","../daddy-cool-musical-london/daddy-cool-musical-london-west-end.html","",0,20);
//Menu13=new Array("<img src=../menu/tickets.gif height='14px' width='17px'>Dancing In The Streets","../dancing-in-the-streets-musical-london/dancing-in-the-streets-musical-london-west-end.html","",0,20);
Menu9=new Array("<img src=../menu/tickets.gif height='14px' width='17px'>Dirty Dancing","../dirty-dancing-musical-london/dirty-dancing-musical-london-west-end.html","",0,20);
//Menu9=new Array("<img src=../menu/tickets.gif height='14px' width='17px'>Evita","../evita-musical-london/evita-musical-london-west-end.html","",0,20);
//Menu15=new Array("<img src=../menu/tickets.gif height='14px' width='17px'>Fame","../fame-musical-london/fame-musical-london-west-end.html","",0,20);
//Menu11=new Array("<img src=../menu/tickets.gif height='14px' width='17px'>Fiddler On The Roof","../fiddler-on-the-roof/fiddler-on-the-roof-musical-london.html","",0,20);
//Menu12=new Array("<img src=../menu/tickets.gif height='14px' width='17px'>Gone With The Wind","../gone-with-the-wind/gone-with-the-wind-musical-london.html","",0,20);
Menu10=new Array("<img src=../menu/tickets.gif height='14px' width='17px'>Dreamboats &amp; Petticoats","../dreamboats-and-petticoats-musical-london/musical-dreamboats-and-petticoats-in-london.html","",0,20);
Menu11=new Array("<img src=../menu/tickets.gif height='14px' width='17px'>Grease","../grease-musical-london/grease-musical-london-west-end.html","",0,20);
Menu12=new Array("<img src=../menu/tickets.gif height='14px' width='17px'>Hairspray","../hairspray-musical-london/musical-hairspray-london.html","",0,20);
//Menu15=new Array("<img src=../menu/tickets.gif height='14px' width='17px'>Imagine This","../imagine-this-musical-london/imagine-this-musical-in-london.html","",0,20);
Menu13=new Array("<img src=../menu/tickets.gif height='14px' width='17px'>Jersey Boys","../jersey-boys/jersey-boys-musical-london.html","",0,20);
//Menu17=new Array("<img src=../menu/tickets.gif height='14px' width='17px'>Joseph","../joseph-and-the-amazing-technicolor-dreamcoat/musical-joseph-and-the-amazing-technicolor-dreamcoat-london.html","",0,20);
// Menu12=new Array("<img src=../menu/tickets.gif height='14px' width='17px'>Footloose","../footloose-musical-london/footloose-musical-london-west-end.html","",0,20);
// Menu13=new Array("<img src=../menu/tickets.gif height='14px' width='17px'>Guys and Dolls","../guys-and-dolls-musical-london/guys-and-dolls-musical-london-west-end.html","",0,20);
//Menu15=new Array("<img src=../menu/tickets.gif height='14px' width='17px'>La Cage Aux Folles","../la-cage-aux-folles-musical-london/musical-la-cage-aux-folles-in-london.html","",0,20);

Menu14=new Array("<img src=../menu/tickets.gif height='14px' width='17px'>Legally Blonde","../legally-blonde-musical-london/musical-legally-blonde-london.html","",0,20);
Menu15=new Array("<img src=../menu/tickets.gif height='14px' width='17px'>Les Miserables","../les-miserables-musical/index.html","",0,20);
// Menu15=new Array("<img src=../menu/tickets.gif height='14px' width='17px'>Mack and Mabel","../mack-and-mabel-musical-london/mack-and-mabel-musical-london-west-end.html","",0,20);
Menu16=new Array("<img src=../menu/tickets.gif height='14px' width='17px'>Love Never Dies!","../love-never-dies-musical-london/love-never-dies-musical-in-london.html","",0,20);
Menu17=new Array("<img src=../menu/tickets.gif height='14px' width='17px'>Mamma Mia!","../mamma-mia-musical/index.html","",0,20);
//Menu19=new Array("<img src=../menu/tickets.gif height='14px' width='17px'>Marguerite","../marguerite/marguerite-musical-london.html","",0,20);
//Menu20=new Array("<img src=../menu/tickets.gif height='14px' width='17px'>Never Forget","../never-forget/never-forget-musical-london.html","",0,20);
Menu18=new Array("<img src=../menu/tickets.gif height='14px' width='17px'>Oliver!","../oliver-musical-london/musical-oliver-london-west-end.html","",0,20);
//Menu20=new Array("<img src=../menu/tickets.gif height='14px' width='17px'>Mary Poppins","../mary-poppins-musical/index.html","",0,20);
//Menu21=new Array("<img src=../menu/tickets.gif height='14px' width='17px'>Menopause","../menopause-musical-london/musical-menopause-london.html","",0,20);
// Menu13=new Array("<img src=../menu/tickets.gif height='14px' width='17px'>Me And My Girl","../me-and-my-girl-musical/me-and-my-girl-musical-london-west-end.html","",0,20);
// Menu18=new Array("<img src=../menu/tickets.gif height='14px' width='17px'>Movin' Out","../movin-out-musical-london/movin-out-musical-london-west-end.html","",0,20);
//Menu22=new Array("<img src=../menu/tickets.gif height='14px' width='17px'>Rain Man","../rain-man-musical-london/musical-rain-man-in-london.html","",0,20);
// Menu10=new Array("<img src=../menu/tickets.gif height='14px' width='17px'>Saturday Night Fever","../saturday-night-fever-musical-london/index.html","",0,20);
// Menu19=new Array("<img src=../menu/tickets.gif height='14px' width='17px'>Sinatra at the London<br><img src=../menu/trans.gif width='17px' height='14'>Palladium","../sinatra-palladium-musical-london/sinatra-at-the-london-palladium-west-end-musical.html","",0,36);
Menu19=new Array("<img src=../menu/tickets.gif height='14px' width='17px'>Priscilla Queen of the...","../priscilla-queen-of-the-desert-musical-london/priscilla-queen-of-the-desert-musical-in-london.html","",0,20);
Menu20=new Array("<img src=../menu/tickets.gif height='14px' width='17px'>Sister Act","../sister-act-musical-london/sister-act-musical-in-london.html","",0,20);
//Menu22=new Array("<img src=../menu/tickets.gif height='14px' width='17px'>Sound Of Music","../sound-of-music-musical/the-sound-of-music-musical-london-west-end.html","",0,20);
//Menu26=new Array("<img src=../menu/tickets.gif height='14px' width='17px'>Spamalot","../spamalot-musical-london/spam-a-lot-musical-london-west-end.html","",0,20);
// Menu16=new Array("<img src=../menu/tickets.gif height='14px' width='17px'>Starlight Express","../starlight-express-musical-london/musical-starlight-express-london-westend.html","",0,20);
//Menu22=new Array("<img src=../menu/tickets.gif height='14px' width='17px'>STOMP","../stomp-show-london/stomp-show-london-west-end.html","",0,20);
// Menu16=new Array("<img src=../menu/tickets.gif height='14px' width='17px'>TAP DOGS","../tap-dogs-show-london/tap-dogs-show-london-west-end.html","",0,20);
// Menu22=new Array("<img src=../menu/tickets.gif height='14px' width='17px'>Sunday In The Park<br><img src=../menu/trans.gif width='17px' height='14'>With George","../sunday-in-the-park-with-george-musical-london/sunday-in-the-park-with-george-musical-london-west-end.html","",0,36);
Menu21=new Array("<img src=../menu/tickets.gif height='14px' width='17px'>The 39 Steps","../the-39-steps-musical-london/musical-the-39-steps-in-london.html","",0,20);
Menu22=new Array("<img src=../menu/tickets.gif height='14px' width='17px'>The Fantasticks","../the-fantasticks-musical-london/musical-the-fantasticks-in-london.html","",0,20);
Menu23=new Array("<img src=../menu/tickets.gif height='14px' width='17px'>The Lion King","../the-lion-king-disney-musical/index.html","",0,20);
//Menu25=new Array("<img src=../menu/tickets.gif height='14px' width='17px'>The Mousetrap","../the-mousetrap-musical-london/musical-the-mousetrap-in-london.html","",0,20);
//Menu24=new Array("<img src=../menu/tickets.gif height='14px' width='17px'>The Lord Of The Rings","../lord-of-the-rings-musical-london-west-end/musical-the-lord-of-the-rings-london-westend.html","",0,20);
Menu24=new Array("<img src=../menu/tickets.gif height='14px' width='17px'>The Phantom<br><img src=../menu/trans.gif width='17px' height='14'>Of The Opera","../the-phantom-of-the-opera-musical/index.html","",0,36);
// Menu20=new Array("<img src=../menu/tickets.gif height='14px' width='17px'>The Producers","../the-producers-musical/the-producers-musical-west-end-london.html","",0,20);
//Menu27=new Array("<img src=../menu/tickets.gif height='14px' width='17px'>The Rat Pack","../the-rat-pack-show/index.html","",0,20);
//Menu28=new Array("<img src=../menu/tickets.gif height='14px' width='17px'>The Rat Pack (Christmas)","../the-rat-pack-show/the-rat-pack.html","",0,20);
Menu25=new Array("<img src=../menu/tickets.gif height='14px' width='17px'>The Woman In Black","../the-woman-in-black-london/the-woman-in-black-london.html","",0,20);
Menu26=new Array("<img src=../menu/tickets.gif height='14px' width='17px'>THRILLER Live!","../thriller-michael-jackson-show-london/thriller-live-london.html","",0,20);
//Menu27=new Array("<img src=../menu/tickets.gif height='14px' width='17px'>West Side Story","../west-side-story/west-side-story-musical-london.html","",0,20);
Menu27=new Array("<img src=../menu/tickets.gif height='14px' width='17px'>War Horse","../war-horse/war-horse-london.html","",0,20);
Menu28=new Array("<img src=../menu/tickets.gif height='14px' width='17px'>We Will Rock You","../we-will-rock-you-queen-musical/index.html","",0,20);
//Menu25=new Array("<img src=../menu/tickets.gif height='14px' width='17px'>Whistle Down The Wind","../whistle-down-the-wind-musical-london/whistle-down-the-wind-musical-london-west-end.html","",0,20);
Menu29=new Array("<img src=../menu/tickets.gif height='14px' width='17px'>Wicked","../wicked-musical-london/wicked-musical-london-west-end.html","",0,20);
//Menu37=new Array("<img src=../menu/tickets.gif height='14px' width='17px'>Zorro","../zorro-musical-london/musical-zorro-in-london.html","",0,20);

Menu30=new Array("<img src=../menu/tickets.gif height='14px' width='17px'>Last Night Of The Proms","javascript: popup = window.open('http://www.klassik.net/klassik_europa_klassik-musik_grossbritannien-england_klassik-konzerte_london_klassik_last_night_of_the_proms.html', 'lnotp', 'width=960,height=700,scrollbars=yes,locationbar=yes,menubar=yes,toolbar=yes,location=yes,resizable=yes,status=yes,dependent=yes');popup.focus();","",0,20);
//Menu33=new Array("<img src=../menu/trans.gif width='3px' height='14'><b>Städtereisen England</b>","javascript: popup = window.open('http://www.staedtereisen-weltweit.com/', 'Städtereise', 'width=1024,height=768,scrollbars=yes,locationbar=yes,menubar=yes,toolbar=yes,location=yes,resizable=yes,status=yes,dependent=no');popup.focus();","",0,20);
//Menu32=new Array("<img src=../menu/trans.gif width='3px' height='14'><b>Hotels England</b>","javascript: popup = window.open('http://www.hotels-weltweit.biz/weltweit_reisen_grossbritannien-england_hotels_europa_hotels_international_grossbritannien-england_hotels_grossbritannien-england.html', 'Hotels', 'width=1024,height=768,scrollbars=yes,locationbar=yes,menubar=yes,toolbar=yes,location=yes,resizable=yes,status=yes,dependent=no');popup.focus();","",0,20,169);
//Menu33=new Array("<img src=../menu/trans.gif width='3px' height='14'><b>Konzerte weltweit</b>","javascript: popup = window.open('http://www.konzertkarten.com', 'Konzertkarten', 'width=1024,height=700,scrollbars=yes,locationbar=yes,menubar=yes,toolbar=yes,location=yes,resizable=yes,status=yes,dependent=no');popup.focus();","",0,20);
Menu31=new Array("<img src=../menu/trans.gif width='3' height='14'><b>Musicals weltweit</b>","javascript: popup = window.open('http://www.musicals-weltweit.de', 'Musicals', 'width=1024,height=700,scrollbars=yes,locationbar=yes,menubar=yes,toolbar=yes,location=yes,resizable=yes,status=yes,dependent=no');popup.focus();","",0,20);
Menu32=new Array("<img src=../menu/trans.gif width='3' height='14'><b>Events weltweit</b>","javascript: popup = window.open('http://www.ticketline.de', 'Events', 'width=1024,height=700,scrollbars=yes,locationbar=yes,menubar=yes,toolbar=yes,location=yes,resizable=yes,status=yes,dependent=no');popup.focus();","",0,20);

Menu33=new Array("<img src=../menu/trans.gif width='3' height='14'><b>TOP Angebote</b>","javascript: popup = window.open('http://www.karten.de/show-und-musical-angebote/musicalangebote.html', 'Angebote', 'width=1024,height=700,scrollbars=yes,locationbar=yes,menubar=yes,toolbar=yes,location=yes,resizable=yes,status=yes,dependent=no');popup.focus();","",0,20);
Menu34=new Array("<img src=../menu/trans.gif width='3' height='14'><b>TOP News</b>","javascript: popup = window.open('http://news.musicals.com', 'News', 'width=1024,height=700,scrollbars=yes,locationbar=yes,menubar=yes,toolbar=yes,location=yes,resizable=yes,status=yes,dependent=no');popup.focus();","",0,20);
Menu35=new Array("<img src=../menu/trans.gif width='3' height='14'><b>TOP Events</b>","javascript: popup = window.open('http://www.heidpark.de/88-freizeit-urlaub/index.html', 'News', 'width=1024,height=700,scrollbars=yes,locationbar=yes,menubar=yes,toolbar=yes,location=yes,resizable=yes,status=yes,dependent=no');popup.focus();","",0,20);

Menu36=new Array("<img src=../menu/trans.gif width='3' height='14'><b>Newsletter</b>","javascript: popup = window.open('http://www.heidpark-newsletter.de', 'Newsletter', 'width=1024,height=700,scrollbars=yes,locationbar=yes,menubar=yes,toolbar=yes,location=yes,resizable=yes,status=yes,dependent=no');popup.focus();","",0,20);
Menu37=new Array("<img src=../menu/trans.gif width='3' height='14'><b>Kontakt</b>","../kontakt/index.html","",0,20);
Menu38=new Array("<img src=../menu/trans.gif width='3' height='14'><b>Kartenversicherung</b>","javascript: popup = window.open('http://www.r-versicherung.de', 'Kartenversicherung', 'width=1024,height=600,scrollbars=yes,locationbar=yes,menubar=yes,toolbar=yes,location=yes,resizable=yes,status=yes,dependent=no');popup.focus();","",0,20);
Menu39=new Array("<img src=../menu/trans.gif width='3' height='14'><b>AGB</b>","javascript: popup = window.open('http://www.heidpark.de/77-agb/index.html', 'AGB', 'width=1024,height=700,scrollbars=yes,locationbar=yes,menubar=yes,toolbar=yes,location=yes,resizable=yes,status=yes,dependent=no');popup.focus();","",0,20);
Menu40=new Array("<img src=../menu/trans.gif width='3' height='14'><b>Impressum</b>","../77-impressum/index.html","",0,20);