BLANK_IMAGE = 'Images/emptypic.gif';

var STYLE = {
	border:0,			// item's border width, pixels; zero means "none"
	shadow:0,			// item's shadow size, pixels; zero means "none"
	color:{
		border:"",		// color of the item border, if any
		shadow:"",		// color of the item shadow, if any
		bgON:"#CC3399",		// background color for the items
		bgOVER:"White"		// background color for the item which is under mouse right now
	},
	css:{
		ON:"",			// CSS class for items
		OVER:""			// CSS class  for item which is under mouse
	}
};

var MENU_ITEMS = [
	{pos:[0,54], itemoff:[0,0], leveloff:[54,0], style:STYLE, size:[54,96]},
	{code:'<img src="Images/home.png" width="48" height="48" />', url:"index.html",
	    sub:[
	        {size:[25,96]},
	        {code:"Home", format:{itemoff:[21,0]}, "url":"index.html"}
	    ]
	},
	{pos:[0,0], itemoff:[0,96], leveloff:[54,0], style:STYLE, size:[54,96]},
	{code:'<img src="Images/about.png" width="48" height="48" />', url:"info.html",
		sub:[
			{size:[25,96]},
			{code:"Information", format:{itemoff:[21,0]}, "url":"info.html"},
			{code:"AGM", format:{itemoff:[21,0]}, "url":"agm.html",
	            sub:[
			        {leveloff:[0,96]},
	                {code:"May 2011", format:{itemoff:[21,0]}, "url":"FSCDocs/AGMMinutes20110512.pdf", "target":"_blank"},
	                {code:"April 2010", format:{itemoff:[21,0]}, "url":"FSCDocs/AGMMinutes20100424.pdf", "target":"_blank"},
	                {code:"October 2009", format:{itemoff:[21,0]}, "url":"FSCDocs/AGMMinutes20091004.pdf", "target":"_blank"}
	            ]
	        },
			{code:"Aims", format:{itemoff:[21,0]}, "url":"aims.html"},
			{code:"Child Welfare", format:{itemoff:[21,0]}, "url":"cwp.html"},
			{code:"Membership", format:{itemoff:[21,0]}, "url":"membership.html",
	            sub:[
			        {leveloff:[0,96]},
	                {code:"Member Form", format:{itemoff:[21,0]}, "url":"FSCDocs/MembershipForm.pdf", "target":"_blank"},
	                {code:"Consent Form", format:{itemoff:[21,0]}, "url":"FSCDocs/FSCConsentandIndemnityForm.pdf", "target":"_blank"},
	                {code:"Term Fees", format:{itemoff:[21,0]}, "url":"FSCDocs/TermFees.pdf", "target":"_blank"},
	                {code:"Dev Plan", format:{itemoff:[21,0]}, "url":"FSCDocs/DevelopmentPlan.pdf", "target":"_blank"},
	                {code:"Update Info", format:{itemoff:[21,0]}, "url":"FSCDocs/InformationUpdate.pdf", "target":"_blank"},
	            ]
	        },
			{code:"Minutes", format:{itemoff:[21,0]}, "url":"minutes.html",
	            sub:[
			        {leveloff:[0,96]},
	                {code:"26th July 2011", format:{itemoff:[21,0]}, "url":"FSCDocs/Minutes20110726.pdf", "target":"_blank"},
	                {code:"25th May 2011", format:{itemoff:[21,0]}, "url":"FSCDocs/Minutes20110525.pdf", "target":"_blank"},
	                {code:"21st Oct 2010", format:{itemoff:[21,0]}, "url":"FSCDocs/Minutes20101021.pdf", "target":"_blank"},
	                {code:"2nd Sep 2010", format:{itemoff:[21,0]}, "url":"FSCDocs/Minutes20100902.pdf", "target":"_blank"},
	                {code:"6th Jul 2010", format:{itemoff:[21,0]}, "url":"FSCDocs/Minutes20100706.pdf", "target":"_blank"},
	                {code:"15th Jun 2010", format:{itemoff:[21,0]}, "url":"FSCDocs/Minutes20100615.pdf", "target":"_blank"},
	            ]
	        },
		]
	},
	{pos:[0,0], itemoff:[0,96], leveloff:[54,0], style:STYLE, size:[54,96]},
	{code:'<img src="Images/coaches.png" width="48" height="48" />', url:"coaches.html",
	    sub:[
	        {size:[25,96]},
	        {code:"Coaches", format:{itemoff:[21,0]}, "url":"coaches.html"}
	    ]
	},
	{pos:[0,0], itemoff:[0,96], leveloff:[54,0], style:STYLE, size:[54,96]},
	{code:'<img src="Images/committee.png" width="48" height="48" />', url:"committee.html",
	    sub:[
	        {size:[25,96]},
	        {code:"Committee", format:{itemoff:[21,0]}, "url":"committee.html"}
	    ]
	},
	{pos:[0,0], itemoff:[0,96], leveloff:[54,0], style:STYLE, size:[54,96]},
	{code:'<img src="Images/news.png" width="48" height="48" />', url:"news.html",
	    sub:[
	        {size:[25,96]},
	        {code:"News", format:{itemoff:[21,0]}, "url":"news.html"}
	    ]
	},
	{pos:[0,0], itemoff:[0,96], leveloff:[54,0], style:STYLE, size:[54,96]},
	{code:'<img src="Images/newsletter.png" width="48" height="48" />', url:"newsletter.html",
	    sub:[
	        {size:[25,96]},
	        {code:"Newsletters", format:{itemoff:[21,0]}, "url":"newsletter.html"},
	        {code:"2011", format:{itemoff:[21,0]},
	            sub:[
			        {leveloff:[0,96]},
	                {code:"February", format:{itemoff:[21,0]}, "url":"Newsletter/LSERSA.pdf", "target":"_blank"}
	            ]
	        },
	        {code:"2009", format:{itemoff:[21,0]},
	            sub:[
			        {leveloff:[0,96]},
	                {code:"June", format:{itemoff:[21,0]}, "url":"Newsletter/Jun2009.pdf", "target":"_blank"},
	                {code:"February", format:{itemoff:[21,0]}, "url":"Newsletter/Feb2009.pdf", "target":"_blank"}
	            ]
	        },
	        {code:"2008", format:{itemoff:[21,0]},
	            sub:[
			        {leveloff:[0,96]},
	                {code:"December", format:{itemoff:[21,0]}, "url":"Newsletter/Dec2008.pdf", "target":"_blank"},
	                {code:"October", format:{itemoff:[21,0]}, "url":"Newsletter/Oct2008.pdf", "target":"_blank"}
	            ]
	        },
	    ]
	},
	{pos:[0,0], itemoff:[0,96], leveloff:[54,0], style:STYLE, size:[54,96]},
	{code:'<img src="Images/schedule.png" width="48" height="48" />', url:"Training/TrainingProgramme.pdf", "target":"_blank",
	    sub:[
	        {size:[25,96]},
	        {code:"Training", format:{itemoff:[21,0]}, "url":"Training/TrainingProgramme.pdf", "target":"_blank"}
	    ]
	},
	{pos:[0,0], itemoff:[0,96], leveloff:[54,0], style:STYLE, size:[54,96]},
	{code:'<img src="Images/racing.png" width="48" height="48" />', url:"races.html",
	    sub:[
	        {size:[25,96]},
	        {code:"Races", format:{itemoff:[21,0]}, "url":"races.html"},
	        {code:"2011-2012", format:{itemoff:[21,0]},
	            sub:[
			        {leveloff:[0,96]},
	                {code:"Overall", format:{itemoff:[21,0]}, "url":"Races/2011-2012/WinterSeriesOverall.pdf", "target":"_blank"},
	                {code:"3rd Dec", format:{itemoff:[21,0]}, "url":"Races/2011-2012/FSCRace20111203.pdf", "target":"_blank"},
	                {code:"12th Nov", format:{itemoff:[21,0]}, "url":"Races/2011-2012/FSCRace20111112.pdf", "target":"_blank"}
	            ]
	        },
	        {code:"2010-2011", format:{itemoff:[21,0]},
	            sub:[
			        {leveloff:[0,96]},
	                {code:"Overall", format:{itemoff:[21,0]}, "url":"Races/2010-2011/WinterSeriesOverall.pdf", "target":"_blank"},
	                {code:"5th Mar", format:{itemoff:[21,0]}, "url":"Races/2010-2011/FSCRace20110305.pdf", "target":"_blank"},
	                {code:"29th Jan", format:{itemoff:[21,0]}, "url":"Races/2010-2011/FSCRace20110129.pdf", "target":"_blank"},
	                {code:"11th Dec", format:{itemoff:[21,0]}, "url":"Races/2010-2011/FSCRace20101211.pdf", "target":"_blank"},
	                {code:"13th Nov", format:{itemoff:[21,0]}, "url":"Races/2010-2011/FSCRace20101113.pdf", "target":"_blank"}
	            ]
	        },
	        {code:"2009-2010", format:{itemoff:[21,0]},
	            sub:[
			        {leveloff:[0,96]},
	                {code:"Overall", format:{itemoff:[21,0]}, "url":"Races/2009-2010/WinterSeriesOverall.pdf", "target":"_blank"},
	            ]
	        },
	        {code:"2008-2009", format:{itemoff:[21,0]},
	            sub:[
			        {leveloff:[0,96]},
	                {code:"Overall", format:{itemoff:[21,0]}, "url":"Races/2008-2009/WinterSeriesOverall.pdf", "target":"_blank"},
	            ]
	        },
	        {code:"2007-2008", format:{itemoff:[21,0]},
	            sub:[
			        {leveloff:[0,96]},
	                {code:"Overall", format:{itemoff:[21,0]}, "url":"Races/2007-2008/WinterSeriesOverall.pdf", "target":"_blank"},
	            ]
	        },
	    ]
	},
	{pos:[0,0], itemoff:[0,96], leveloff:[54,0], style:STYLE, size:[54,96]},
	{code:'<img src="Images/pictures.png" width="48" height="48" />', url:"pictures.html",
	    sub:[
	        {size:[25,96]},
	        {code:"Pictures", format:{itemoff:[21,0]}, "url":"pictures.html"},
	        {code:"FSC Race 1 2011", format:{itemoff:[21,0]}, "url":"FSCRace12011.html"},
	        {code:"Garmish 2011", format:{itemoff:[21,0]}, "url":"Garmish2011.html"},
	        {code:"BARSC 2011", format:{itemoff:[21,0]}, "url":"BARSC2011.html"},
	        {code:"Brits 2010", format:{itemoff:[21,0]}, "url":"Brits2010.html"}
	    ]
	},
	{pos:[0,0], itemoff:[0,96], leveloff:[54,0], style:STYLE, size:[54,96]},
	{code:'<img src="Images/contact.png" width="48" height="48" />', url:"contact.html",
	    sub:[
	        {size:[25,96]},
	        {code:"Contact Us", format:{itemoff:[21,0]}, "url":"contact.html"},
	        {code:"email",format:{itemoff:[21,0]},"url":"mailto:committee@folkestoneskiclub.com"}
	    ]
	},
	{pos:[0,0], itemoff:[0,96], leveloff:[54,0], style:STYLE, size:[54,96]},
	{code:'<img src="Images/links.png" width="48" height="48" />', url:"links.html",
	    sub:[
	        {size:[25,96]},
	        {code:"Links", format:{itemoff:[21,0]}, "url":"links.html"}
	    ]
	},
	{pos:[0,0], itemoff:[0,96], leveloff:[54,0], style:STYLE, size:[54,96]},
	{code:'<img src="Images/sitemap.png" width="48" height="48" />', url:"sitemap.html",
		sub:[
			{size:[25,96]},
			{code:"Sitemap", format:{itemoff:[21,0]}, "url":"sitemap.html"},
			{code:"Home Page", format:{itemoff:[21,0]}, "url":"index.html"},
			{code:"Information", format:{itemoff:[21,0]}, "url":"info.html",
			    sub:[
			        {leveloff:[0,-96]},
			        {code:"AGM", format:{itemoff:[21,0]}, "url":"agm.html",
	                    sub:[
			                {leveloff:[0,-96]},
	                        {code:"May 2011", format:{itemoff:[21,0]}, "url":"FSCDocs/AGMMinutes20110512.pdf", "target":"_blank"},
	                        {code:"April 2010", format:{itemoff:[21,0]}, "url":"FSCDocs/AGMMinutes20100424.pdf", "target":"_blank"},
	                        {code:"October 2009", format:{itemoff:[21,0]}, "url":"FSCDocs/AGMMinutes20091004.pdf", "target":"_blank"}
	                    ]
	                },
			        {code:"Aims", format:{itemoff:[21,0]}, "url":"aims.html"},
			        {code:"Child Welfare", format:{itemoff:[21,0]}, "url":"cwp.html"},
			        {code:"Membership", format:{itemoff:[21,0]}, "url":"membership.html",
	                    sub:[
			                {leveloff:[0,-96]},
	                        {code:"Member Form", format:{itemoff:[21,0]}, "url":"FSCDocs/MembershipForm.pdf", "target":"_blank"},
	                        {code:"Consent Form", format:{itemoff:[21,0]}, "url":"FSCDocs/FSCConsentandIndemnityForm.pdf", "target":"_blank"},
	                        {code:"Term Fees", format:{itemoff:[21,0]}, "url":"FSCDocs/TermFees.pdf", "target":"_blank"},
	                        {code:"Dev Plan", format:{itemoff:[21,0]}, "url":"FSCDocs/DevelopmentPlan.pdf", "target":"_blank"},
	                        {code:"Update Info", format:{itemoff:[21,0]}, "url":"FSCDocs/InformationUpdate.pdf", "target":"_blank"},
	                    ]
	                },
			        {code:"Minutes", format:{itemoff:[21,0]}, "url":"minutes.html",
	                    sub:[
			                {leveloff:[0,-96]},
	                        {code:"26th July 2011", format:{itemoff:[21,0]}, "url":"FSCDocs/Minutes20110726.pdf", "target":"_blank"},
	                        {code:"25th May 2011", format:{itemoff:[21,0]}, "url":"FSCDocs/Minutes20110525.pdf", "target":"_blank"},
	                        {code:"21st Oct 2010", format:{itemoff:[21,0]}, "url":"FSCDocs/Minutes20101021.pdf", "target":"_blank"},
	                        {code:"2nd Sep 2010", format:{itemoff:[21,0]}, "url":"FSCDocs/Minutes20100902.pdf", "target":"_blank"},
	                        {code:"6th Jul 2010", format:{itemoff:[21,0]}, "url":"FSCDocs/Minutes20100706.pdf", "target":"_blank"},
	                        {code:"15th Jun 2010", format:{itemoff:[21,0]}, "url":"FSCDocs/Minutes20100615.pdf", "target":"_blank"},
	                    ]
	                },
			    ]
			}, 
			{code:"Coaches", format:{itemoff:[21,0]}, "url":"coaches.html"},
			{code:"Committee", format:{itemoff:[21,0]}, "url":"committee.html"},
			{code:"News", format:{itemoff:[21,0]}, "url":"news.html"},
			{code:"Newsletters", format:{itemoff:[21,0]}, "url":"newsletter.html",
	            sub:[
	                {leveloff:[0,-96]},
	                {code:"2011", format:{itemoff:[21,0]},
	                    sub:[
			                {leveloff:[0,-96]},
	                        {code:"February", format:{itemoff:[21,0]}, "url":"Newsletter/LSERSA.pdf", "target":"_blank"}
	                    ]
	                },
	                {code:"2009", format:{itemoff:[21,0]},
	                    sub:[
			                {leveloff:[0,-96]},
	                        {code:"June", format:{itemoff:[21,0]}, "url":"Newsletter/Jun2009.pdf", "target":"_blank"},
	                        {code:"February", format:{itemoff:[21,0]}, "url":"Newsletter/Feb2009.pdf", "target":"_blank"}
	                    ]
	                },
	                {code:"2008", format:{itemoff:[21,0]},
	                    sub:[
			                {leveloff:[0,-96]},
	                        {code:"December", format:{itemoff:[21,0]}, "url":"Newsletter/Dec2008.pdf", "target":"_blank"},
	                        {code:"October", format:{itemoff:[21,0]}, "url":"Newsletter/Oct2008.pdf", "target":"_blank"}
	                    ]
	                },
	            ]
	        },
			{code:"Training", format:{itemoff:[21,0]}, "url":"Training/TrainingSchedule.pdf"},
			{code:"Races", format:{itemoff:[21,0]}, "url":"races.html",
			    sub:[
			        {leveloff:[0,-96]},
	                {code:"2011-2012", format:{itemoff:[21,0]},
	                    sub:[
			                {leveloff:[0,-96]},
	                        {code:"Overall", format:{itemoff:[21,0]}, "url":"Races/2011-2012/WinterSeriesOverall.pdf", "target":"_blank"},
	                        {code:"3rd Dec", format:{itemoff:[21,0]}, "url":"Races/2011-2012/FSCRace20111203.pdf", "target":"_blank"},
	                        {code:"12th Nov", format:{itemoff:[21,0]}, "url":"Races/2011-2012/FSCRace20111112.pdf", "target":"_blank"}
	                    ]
	                },
	                {code:"2010-2011", format:{itemoff:[21,0]},
	                    sub:[
			                {leveloff:[0,-96]},
	                        {code:"Overall", format:{itemoff:[21,0]}, "url":"Races/2010-2011/WinterSeriesOverall.pdf", "target":"_blank"},
	                        {code:"5th Mar", format:{itemoff:[21,0]}, "url":"Races/2010-2011/FSCRace20110305.pdf", "target":"_blank"},
	                        {code:"29th Jan", format:{itemoff:[21,0]}, "url":"Races/2010-2011/FSCRace20110129.pdf", "target":"_blank"},
	                        {code:"11th Dec", format:{itemoff:[21,0]}, "url":"Races/2010-2011/FSCRace20101211.pdf", "target":"_blank"},
	                        {code:"13th Nov", format:{itemoff:[21,0]}, "url":"Races/2010-2011/FSCRace20101113.pdf", "target":"_blank"}
	                    ]
	                },
	                {code:"2009-2010", format:{itemoff:[21,0]},
	                    sub:[
			                {leveloff:[0,-96]},
	                        {code:"Overall", format:{itemoff:[21,0]}, "url":"Races/2009-2010/WinterSeriesOverall.pdf", "target":"_blank"},
	                    ]
	                },
	                {code:"2008-2009", format:{itemoff:[21,0]},
	                    sub:[
			                {leveloff:[0,-96]},
	                        {code:"Overall", format:{itemoff:[21,0]}, "url":"Races/2008-2009/WinterSeriesOverall.pdf", "target":"_blank"},
	                    ]
	                },
	                {code:"2007-2008", format:{itemoff:[21,0]},
	                    sub:[
			                {leveloff:[0,-96]},
	                        {code:"Overall", format:{itemoff:[21,0]}, "url":"Races/2007-2008/WinterSeriesOverall.pdf", "target":"_blank"},
	                    ]
	                },
	            ]
	        },
			{code:"Pictures", format:{itemoff:[21,0]}, "url":"pictures.html",
			    sub:[
			        {leveloff:[0,-96]},
	                {code:"FSC Race 1 2011", format:{itemoff:[21,0]}, "url":"FSCRace12011.html"},
	                {code:"Garmish 2011", format:{itemoff:[21,0]}, "url":"Garmish2011.html"},
	                {code:"BARSC 2011", format:{itemoff:[21,0]}, "url":"BARSC2011.html"},
	                {code:"Brits 2010", format:{itemoff:[21,0]}, "url":"Brits2010.html"}
	            ]
	        },
			{code:"Contact Us", format:{itemoff:[21,0]}, "url":"contact.html",
			    sub:[
			        {leveloff:[0,-96]},
        	        {code:"email",format:{itemoff:[21,0]},"url":"mailto:committee@folkestoneskiclub.com"}
                ]
            },
			{code:"Links", format:{itemoff:[21,0]}, "url":"links.html"}
		]
	}
]
