var BLANK_IMAGE="http://allshiresferretclub.co.uk/menus/b.gif";

var STYLE = {
	border:1,			// item's border width, pixels; zero means "none"
	shadow:2,			// item's shadow size, pixels; zero means "none"
	color:{
		border:"#666666",	// color of the item border, if any
		shadow:"#DBD8D1",	// color of the item shadow, if any
		bgON:"white",		// background color for the items
		bgOVER:"#B6BDD2"	// background color for the item which is under mouse right now
	},
	css:{
		ON:"clsCMOn",		// CSS class for items
		OVER:"clsCMOver"	// CSS class  for item which is under mouse
	}
};

var TOP_CENTERED_STYLE = {
	border:1,			// item's border width, pixels; zero means "none"
	shadow:0,			// item's shadow size, pixels; zero means "none"
	color:{
		border:"black",	// color of the item border, if any
		shadow:"#cccccc",	// color of the item shadow, if any
		bgON:"#009933",		// background color for the items
		bgOVER:"#33CC00"	// background color for the item which is under mouse right now
	},
	css:{
		ON:"clsCMOnCenteredTop",	// CSS class for items
		OVER:"clsCMOverCenteredTop"// CSS class  for item which is under mouse
	}
};

var TOP_LEFT_STYLE = {
	border:1,			// item's border width, pixels; zero means "none"
	shadow:5,			// item's shadow size, pixels; zero means "none"
	color:{
		border:"black",	// color of the item border, if any
		shadow:"#cccccc",	// color of the item shadow, if any
		bgON:"#009933",		// background color for the items
		bgOVER:"#33CC00"	// background color for the item which is under mouse right now
	},
	css:{
		ON:"clsCMOnLeftTop",	// CSS class for items
		OVER:"clsCMOverLeftTop"// CSS class  for item which is under mouse
	}
};

var SUB_CENTERED_STYLE = {
	border:1,			// item's border width, pixels; zero means "none"
	shadow:0,			// item's shadow size, pixels; zero means "none"
	color:{
		border:"black",	// color of the item border, if any
		shadow:"#cccccc",	// color of the item shadow, if any
		bgON:"#009933",		// background color for the items
		bgOVER:"#33CC00"	// background color for the item which is under mouse right now
	},
	css:{
		ON:"clsCMOnCenteredSub",	// CSS class for items
		OVER:"clsCMOverCenteredSub"// CSS class  for item which is under mouse
	}
};

var SUBSUB_CENTERED_STYLE = {
	border:1,			// item's border width, pixels; zero means "none"
	shadow:0,			// item's shadow size, pixels; zero means "none"
	color:{
		border:"black",	// color of the item border, if any
		shadow:"#cccccc",	// color of the item shadow, if any
		bgON:"#009933",		// background color for the items
		bgOVER:"#33CC00"	// background color for the item which is under mouse right now
	},
	css:{
		ON:"clsCMOnCenteredSubSub",	// CSS class for items
		OVER:"clsCMOverCenteredSubSub"// CSS class  for item which is under mouse
	}
};

var CM_STYLE = {border:0, shadow:5, color:{border:"black", shadow:"gray", bgON:"#009933",bgOVER:"#33CC00"}, css:{ON:"clsCMOn", OVER:"clsCMOver"}};

var MENU_STYLE = {border:1, shadow:0, color:{border:"black", shadow:"#cccccc", bgON:"#ffffff",bgOVER:"#ffffff"}, css:{ON:"clsOnMENU_STYLE", OVER:"clsOverMENU_STYLE"}};

