/*
  --- 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', 'home.html', {'tw' : 'maintxt'} ],
	['About Us', null, null,
		['Prince Philosophy', 'mainph.html', {'tw' : 'maintxt'} ],
		['Company Profile', 'maincp.html', {'tw' : 'maintxt'} ],
                ['Quality', 'mainq.html', {'tw' : 'maintxt'} ],
	],
	['Products', null, null,
		['CE Systems', null, null,
			['PrinCE 200 series', 'main200.html', {'tw' : 'maintxt'} ],
			['PrinCE 400 series', 'main400.html', {'tw' : 'maintxt'} ],
			['PrinCE 500 series', 'main500.html', {'tw' : 'maintxt'} ],
			['PrinCE 600 series', 'main600.html', {'tw' : 'maintxt'} ],
			['PrinCE 700 series', 'main700.html', {'tw' : 'maintxt'} ],
		],
                ['Detectors', null, null,
			['UV/VIS', 'mainuvvis.html', {'tw' : 'maintxt'} ],
			['Conductivity', 'maincond.html', {'tw' : 'maintxt'} ],
			['Fluorescence', 'mainfluo.html', {'tw' : 'maintxt'} ],
			['LIF', 'mainlif.html', {'tw' : 'maintxt'} ],
			['Diode Array', 'maindad.html', {'tw' : 'maintxt'} ],
			['Mass Spectrometry', 'mainms.html', {'tw' : 'maintxt'} ],
		],
		['Software', null, null,
			['WinPrinCE', 'mainwp.html', {'tw' : 'maintxt'} ],
			['DAx', 'maindax.html', {'tw' : 'maintxt'} ],
			['DAx-3D', 'maindax3d.html', {'tw' : 'maintxt'} ],
		],
		['Buffers and Kits', 'mainkits.html', {'tw' : 'maintxt'} ],
		['Consumables', 'maincons.html', {'tw' : 'maintxt'} ],
		['Accessories', 'mainacc.html', {'tw' : 'maintxt'} ],
	],
	['Literature', null, null,
		['Brochure', 'pdf/brochure.pdf', {'tw' : '_blank'} ],
		['Flyers', null, null,
			['PrinCE 250/255', 'pdf/250-255.pdf', {'tw' : '_blank'} ],
			['PrinCE 450/460', 'pdf/450-460.pdf', {'tw' : '_blank'} ],
			['PrinCE-C 455/465', 'pdf/455-465.pdf', {'tw' : '_blank'} ],
			['PrinCE 550/560', 'pdf/550-560.pdf', {'tw' : '_blank'} ],
			['PrinCE-C 650/660', 'pdf/650-660.pdf', {'tw' : '_blank'} ],
			['PrinCE-C 700', 'pdf/750-770.pdf', {'tw' : '_blank'} ],
		],
		['PrinCE Benefits', 'mainben.html', {'tw' : 'maintxt'} ],
		['General Features', 'maingenf.html', {'tw' : 'maintxt'} ],
		['PrinCE Applications', 'mainapp.html', {'tw' : 'maintxt'} ],
		['PrinCE Publications', 'mainpub.html', {'tw' : 'maintxt'} ],
		['Principles of CE', 'mainprin.html', {'tw' : 'maintxt'} ],
	],
	['Events', 'mainevents.html', {'tw' : 'maintxt'} ],
	['Contact', null, null,
		['General Information', 'maingen.html', {'tw' : 'maintxt'} ],
		['Sales Information', 'mainsale.html', {'tw' : 'maintxt'} ],
		['Support Inquiries', 'mainserv.html', {'tw' : 'maintxt'} ],
		['Contact Details', 'maincontact.html', {'tw' : 'maintxt'} ],
		['How to Reach us', 'mainreach.html', {'tw' : 'maintxt'} ],
	],
	['Distributors', 'distributors.html', {'tw' : 'maintxt'} ],
];

