/*
  --- menu items --- 
  note that this structure has changed its format since previous version.
  additional third parameter is added for item scope settings.
  Now this structure is compatible with Tigra Menu GOLD.
  Format description can be found in product documentation.
*/


var MENU_ITEMS = 
[
 
 
	
	/**
	['Get a Quote','index.asp', {'tw' : '_self'},<!-- The second Menu
		['Retail - Shops','Retail/FormRetailQuote-main.asp?F=Y&S=Retail', {'tw' : 'quote'}],
		['Pubs/Restaurants/Takeaways','Retail/FormRetailQuote-main.asp?F=Y&S=Pub', {'tw' : 'quote'}],
		['Guesthouses/Hotels','Retail/FormRetailQuote-main.asp?F=Y&S=Hotel', {'tw' : 'quote'}],
		['Commercial Combined','Retail/FormRetailQuote-main.asp?F=Y&S=Commercial', {'tw' : 'quote'}],
	    ['Property Owner','Retail/FormRetailQuote-main.asp?F=Y&S=Property Owner', {'tw' : 'quote'}],
		['Office','Retail/FormRetailQuote-main.asp?F=Y&S=Office', {'tw' : 'quote'}],
		['Tradesman/Contractor','ASP/formTradequote.asp', {'tw' : 'quote'}],
		['General Liability','ASP/FormNonContractorQuote.asp', {'tw' : 'quote'}],
		['Leisure Liability','ASP/FormLeisureQuote.asp', {'tw' : 'quote'}],
		['Contract Works','ASP/FormContractworksQuote.asp', {'tw' : 'quote'}],
		['Professional Indemnity','ASP/FormPIQuote.asp', {'tw' : 'quote'}],
		['Goods in Transit/Cargo','ASP/FormCargoQuote.asp', {'tw' : 'quote'}],
		['Motor Fleet','ASP/FormMotorQuote.asp', {'tw' : 'quote'}],
	],
	*/
	
		
	['Broker Services', null, null, <!-- The Third Menu
		['Apply for an Agency','ASP/FormAgencyApplication.asp', {'tw' : '_self'}],
		['Log on','admin/Logonscreen.ASP', {'tw' : '_self'}],
		['Downloads','Downloads.asp', {'tw' : '_self'}],
		['Facilities Available','Facilities.asp', {'tw' : '_self'}],
	],
	
	['Contact us','ContactUs.asp', {'tw' : '_self'}],<!-- The First Menu
	
];
