/*
  --- 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 IMENU_ITEMS = [
	['Information','info.asp',null],
	['Club Finder','finder.asp',null],
	['Downloads','downloads.asp',null],
	['Development','view_content.asp?title=development page',null],
	['Contacts','view_content.asp?title=contact details',null],
	['Links','links.asp',null],
	['Site Policies','usage.asp',null],
];
