/*
  --- 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'],
['Pictures', null, null,
		['New snaps', 'new_photos.php'],
		['Hat Photos', 'hat_photos.php'],
		['Misc Pix', 'gen_pix01.php'],
		["Melbourne", 'melbourne01.php'],
		["Travelin", 'travels01.php'],
		["Seen Beans", 'bean_sean01.php'],
		['World Toilet tour', 'bog_shots.html'],
		["Where's Gr'h-m?", '#.php'],
		["Chrissie sleeps", '#.php'],
	],
['Text', null, null,
		['Articles', 'text.php'],
		['Rants', 'text.php'],
		['Reviews', 'text.php'],
		['Sh!t List', 'text.php'],
	],
['Arts Hole', null, null,
		['Comic Pages', 'art.php'],
		['Need Machine', null, null, 
				['trading cards', 'http://cards.videodrome.org'],
				['books', 'art.php'],
				['misc', 'art.php']
		 ],
		['Misc', 'art.html'],
	],
['Links', null, null,
		['Tools', 'links.php'],
		['Entertainment', 'links.php'],
		['Friends', 'links.php'],
		['My Sites', 'links.php'],
		['misc', 'links.php'],
	],
];