var MENU_ITEMS1 = [
	
   {pos:[20,190], size:[24,175], itemoff:[23,0], leveloff:[0,0], delay:600, style:TOP_CENTERED_STYLE},
   {code:"Home", url:"index.php", format:{style:MENU_STYLE}, alt:'Main Menu Header'},
   {code:"About ASFC", url:window.location, alt:'Information about All Shires Ferret Club.', status:'Please select a sub-menu item.',
      sub:[
         {size:[25,175], itemoff:[24,0], leveloff:[5,170], style:SUB_CENTERED_STYLE},
         {code:"About the Club",url:"/new_pages/general_pages/about_asfc.php"},     	 
         {code:"The Committee", url:"/new_pages/general_pages/committee.php"},     	 
         {code:"Annual Accounts",
		      sub:[
		         {size:[25,175], itemoff:[24,0], leveloff:[5,170], style:SUB_CENTERED_STYLE},
		         {code:"2004 Accounts", url:window.location,
				      sub:[
				         {size:[25,175], itemoff:[24,0], leveloff:[5,170], style:SUB_CENTERED_STYLE},
				         {code:"Income & Expenditure", url:"/new_pages/accounts/accounts_2004.php"},     	 
				         {code:"Annual Audit Report", url:"/new_pages/accounts/audit_report_2004.php"},     	 
				      ]
				   },     	 
		         {code:"2005 Accounts", url:window.location,
				      sub:[
				         {size:[25,175], itemoff:[24,0], leveloff:[5,170], style:SUB_CENTERED_STYLE},
				         {code:"Income & Expenditure", url:"/new_pages/accounts/accounts_2005.php"},     	 
				         {code:"Annual Audit Report", url:"/new_pages/accounts/audit_report_2005.php"},     	 
				      ]
				   },   	 
		         {code:"2006 Accounts", url:window.location,
				      sub:[
				         {size:[25,175], itemoff:[24,0], leveloff:[5,170], style:SUB_CENTERED_STYLE},
				         {code:"Income & Expenditure", url:"/new_pages/accounts/accounts_2006.php"},     	 
				         {code:"Annual Audit Report", url:"/new_pages/accounts/audit_report_2006.php"},     	 
				      ]
				   }, 
		         {code:"2007 Accounts", url:window.location,
				      sub:[
				         {size:[25,175], itemoff:[24,0], leveloff:[5,170], style:SUB_CENTERED_STYLE},
				         {code:"Income & Expenditure", url:"/new_pages/accounts/accounts_2007.php"},     	 
				         {code:"Annual Audit Report", url:"/new_pages/accounts/audit_report_2007.php"},    
				      ]
				   },				   
		      ]
		   },
         {code:"Charitable Donations", url:window.location,
		      sub:[
		         {size:[25,175], itemoff:[24,0], leveloff:[5,170], style:SUB_CENTERED_STYLE},
		         {code:"2006 Donations", url:"/new_pages/donations/2006_donations_pics.php"},     	 
		         {code:"2007 Donations", url:"/new_pages/under_construction.php"},     	 
		      ]
		   },         		      	 
      ]
   },  
   {code:"About Ferrets", url:window.location,
      sub:[
         {size:[25,175], itemoff:[24,0], leveloff:[5,170], style:SUB_CENTERED_STYLE},
         {code:"General Information", url:"/new_pages/general_pages/general_info.php"},
         {code:"Ferret FAQ's", url:"/new_pages/general_pages/ferret_FAQ.php"},              	 
         {code:"Ferrets as Pets", url:"/new_pages/general_pages/ferrets_as_pets.php"},     	 
         {code:"Feeding your Ferret", url:"/new_pages/general_pages/feeding_your_ferret.php"},
         {code:"Indoor Ferrets", url:"/new_pages/general_pages/indoor_ferrets.php"},
         {code:"Taking on a Kit", url:"/new_pages/general_pages/taking_on_a_kit.php"},     	 
         {code:"Ferret Seasons", url:window.location,
		      sub:[
		         {size:[25,175], itemoff:[24,0], leveloff:[5,170], style:SUB_CENTERED_STYLE},
		         {code:"About Ferret Seasons", url:"/new_pages/general_pages/about_seasons.php"},     	 
		         {code:"Jills in Season", url:"/new_pages/general_pages/jills_in_season.php"},     	 
		         {code:"Castration & Vasectomy", url:"/new_pages/general_pages/castration_vasectomy.php"},  		         
		      ]
		   },     	 
         {code:"Health Matters", url:window.location,
		      sub:[
		         {size:[25,175], itemoff:[24,0], leveloff:[5,170], style:SUB_CENTERED_STYLE},
		         {code:"Common Ailments", url:"/new_pages/general_pages/common_ailments.php"},     	 
		         {code:"Waardenburg Syndrome", url:"/new_pages/general_pages/waardenburg_syndrome.php"},
		         {code:"Ferret First-Aid Kit", url:"/new_pages/general_pages/first-aid.php"},		         
		      ]
		   },	 
      ]
   },
   {code:"Ferreting About!", url:"/new_pages/general_pages/asfc_blog.php"},   
   {code:"Forthcoming Events", url:window.location,
      sub:[
         {size:[25,175], itemoff:[24,0], leveloff:[5,170], style:SUB_CENTERED_STYLE},
         {code:"Details of our Next Show", url:"/new_pages/show_details/show_details_23082009.php"},
//         {code:"Our Next Event", url:"/new_pages/show_details/details_coming.php"},         
         {code:"ASFC Shows & Events", url:"/new_pages/general_pages/new_show_list.php"},   
//         {code:"Other Shows & Events", url:"/new_pages/general_pages/event_calender.php"},
      ]
   },

   {code:"Open Show Results", url:"/new_pages/general_pages/results_main.php"},   
  
	{code:"Photographs", url:window.location,
      sub:[
         {size:[25,175], itemoff:[24,0], leveloff:[5,170], style:SUB_CENTERED_STYLE},
         {code:"Event Photos", url:"/new_pages/general_pages/pictures_main.php"},
         {code:"Ferret Photos", url:"/new_pages/picture_pages/display_thumbnails.php?p_title=General Ferret Photos&g_name=ferrets"},
      ]
   },
   
   {code:"Showing Your Ferret", url:window.location,
      sub:[
         {size:[25,175], itemoff:[24,0], leveloff:[5,170], style:SUB_CENTERED_STYLE},
         {code:"ASFC Show Classes", url:"/new_pages/general_pages/show_classes.php"},
//         {code:"Preparing your Ferret", url:"/new_pages/general_pages/show_prep.php"},
         {code:"What the Judge looks for", url:"/new_pages/general_pages/show_judges.php"},
      ]
   },
   
   {code:"Working Ferrets", url:"/new_pages/general_pages/working_ferrets.php"},

   {code:"Netmaking Championship", url:window.location,
	  sub:[
	     {size:[25,170], itemoff:[24,0], leveloff:[5,170], style:SUB_CENTERED_STYLE},
	     {code:"2005 Championship", url:"/new_pages/netmaking/netmaking_2005.php"},
	     {code:"2006 Championship", url:"/new_pages/netmaking/netmaking_2006.php"},
	     {code:"2007 Championship", url:"/new_pages/under_construction.php"},		     
	  ]
   },

   {code:"Ferret Rescues", url:window.location,
	  sub:[
	     {size:[25,170], itemoff:[24,0], leveloff:[5,170], style:SUB_CENTERED_STYLE},
	     {code:"UK Rescues & Welfares", url:"/new_pages/rescues/rescues.php"},
//	     {code:"Ferrets Needing Homes", url:"/new_pages/rehoming/available_ferrets.php"},		     
//	     {code:"Ferrets Needing Homes", url:"/new_pages/under_construction.php"},
	  ]
   },   
   				
//   {code:"Rescues & Welfares", url:"/new_pages/rescues/rescues.php"},
   {code:"Ferret Fun Zone", url:window.location,
      sub:[
         {size:[25,175], itemoff:[24,0], leveloff:[5,170], style:SUB_CENTERED_STYLE},
         {code:"Junior Quiz", url:"/new_pages/quiz/junior_quiz.php"},
         {code:"Senior Quiz", url:"/new_pages/quiz/senior_quiz.php"},
         {code:"Word Scramble", url:"/new_pages/quiz/word_scramble.php"},
//         {code:"Word Search", url:"/new_pages/quiz/wordsearch.php"},
      ]
   },
   {code:"Downloads", url:"/new_pages/general_pages/downloads.php"},
   {code:"Guestbook", url:"/new_pages/general_pages/display_guestbook.php?page=1"},
   {code:"Links", url:"/new_pages/general_pages/links.php"},
   {code:"Contact Us", url:"/new_pages/general_pages/contact.php"}, 
   {code:"Members Area", url:"/members_area/members_login.php"},
];
