BLANK_IMAGE = '/img/b.gif';

var STYLE = {
	border:1,			// item's border width, pixels; zero means "none"
	shadow:0,			// item's shadow size, pixels; zero means "none"
	color:{
		border:"#000000",	// color of the item border, if any
		shadow:"",	// color of the item shadow, if any
		bgON:"#000000",		// background color for the items
		bgOVER:"#000000"	// 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 STYLETOP = {
	border:0,			// item's border width, pixels; zero means "none"
	shadow:0,			// item's shadow size, pixels; zero means "none"
	color:{
		border:"000000",	// color of the item border, if any
		shadow:"",	// color of the item shadow, if any
		bgON:"",		// background color for the items
		bgOVER:""	// 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:[226,94], itemoff:[0,77], leveloff:[23,0], style:STYLETOP, size:[23,78]},
	{code:'<img src="/img/home_blue.gif" width="78" height="23" alt="Home" />', 
	ocode:'<img src="/img/home_red.gif" width="78" height="23" />',
	url:"/index.php"
	},
	{code:'<img src="/img/membership_blue.gif" width="108" height="23" alt="Membership" />', "format":{"size":[23,108],"itemoff":[0,77]}, 
	ocode:'<img src="/img/membership_red.gif" width="108" height="23" />',	 
	url:"/index.php", 
		sub:[ 	{itemoff:[20,0], size:[21,200], style:STYLE},
			{code:"Club History" ,url:"/php/clubhistory.php"},
			{code:"Apply online" ,url:"https://vault1.secured-url.com/mk1cor/applications.php"},
			{code:"Direct Debit application form" ,url:"/php/forms/Membership_direct_debit_form.pdf"},
		   	{code:"Club Magazine  -  'Cortina Times'" ,url:"/php/clubmagazine.php"},
		   	{code:"Contacts" ,url:"/php/contacts.php"},
			{code:"Regalia" ,url:"/php/clubshop.php?cat=REGALIA"},
			{code:"MK1 Cortina register" ,url:"/php/register.php"}
		]
	},
	{code:'<img src="/img/events_blue.gif" width="81" height="23" alt="Events" />', "format":{"size":[23,81],"itemoff":[0,107]}, 
	ocode:'<img src="/img/events_red.gif" width="81" height="23" />',	 
	url:"/index.php", 
		sub:[
			{itemoff:[20,0], size:[21,200], style:STYLE},
			{code:"2010 National Rally results" ,url:"/php/natrally2010.php"},
			{code:"Shows" ,url:"/php/shows.php"},
			{code:"Historic Racing",url:"/php/racing.php"},
			{code:"Autojumbles",url:"/php/autojumbles.php"},
			{code:"Club Meetings",url:"/php/clubmeets.php"}
		]
	},
	{code:'<img src="/img/spares_blue.gif" width="78" height="23" alt="Spares" />', "format":{"size":[23,78],"itemoff":[0,80]}, 
	ocode:'<img src="/img/spares_red.gif" width="78" height="23" />',	 
	url:"/index.php",
		sub:[ 	
			{itemoff:[20,0], size:[21,200], style:STYLE},
			{code:"ORDERING PROCEDURE",url:"/php/ordering.php"},
			{code:"ORDER FORM",url:"https://vault1.secured-url.com/mk1cor/index.php"},
			{code:"Brakes",url:"/php/clubshop.php?cat=BRAKES"},
			{code:"Badges",url:"/php/clubshop.php?cat=BADGES"},
			{code:"Rubbers and seals",url:"/php/clubshop.php?cat=RUBBERS-SEALS"},
			{code:"Clutch",url:"/php/clubshop.php?cat=CLUTCH"},
			{code:"Cooling",url:"/php/clubshop.php?cat=COOLING"},
			{code:"Engine",url:"/php/clubshop.php?cat=ENGINE"},
			{code:"Electrical",url:"/php/clubshop.php?cat=ELECTRICAL"},
			{code:"Fuel System",url:"/php/clubshop.php?cat=FUEL"},
			{code:"Gaskets",url:"/php/clubshop.php?cat=GASKETS"},
			{code:"Exhausts",url:"/php/clubshop.php?cat=EXHAUSTS"},
			{code:"Gearbox",url:"/php/clubshop.php?cat=GEARBOX"},
			{code:"Service Items",url:"/php/clubshop.php?cat=SERVICE"},
			{code:"Steering and Suspension",url:"/php/clubshop.php?cat=STEERING-SUSPENSION"},
			{code:"Panels",url:"/php/clubshop.php?cat=PANELS"},
			{code:"Trim",url:"/php/clubshop.php?cat=TRIM"},
			{code:"Hardware & Fixings",url:"/php/clubshop.php?cat=HARDWARE-FIXINGS"}
		]
	},
	{code:'<img src="/img/bulletin_blue.gif" width="128" height="23" alt="Bulletin Board" />',  "format":{"size":[23,128],"itemoff":[0,77]}, 
	ocode:'<img src="/img/bulletin_red.gif" width="128" height="23" />',	 
	url:"/index.php",
		sub:[
			{itemoff:[21,0], size:[21,200], style:STYLE},
			{code:"Area Representatives",url:"/php/areareps.php"},
			{code:"Club Technical Tips",url:"/php/techadv.php"},
			{code:"Cars for Sale",url:"/php/carsforsale.php"},
			{code:"Parts for Sale",url:"/php/partsforsale.php"},
			{code:"Cars and Parts Wanted",url:"/php/carsandpartswanted.php"},
			{code:"Useful links",url:"/php/usefullinks.php"}
		]
	},
	{code:'<img src="/img/library_blue.gif" width="81" height="23" alt="Library" />', "format":{"size":[23,81],"itemoff":[0,127]}, 
	ocode:'<img src="/img/library_red.gif" width="81" height="23" />',	 
	url:"/index.php",
		sub:[
			{itemoff:[20,0], size:[21,200], leveloff:[23,-119], style:STYLE},
			{code:"Pictures",url:"/php/gallery.php"}
		]
	}
	
];
