/*
  --- 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 = [
	['About Us', null, null,
		['History', "javascript:changeFrame('about_us.html#history');"],
    ['The Appraisal Institute', "javascript:changeFrame('about_us.html#institute');"],
    ['Why Can\'t I Sell This?', "javascript:changeFrame('about_us.html#why');"]
  ],
  ['Appraisal Services', null, null,
		['Residential Services', "javascript:changeFrame('services.html#residential');"],
    ['Commercial Services', "javascript:changeFrame('services.html#commercial');"],
    ['Any Intended Use', "javascript:changeFrame('services.html#purpose');"]
  ],
  ['The G&M Team', null, null,
    ['Management Team', "javascript:changeFrame('management.html');"],
    ['Company Officers', "javascript:changeFrame('staff.html#company');"],
    ['Residential Appraisers', "javascript:changeFrame('staff.html#residential');"],
    ['Commercial Appraisers', "javascript:changeFrame('staff.html#commercial');"],
    ['Support Staff', "javascript:changeFrame('staff.html#supportstaff');"]
  ],
  ['Request Appraisal', "javascript:changeFrame('request_appr.html');"],
  ['Contact Us', null, null,
    ['Contact Information', "javascript:changeFrame('contactus.html');"],
    ['Our Office Location', "javascript:changeFrame('contactus.html#location');"]
  ]
];

