// menu_items.js file

var MENU_ITEMS =[
	["CONTACT US", null,

	["Click Here to Send e.mail Message", "submit.html"],
        ["OR Phone  01634 361091",null],
],	
			
	

];

