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=90);Shadow(color='#ffffff', 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=[			
"899169",			// Mouse Off Font Color
"ffffff",			// Mouse Off Background Color
"000000",			// Mouse On Font Color
"#eeeeee",			// Mouse On Background Color
"#cccccc",			// Menu Border Color 

13,				// Font Size in pixels
"normal",			// Font Style (italic or normal)
"bold",				// Font Weight (bold or normal)
"Arial,tahoma,Verdana,",		// Font Name
6,				// Menu Item Padding
"arrow.gif",			// Sub Menu Image 
,,,,,,,,				
]
addmenu(menu=[			
"mainmenu",			
190,				// Menu Top - The Top position of the menu in pixels
"offset=-307",	   		// Menu Left - The Left position of the menu in pixels
148,				// 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 (1=on/0=off)
,,,,,				// Open the Menus OnClick - leave blank for OnMouseover (1=on/0=off)
,,,,								

,"Home page","index.htm",,,1
,"Weddings","weddings.htm",,,1
,"Parties and events","parties.htm",,,1
,"Corporate work","corporate.htm",,,1
,"Picture gallery","gallery.htm",,,1
,"Venues","venues.htm",,,1
,"Contact","contact.htm",,,1



//,"<img src=\"images/logo-small.gif\" border=\"0\"><br><br>Home page","index.htm",,,1
//,"Fantastic Flexo UV<br>printing. No extra cost!","index.htm",,,1
//,"Find us","javascript:openwin(\"http://www.multimap.com/maps/?hloc=GB|CM13%203XD\")",," ",1
			
		])
			
		addmenu(menu=["weddings",,,130,1,,style1,0,"left",effect,0,,,,,,,,,,,	
		,"My service","index.htm",,,1
		,"Gallery","index.htm",,,1
		,"Clients","index.htm#asset",,,1
											
		])
		
		addmenu(menu=["corporate",,,130,1,,style1,0,"left",effect,0,,,,,,,,,,,	
		,"My service","index.htm",,,1
		,"Gallery","index.htm",,,1
		,"Clients","index.htm#asset",,,1
											
		])
		
dumpmenus()