menunum=0;menus=new Array();_d=document;function addmenu(){menunum++;menus[menunum]=menu;}function dumpmenus(){mt="<script language=javascript>";for(a=1;a<menus.length;a++){mt+=" menu"+a+"=menus["+a+"];"}mt+="<\/script>";_d.write(mt)}

effect = "Fade(duration=0.5);Alpha(style=0,opacity=100);Shadow(color='#999999', Direction=135, Strength=5)" // Special effect string for IE5.5 or above 
effect2= "randomdissolve(duration=0.5);Alpha(style=0,opacity=100);Shadow(color='#999999', Direction=135, Strength=5)"

function openwin(url)
{
	nwin=window.open(url, "nwin",config="width=770,height=600,scrollbars=yes,resizable=yes,toolbar=yes,location=no,status=no,menubar=no,");
	nwin.focus();
}

timegap=500			// The time delay for menus to remain visible
followspeed=5			// Follow Scrolling speed
followrate=40			// Follow Scrolling Rate
suboffset_top=5;		// Sub menu offset Top position 
suboffset_left=100;		// Sub menu offset Left position

style1=[			
"333333",			// Mouse Off Font Color
"ffffff",			// Mouse Off Background Color
"000000",			// Mouse On Font Color
"#eeeeee",			// Mouse On Background Color
"#ccccff",			// Menu Border Color 

11,				// Font Size in pixels
"normal",			// Font Style (italic or normal)
"normal",				// Font Weight (bold or normal)
"Arial, Verdana,",		// Font Name
3,				// Menu Item Padding
"images/arrow.gif",			// Sub Menu Image 
,,,,,,,,				
]
addmenu(menu=[			
"mainmenu",			
168,				// Menu Top - The Top position of the menu in pixels
"offset=-215",	   		// Menu Left - The Left position of the menu in pixels
165,				// Menu Width - Menus width in pixels
1,				// Menu Border Width 
"center",			// Screen Position - here you can use "center; left; right; middle; top;bottom" or a combination of "center:middle"
style1,				
1,				
"left",				// Alignment - sets the menu elements text alignment, values valid here are: left, right or center
effect,				
menumove,			// Follow Scrolling - Set from external variable on each page
, 				// Horizontal Menu - Tells the menu to become horizontal instead of top to bottom style (1=on/0=off)
,				// Keep Alive - Keeps the menu visible until the user moves over another menu or clicks elsewhere on the page (1=on/0=off)
,				// Position of TOP sub image left:center:right
,				
,				// Right To Left - Used in Hebrew for example. (1=on/0=off)
1,				// Open the Menus OnClick - leave blank for OnMouseover (1=on/0=off)
,				// ID of div to hide on MouseOver (useful for hiding form elements)
,				
,				
,								
,"<img src=\"images/act-finder.gif\" border=\"0\">","show-menu=acts",,,1
//,"Find us","javascript:openwin(\"http://www.multimap.com/maps/?hloc=GB|CM13%203XD\")",," ",1

			
		])
			
		addmenu(menu=["acts",,,230,1,,style1,0,"left",effect,0,,,,,,,,,,,	
		
		,"<b>WEST END STYLE PRODUCTION SHOWS<br>THEME SHOWS<br>SOUND LIGHTING STAGING PROVIDERS</b>","shows-act-profiles.htm",,,1
		,"<b>BANDS<br>CLASSICAL & SPECIALIST MUSICIANS</b>","bands-classical-specialist-musicians.htm",,,1
		,"<b>HIT RECORDING ARTISTES<br>CELEBRITIES</b>","hit-recording-artistes-celebrities.htm",,,1
		,"<b>TRIBUTE BANDS</b>","tribute-bands.htm",,,1
		,"<b>SOLO TRIBUTES<br>LOOKALIKES</b>","solo-artiste-tributes.htm",,,1
		,"<b>SOLO VOCALISTS<br>MUSICIANS</b>","solo-vocalists-musicians.htm",,,1
		,"<b>DISCOS<br>DUOS</b>","discos-duos.htm",,,1		
		,"<b>COMEDIANS</b>","show-menu=comedians",,,1
		,"<b>COMEDY SPECIALITY ACTS</b>","comedy-speciality-acts.htm",,,1
		,"<b>AFTER DINNER SPEAKERS<br>SPORTING PERSONALITIES</b>","sporting-speakers.htm",,,1
		,"<b>MAGIC<br>ILLUSION<br>CLOSE UP MAGIC<br>CHILDREN'S SHOWS</b>","magic-illusion.htm",,,1
		,"<b>MEET & GREET<br>WALK-A-BOUT<br>UNUSUAL ACTS</b>","meet-greet-walk-unusual.htm",,,1
		,"<b>FAIRGROUND ATTRACTIONS<br>CORPORATE ENTERTAINMENT</b>","fairground-corporate-entertainment.htm",,,1
		
					
		])
		
		addmenu(menu=["comedians",,,200,1,,style1,0,"left",effect,0,,,,,,,,,,,	
		,"Comedians page 1","comedians.htm",,,1
		,"Comedians page 2","comedians2.htm",,,1
		
			
		])

dumpmenus()