/* Tigra Menu items structure */
var MENU_ITEMS = [
	['<img src="./images1/menus/home.jpg" border="0">', ['./home.php', '_self'],[50, 100, 51, 17]],
	['<img src="./images1/menus/products.jpg" border="0">', ['./products_prefilled.php', '_self'], [51, 0, 98, 17],
		['Preciquant Medical Pre-Filled', ['./products_prefilled.php', '_self'], [8,26,200,17]],
		['Preciquant Medical filled on site', ['./products_onsite.php', '_self'], [0,17,200,17]],
		['Preciquant Dental Anaesthesia', ['./products_anaesthesia.php', '_self'], [0,17,200,17]],
		['Preciquant Dental Glues', ['./products_dentalglues.php', '_self'], [0,17,200,17]],
		['Preciquant Dental Paste', ['./products_dentalpaste.php', '_self'], [0,17,200,17]],
		['Preciquant Veterinary', ['./products_veterinary.php', '_self'], [0,17,200,17]],
		['Preciquant Industrial', ['./products_industrial.php', '_self'], [0,17,200,17]],
		['Preciquant Technology', ['./products_technology.php', '_self'], [0,17,200,17]]
	],
	['<img src="./images1/menus/aboutus.jpg" border="0">', ['./about_us_team.php', '_self'], [98, 0, 94, 17],
		['Award winning team', ['./about_us_team.php', '_self'], [8,26,200,17]],
		['History', ['./about_us_history.php', '_self'], [0,17,200,17]],
		['Professionals for Professionals', ['./about_us_professionals.php', '_self'], [0,17,200,17]],
		['Environment friendly', ['./about_us_environment.php', '_self'], [0,17,200,17]],
		['Certifications', ['./about_us_certifications.php', '_self'], [0,17,200,17]]
	],
	['<img src="./images1/menus/distributors.jpg" border="0">', ['./distributors.php'], [94, 0, 126, 17]],
	['<img src="./images1/menus/investors.jpg" border="0">', ['./investors.php'], [126, 0, 102, 17]],
	['<img src="./images1/menus/contact.jpg" border="0">', ['./contactus.php'], [102, 0, 95, 17]]
];


/*




*/