/*
  --- 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_ITEMS00 = [
	['Products & Services ', null, null,
		['Motor Insurance'],
		['General Accidents Ins'],
		['Marine Insurance'],
		['Avaition Insurance'],
		['Oil & Gas Insurance'],
		['Workmen Compensation'],
		['...'],
		['Individual Term Assurance'],
		['Deposit Administration'],
		['Pension'],
		['Group Life']
	],
	['Get A Quotation', null, null,
		['Motor'],
		['Marine'],
		['Avaition'],
		['Individual Life'],
		['Group Life']
        ], 
        ['Report A Claim', null, null,
		['Fill a Claims Form'],
		['Check Your Claim Status']
        ],
	['Manage Your Policy', null, null,
		['Check Policy Details'],
		['Make A Payment'],
		['Payment Information'],
		['Check Your Claims History']
        ],
	['About Us', 'javascript:aboutus(1)'],
	['Make Contact', null, null,
		['Contact Us'],
		['site-location map'],
		['Branch Contacts']
	]
];


