/*
  --- 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', null],
	['Product Families', null, null,
		['White Primed', null, null,
			['European Series', 'europe.html'],
			['North American Series', 'northamerican.html'],
			['NZ & Australian Series', 'austnz.html']
		],
		['Wrapped Profile', null, null,
			['Flooring Transition', 'cpl.html'],
			['Paper Foil', 'paper.html'],
			['Veneer', 'veneer.html'],
			['PVC/PP', 'pvc.html']
		],
		['Ceilings & Wall Panels', 'premwall.html'],
	],
	['Company Info', null, null,
		['About Us', 'aboutus.html'],
		['Mailing Info', 'mailinfo.html']
	],
	['Technical Support', null, null,
		['Contact Us', 'contactus.html'],
		['Working On Our Profiles', 'working.html'],
	],
];


