BLANK_IMAGE = 'images/spacer.gif';

var STYLE1 = {
	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:"",		// background color for the items
		bgOVER:""	// background color for the item which is under mouse right now
	},
	css:{
		ON:"menuOn",		// CSS class for items
		OVER:"menuOver"	// CSS class for item which is under mouse
	},
	transition:{
		fadeIn:'progid:DXImageTransform.Microsoft.Fade(duration=0.10)',
		fadeOut:'progid:DXImageTransform.Microsoft.Fade(duration=0.10)'
	}
};

var STYLE2 = {
	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:"",		// background color for the items
		bgOVER:""	// background color for the item which is under mouse right now
	},
	css:{
		ON:"subMenuOn",		// CSS class for items
		OVER:"subMenuOver"	// CSS class  for item which is under mouse
	}
	/*,
	fadeIn:'progid:DXImageTransform.Microsoft.Fade(duration=0.3)',
	fadeOut:'progid:DXImageTransform.Microsoft.Fade(duration=0.3)'*/
};

var MENU_ITEMS = [
	{pos:['relative'], delay:[200,600], itemoff:[0,98], leveloff:[35,0], style:[STYLE1, STYLE2], size:[35,95]},
	{code:"Home", url:"index.htm"},
	
	{code:"Beef Semen", url:"beef_semen.htm"},
	
	{code:"Dairy Semen", url:"dairy_semen.htm"},
	
	{code:"Company Profile", url:"company_profile.htm"},
	
	{code:"Services", url:"#",
	sub:[
			{"size":[25,180], itemoff:[25,0], levelFilters:[ 'progid:DXImageTransform.Microsoft.Fade(duration=0.2)', 'progid:DXImageTransform.Microsoft.Fade(duration=0.2)' ]},
			{code:"Milk Recording", url:"#",
			sub:[
					{leveloff:[0,170]},
					{code:"The Profit Maker", url:"docs/Milk_Recording.pdf"},
					{code:"Report", url:"docs/E_Report.pdf"},
					{code:"Route Roster 2012", url:"docs/Roete_Rooster_2012.pdf"}
				]
			},
			{code:"Livestock Training", url:"#",
			sub:[
					{leveloff:[0,170]},
					{code:"Application Form", url:"http://www.livestock-trainingservices.com/ApplicationForms.html"},
					{code:"Terms and Conditions", url:"http://www.livestock-trainingservices.com/TermsAndConditions.html"},
					{code:"Schedule", url:"http://www.livestock-trainingservices.com/Schedule.html"},
					{code:"Online Application Forms", url:"http://www.livestock-trainingservices.com/ApplicationForms.html"}
				]
			},
		]
	},
	
	{code:"Products", url:"#",
	sub:[
			{"size":[25,150], itemoff:[25,0], levelFilters:[ 'progid:DXImageTransform.Microsoft.Fade(duration=0.2)', 'progid:DXImageTransform.Microsoft.Fade(duration=0.2)' ]},
			{code:"AI Consumables", url:"#",
			sub:[
					{"size":[25,200], leveloff:[0,140]},
					{code:"AI Flasks", url:"consumables.htm#AI_Flasks"},
					{code:"Related Products", url:"consumables.htm#Related_Products"},
					{code:"Fertility Managment", url:"consumables.htm#Fertility_Managment"},
					{code:"Synchronisation & Insemination", url:"consumables.htm#Synchronisation"},
					{code:"Mastitis Control", url:"consumables.htm#Mastitis_Control"},
					{code:"Swine AI", url:"consumables.htm#Swine_AI"}
				]
			},
			{code:"Swine AI consumables", url:"pig_consumables.htm"},
			{code:"Equine AI consumables", url:"equine_consumables.htm"},
		]
	},
	
	{code:"Contacts", url:"contacts.htm"},
	
	{code:"News", url:"news.htm"},
	
	{code:"Farmers", url:"developing_farmers.htm"}
];

