BLANK_IMAGE = 'images/b.gif';

var NOSTYLE = {
	border:0,
	shadow:0,
	color:{
		border:"",
		shadow:"",
		bgON:"",
		bgOVER:""
	},
	css:{
		ON:"clsCMOn1",
		OVER:"clsCMOn1"
	}
};


var STYLE = {
	border:1,			// item's border width, pixels; zero means "none"
	shadow:0,			// item's shadow size, pixels; zero means "none"
	color:{
		border:"#c5e8f8",	// color of the item border, if any
		shadow:"#DBD8D1",	// color of the item shadow, if any
		bgON:"#f0f9fc",		// background color for the items
		bgOVER:"#ffffff"	// 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 MENU_ITEMS = [
	{pos:["relative",126], itemoff:[0,0], leveloff:[39,0],style:NOSTYLE, size:[40,160]},
	{code:'OUR COMPANY', itemoff:[0,120],
		sub:[
			{itemoff:[39,0]},
			{code:"About Us", url:"About_Us.html",style:STYLE, size:[40,160]}, 
			{code:"Message from Founder and Chairman", url:"Message_From_Founder_Chairman.html",style:STYLE, size:[45,160]},
			{code:"Our Plant", url:"Our_Plant.html",style:STYLE, size:[40,160],itemoff:[44,0]},
			{code:"QMS Certifications", url:"QMS.html",style:STYLE, size:[40,160] },
			{code:"Career Opportunities", url:"Career_Opportunities.html",style:STYLE, size:[40,160]},
			]
		},
			
	
	{code:'OUR PRODUCTS', itemoff:[0,130], 
		sub:[
			{itemoff:[39,0]},
			{code:"Contact Lens Use", style:STYLE, size:[40,160],
			sub:[
					{leveloff:[0,159]},
					{code:"Saline", url:"Saline.html",style:STYLE, size:[45,160]},
					{code:"P2 Penta Plex", url:"Contact_Lens_Use_P2.html",style:STYLE, size:[45,160]},
					{code:"P2 revitalise+", url:"Contact_Lens_Use_P2r.html",style:STYLE, size:[45,160]},
					]},
			{code:"Pharmaceutical Products", url:"Pharmaceutical_Products.html", itemoff:[39,0], style:STYLE, size:[45,160]},
		]
	},
			
		
		{code:'EVENTS / PROMOTIONS', itemoff:[0,130],
		sub:[
			{itemoff:[39,0]},
			{code:"Staff Activities", url:"Staff_Activities.html",style:STYLE, size:[40,160]},
			{code:"Customers Testimonies", url:"Customers_Testimonies.html",style:STYLE, size:[40,160]},
			{code:"Find Us on Facebook", url:"http://www.facebook.com/optopharm",target:"_blank",style:STYLE, size:[40,160]}, 
			]
		},
			
	{code:'CONTACT US', itemoff:[0,170],
		sub:[
			{itemoff:[39,0]},
			{code:"Enquiry Form", url:"Enquiry_Form.html",style:STYLE, size:[40,160]}, 		
			]
		},			
];

