/*
  --- 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 = [

		['Information Menu', null, null,
		['Home', '../index.html'],
		['About Us', '../about_us.html'],
		['Contact Us', '../contact_us.html'],
		['Ordering Information', '../ordering.html'],
		['Privacy Policy', '../ordering.html#privacy'],
		['Testimonials', '../ordering.html#testimonials'],
		['Site Map', '../site_map.html'],
		['Links', '../link.html']

	],
		['Personalised Gifts', null, null,
				['Baby Gifts', '../gifts/personalised_baby_gifts.html'],
				['Childrens Gifts', '../gifts/personalised_childrens_gifts.html'],
				['Adults Gifts', '../gifts/personalised_gifts_for_adults.html'],
				['Personalised Towels', '../gifts/personalised_towels.html'],
				['Monogrammed Bath Robes', '../gifts/personalised_robe.html']
		
	],
		['Clothing, Hats & Bags', null, null,
			['Clothing', 'customised_clothing.html'],
			['Caps, Hats & Bags ', 'customised_caps_hats_bags.html'],
			['Embroidery, Printing & Vinyl', 'embroidery.html'],
			['Blue Liners', 'blue_liners_clothing.html'],
			['Computer Troubleshooters', 'computer_troubleshooters_clothing.html']
		
	],

	['Embroidery Supplies', null, null,
		['Coming Soon'],

	],
	['Shopping Cart', null, null,
		['View Shopping cart', 'http://www.emb.com.au/cgi-bin/cart.pl']

	],
];


