if(navigator.appVersion.indexOf("MSIE 6.0")>0)
{
	effect = "Fade(duration=0.1);Shadow(color='#777777', Direction=135, Strength=5)"
}
else
{
	effect = "Shadow(color='#777777', Direction=135, Strength=5)"
}

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)}

////////////////////////////////////
// Editable properties START here //
////////////////////////////////////

timegap=200
followspeed=2
followrate=40
suboffset_top=10;
suboffset_left=10;
effect = "fade(duration=0.3);Shadow(color='#777777', Direction=135, Strength=5)"

style1=[			// style1 is an array of properties. You can have as many property arrays as you need. This means that menus can have their own style.
"000000",			// Mouse Off Font Color
"C7DCCB",			// Mouse Off Background Color
"0000FF",			// Mouse On Font Color
"FFFACD",			// Mouse On Background Color
"000000",			// Menu Border Color 
12,					// Font Size in pixels
"normal",			// Font Style (italic or normal)
"bold",				// Font Weight (bold or normal)
"Tahoma;",			// Font Name
4,					// Menu Item Padding
"/images/arrow.gif",	// Sub Menu Image (Leave this blank if not needed)
	,				// 3D Border & Separator bar
"66ffff",			// 3D High Color
"000099",			// 3D Low Color
,					// Referer Item Font Color (leave this blank to disable)
,					// Referer Item Background Color (leave this blank to disable)
"arrowdn.gif",		// Top Bar image (Leave this blank to disable)
"ffffff",			// Menu Header Font Color (Leave blank if headers are not needed)
"356344",			// Menu Header Background Color (Leave blank if headers are not needed)
]

//effect2 = "Alpha( style=0,opacity=98)"
//effect=""

addmenu(menu=["sidemenu",	// this is the array that contains your menu properties and details
91,				// Top
5,				// left
105,			// Width
1,				// Border Width
,				// Screen Position - here you can use "center;middle;right"
style1,			// Properties Array - as above
1,				// Always Visible - allows the menu item to be visible at all time
"left",			// Alignment - sets the menu elements alignment, HTML values are valid here
effect,			// Filter - Text variable for setting transitional effects on menu activation
1,				// Follow Scrolling - Tells this menu item to follow the user down the screen
,				// Horizontal Menu - Tells the menu to be horizontal instead of top to bottom style
,				// Keep Alive - Keeps the menu visible until the user moves over another menu or clicks elsewhere
,,,,,,,			// Reserved
,				// Reserved
,"<b>MurMac Farm</b>","# type=header;align=center;",,"",1
,"Home","/index.htm",,,1
,"About MurMac","/about.htm",,,1
,"Links","/links.htm",,,1
,"<b>Farm Animals</b>","# type=header;align=center;",,"",1
,"Cattle","show-menu=Cattle",,"",1
,"Dogs","show-menu=Dogs",,"",1
,"Horses","show-menu=Horses",,"",1
,"For Sale","/forsale/forsale.htm",,,1])

	addmenu(menu=["Cattle",,,100,1,"",style1,,"left",effect,,,,,,,,,,,,
	,"Our Cattle","/cattle/aboutcattle.htm",,,1
	,"Pictures","/cattle/pictures.htm",,,1
	])

	addmenu(menu=["Dogs",,,100,1,"",style1,,"left",effect,,,,,,,,,,,,
	,"Our Dogs","/dogs/aboutdogs.htm",,,1
	,"Pictures","/dogs/dogpictures.htm",,,1
	])

	addmenu(menu=["Horses",,,100,1,,style1,,"left",effect,,,,,,,,,,,,
	,"Our Horses","/horses/abouthorses.htm",,,1
	,"Foals","/horses/foals.htm",,,1
	,"Mares","/horses/mares.htm",,,1
	,"Stallions","/horses/stallions.htm",,,1
//	,"Stallions","linkto.php?link=www.expd.co.uk/ target=new;",,,1
	])


//////////////////////////////////
// Editable properties END here //
//////////////////////////////////
dumpmenus() // This must be the last line in this file