﻿/*
  --- 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',
	],
        ['WHATS NEW', '/whatsnew.html',
	],
	['CONTACT US', '/contactus.html',
	],
	['PRODUCTS', '/products.html', null,
		['Interlocking Mats', '/interlocking_mats/interlocking_mats.html'],
		['Activity Kits','/activity_kits/activity_kits.html'],
		['Fancy Containers', '/fancy_containers/fancy_containers.html'],
		['Play & Learn Toys', '/play_&_learn_toys/play_&_learn_toys.html'],
		['Special Themes', '/special_themes/aquarium.html'],
		['Foam Materials', '/foam_materials/foam_materials.html'],
		['Trade Show Mats', '/interlocking_mats/solid_mats.html'],
		['Sports Mats', '/interlocking_mats/sports_mats.html'],
	],
	['ORDERING', '/ordering.html', null,
		['Download Catalog', '/download/catalog.pdf'],
		['Download Price List', '/download/Pricelist.pdf'],
		['Terms & Conditions', '/ordering.html'],
		['Print Order Form', '/Orderformprint.html'],
	],
	['COMPANY', '/aboutwandix.html', null,
        ['Service','/services.html'],
        ['About WANDIX', '/aboutwandix.html']
	],
	['LOGIN', '/download/login.php',
	],
];
