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='#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
"ffffff",			// Mouse Off Background Color
"ffffff",			// Mouse On Font Color
"#990000",			// Mouse On Background Color
"#cccccc",			// 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",			
190,				// Menu Top - The Top position of the menu in pixels
"offset=-330",	   		// 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
,"About the Manor","about-the-manor.htm",,,1
,"Around the area","around.htm",,,1
,"Booking information","booking.htm",,,1
,"Availability","booking.htm",,,1
,"Terms & conditions","booking.htm#Terms",,,1
,"Contact Form","contact.htm",,,1
//,"Our Services","show-menu=services",,,1
//,"<img src=images/logo-image-sm.gif border=\"0\">&nbsp;Current Clients","index.htm",,,1
//,"Find us","javascript:openwin(\"http://www.multimap.com/maps/?hloc=GB|CM13%203XD\")",," ",1
			
		])
			
		addmenu(menu=["services",,,180,1,,style1,0,"left",effect,0,,,,,,,,,,,	
		,"Bookkeeping Services","services.htm",,,1
		,"Payroll Services","services.htm#payroll",,,1
		,"VAT Return Services","services.htm#vat",,,1
		,"Management Accounts","services.htm#management",,,1
		,"Year End Accounts","services.htm#yearend",,,1
		,"Personal Tax Returns","services.htm#tax",,,1
											
		])
		
			
dumpmenus()