/*
  --- 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 = [
	['Take a Tour', null, null,
		['View Recent Projects', 'tour.html', null,],
                ['View Projects List', 'prolist.html', null,],
                ['Eye Catch Signs', 'eyecatchsigns.htm', null,],
                ['Home Page', 'index.html', null,],
	
	],
	['About Us', null, null,
		['About Our Products', null, null, 
		      ['Anatomy of Signs', 'products.htm'],
                      ['Tactile Ground Surface Indicators', 'TGSI.htm'],       
                      ['Sign Systems', 'SignSystems.htm'],
                      ['Applique', 'Applique.htm'],
                      ['Photopolymer', 'Photopolymer.htm'],
                      ['Directory Boards', 'dirbrd.htm'], 
                      ['Audio Signs', 'audsign.htm'], 
                                  
                      ], 
                ['Contact Us', 'contact.htm'],
	],
	['Signage', null, null,
		['Browse Stock Signs', 'stockview.htm'],
		['Custom Signs', 'custom.htm'],
	],
	['Orders', null, null,
		['Customer Log in', 'login.htm'],
		['Request Account', 'request.htm'],
		['Edit Account', 'customer-edit.htm'],
		['Log Out', 'logout.htm'],
	],
	['Support Forum', null, null,
                ['Enter Forums', 'http://www.braillianttouch.com.au/phpBB3/viewforum.php?f=1'],
		['Downloads', 'downloads.html'],
	],
];

