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='#888888', Direction=135, Strength=0)" // Special effect string for IE5.5 or above 
effect2= "randomdissolve(duration=0.5);Alpha(style=0,opacity=100);Shadow(color='#ffffff', Direction=135, Strength=0)"

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=10;		// Sub menu offset Top position 
suboffset_left=20;		// Sub menu offset Left position

style1=[			
"000000",			// Mouse Off Font Color
"ffdddd",			// Mouse Off Background Color
"ffffff",			// Mouse On Font Color
"#990000",			// Mouse On Background Color
"#000000",			// Menu Border Color 

12,				// Font Size in pixels
"normal",			// Font Style (italic or normal)
"normal",				// Font Weight (bold or normal)
"arial,tahoma,Verdana,",	// Font Name
6,				// Menu Item Padding
"arrow.gif",			// Sub Menu Image 
,,,,,,,,				
]
addmenu(menu=[			
"mainmenu",			
230,				// Menu Top - The Top position of the menu in pixels
"offset=-350",	   		// Menu Left - The Left position of the menu in pixels
160,				// Menu Width - Menus width in pixels
0,				// 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 (1=on/0=off)
,,,,,				// Open the Menus OnClick - leave blank for OnMouseover (1=on/0=off)
,,,,								

,"Home Page","index.htm",,,1
,"BMX","show-menu=bmx",,,1
,"TRIALS BIKES","show-menu=trials",,,1
,"SCOOTERS","show-menu=scooters",,,1
,"SK8","sk8.htm",,,1
,"PROTECTIVE WEAR","show-menu=accs",,,1
,"CLOTHING","clothing.htm",,,1
,"Contact Form","contact.htm",,,1
,"Find us","javascript:openwin(\"http://www.multimap.com/maps/?hloc=GB|BS31%201DP\")",," ",1
			
		])
			
		addmenu(menu=["bmx",,,180,1,,style1,0,"left",effect,0,,,,,,,,,,,	
		,"Completes","show-menu=bike-completes",,,1
		,"Parts","parts-bmx.htm",,,1
																	
		])
		
		addmenu(menu=["trials",,,180,1,,style1,0,"left",effect,0,,,,,,,,,,,	
		,"Onza","bikes-trials-onza.htm",,,1
																	
		])
		
		addmenu(menu=["bike-completes",,,180,1,,style1,0,"left",effect,0,,,,,,,,,,,	
		,"Blank","bikes-blank.htm",,,1
		,"DK","bikes-dk.htm",,,1
		,"Haro","bikes-haro1.htm",,,1
		//,"Haro Page 2","bikes-haro2.htm",,,1
		,"KHE","bikes-khe.htm",,,1
		//,"KHE page 2","bikes-khe2.htm",,,1
		,"Redline","bikes-redline.htm",,,1
		,"Ruption","bikes-ruption.htm",,,1
		,"Stereo","bikes-stereo.htm",,,1
		,"Stolen","bikes-stolen.htm",,,1
		
															
		])
		
		addmenu(menu=["accs",,,180,1,,style1,0,"left",effect,0,,,,,,,,,,,	
		,"HELMETS","helmets.htm",,,1
		,"PROTECTION","protective-wear.htm",,,1
															
		])
		
		addmenu(menu=["scooters",,,180,1,,style1,0,"left",effect,0,,,,,,,,,,,	
		,"French ID","scooters-french-id.htm",,,1
		,"JD","scooters-jd.htm",,,1
		,"Micro","scooters-micro.htm",,,1
		,"Razor","scooters-razor.htm",,,1
		,"Blazer","scooters-blazer.htm",,,1
															
		])
		
			
dumpmenus()