/*
  --- 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.php", null,
		
	],

	['Contents', null, null,
		['Cars', '/cars/index.php'],
		['Motor Bikes', '/bikes/index.php'],
		['R/C Toys', '/rctoys/index.php'],
		['Tech Articles', '/tech/index.php'],
		['For Sale', '/forsale.php'],
		['Sammys Train Site', '/trains/index.php'], 
		['Links', '/links.php']
	],

	['Web Forum', "/forum/", null,
		
	],

	['Contact', null, null,
		['E-mail', 'mailto:sammy@oldholdens.com'],
	],
];

