/*
  --- 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 = [
    ['Home', 'index.html'
    ],
	['Sectors', 'profile.html',
		['Profile', 'profile.html'],
		['Paleomagnetizm', 'paleo.html'],
		['Environmental Magnetizm', 'environmental.html']
	],
	['Products', 'products.html',
		['Products Available', 'products.html'],
		['Spinner Magnetometer', 'spinner.html'],
		['Demagnetizer', 'demag.html'],
		['Pulse Magnetizer', 'pulse.html'],
		['ARM &amp; PARM', 'armparm.html'],
		['Accessories', 'accessories.html']
	],
	['Suggestions', 'suggested.html',
		['Suggested Combinations', 'suggested.html'],
		['Paleomagnetizm', 'suggpaleo.html'],
		['Environmental Magnetizm', 'suggenviro.html']
	],
	['Support', 'support.html',
		['Support', 'support.html'],
		['Software Downloads', 'downloads.html'],
		['Care &amp; Maintenance', 'care.html'],
		['User Manuals', 'user.html'],
		['Frequently Asked Questions', 'faq.html'],
		['Repairs &amp; Upgrades', 'repairs.html'],
		['Spare Parts', 'spares.html']
	],
	['Contacts/Agents', 'agents.html',
		['Contacts', 'agents.html'],
		['North America', 'http://www.ascsci.com'],
		['India', 'http://www.maksur.com'],
		['China', 'http://www.eusci.com'],
		['UK and Europe', 'mailto:molspin&#64;molspin.com']
	],
];

