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=95);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=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=[			
"ffffff",			// Mouse Off Font Color
"A9B189",			// 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=-330",	   		// Menu Left - The Left position of the menu in pixels
158,				// 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
,"Aftercare","index.htm#Aftercare",,,1
,"Property Repair","show-menu=property",,,1
,"Garden Services","show-menu=garden",,,1
,"Contact us","contact.htm",,,1

//,"Availability","javascript:openwin(\"http://www.dateblocker.com/AvailabilityCalendar?PropertyId=16201\")",,,1
//,"Google Map","javascript:openwin(\"http://maps.google.co.uk/maps/ms?oe=UTF-8&hl=en&ie=UTF8&om=1&msa=0&msid=108380142697336335628.00043ddd1f270ad13aa14&ll=44.154622,2.164307&spn=2.96756,4.943848&z=8\")",," ",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

			
		])
			
		addmenu(menu=["property",,,150,1,,style1,0,"left",effect,0,,,,,,,,,,,	
		,"Fencing","property.htm#Fencing",,,1
		,"Walls","property.htm#Walls",,,1
		,"Roof Repairs<br>(felt roof specialists)","property.htm#Roof",,,1
		,"Guttering","property.htm#Guttering",,,1
		,"UPVC Cladding","property.htm#Cladding",,,1
													
		])
		
		addmenu(menu=["garden",,,150,1,,style1,0,"left",effect,0,,,,,,,,,,,	
		,"Garden Clearance","garden.htm#Clearance",,,1
		,"Turfing","garden.htm#Turfing",,,1
		,"Childrens Play Areas","garden.htm#Play",,,1
		,"Garden Decking","garden.htm#Decking",,,1
															
		])
		
		
dumpmenus()
