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=900,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
"ffff00",			// Mouse On Font Color
"#DA0000",			// Mouse On Background Color
"#cccccc",			// Menu Border Color 

14,				// 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",			
180,				// Menu Top - The Top position of the menu in pixels
"offset=-330",	   		// Menu Left - The Left position of the menu in pixels
205,				// 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
,"Why PAT test?","why-pat-test.htm",,,1
,"The PAT process","the-pat-process.htm",,,1
,"Contact form","contact.htm",,,1
,"Find us","javascript:openwin(\"http://www.multimap.com/maps/?hloc=GB|BS30%209QS\")",," ",1

//,"Our Services","show-menu=demo",,,1
			
		])
			
		addmenu(menu=["demo",,,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()