/*
  --- 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.html',null, 
	 ['   Quotes from America', 'quotes_from_america.html', null,
		],
	 ],
	['In the Stream', 'personal.html',null,
	 	['   2010', '2010.html', null,
		],
	    ['   2009', '2009.html', null,
		],
	    ['   2008', '2008.html', null,
		],
	 	['   2007', '2007.html', null,
		],
	 	['   2006', '2006.html', null,
		],
		['   2005', '2005.html', null,
		],
		['   2004', '2004.html', null,
		],
		['   Photos & Thoughts', 'photos1.html', null,
		],
	],
		['Stream of History', 'history.html', null, 
	 		['Quotes from Japan', 'quotes_from_japan.html', null, ],
			['Quotes from Europe', 'quotes_from_europe.html', null, ]
		],
	['Stream of Mind', 'mind.html', null, 
		['The Dhammapada', 'Dhammapada.html', null, ],
		['   How to Sit', 'sit.html', null, ],
		['   Buddhist Quotes', 'quotes_on_buddhism.html', null, ]
	],
	['Stream of Body', 'body.html',null,
	    ['Running', 'running.html', null, 
		 	['Running Blog', 'http://community.active.com/blogs/DaveVause', {'tw' : '_blank'}, ],
		 	['How I Began', 'how_i_began.html', null, ],
	        ['The Long Run', 'long_run.html', null, ],
			['The Taper', 'taper.html', null, ],
			['Running Facts', 'running_facts.html', null, ],
	    ],
		['Strength', 'strength.html',null, ],
	    ['Quotes about fitness', 'quotes_on_fitness.html', null, ],
		['Links to Research', 'runningLinks.html', {'tw' : '_blank'}, ],
		['Numbers on Foods', 'ContentsOfFoods.html', {'tw' : '_blank'}, ],
	],
];

	/*
	['Menu Compatibility', null, null,
		['Supported Browsers', null, null,
			['Win32 Browsers', null, null, 
				['Internet Explorer 5+'],
				['Netscape 6.0+'],
				['Mozilla 0.9+'],
				['AOL 5+'],
				['Opera 5+']
			],
			['Mac OS Browsers', null, null,
				['Internet Explorer 5+'],
				['Netscape 6.0+'],
				['Mozilla 0.9+'],
				['AOL 5+'],
				['Safari 1.0+']
			],
			['KDE (Linux, FreeBSD)', null, null,
				['Netscape 6.0+'],
				['Mozilla 0.9+']
			]
		],
		['Unsupported Browsers', null, null,
			['Internet Explorer 4.x'],
			['Netscape 4.x']
		],
		['Report test results', 'http://www.softcomplex.com/support.html'],
	],
	['Docs & Info', null, null,
		['Product Page', 'http://www.softcomplex.com/products/tigra_menu/'],
		['Welcome Page', '../'],
		['Documentation', 'http://www.softcomplex.com/products/tigra_menu/docs/'],
		['Forums', 'http://www.softcomplex.com/forum/forumdisplay.php?fid=29'],
		['TM Comparison Table', 'http://www.softcomplex.com/products/tigra_menu/docs/compare_menus.html'],
		['Online Menu Builder', 'http://www.softcomplex.com/products/tigra_menu/builder/'],
	],
	['Product Demos', null, null,
		['Traditional Blue', '../demo1/index.html'],
		['White Steps', '../demo2/index.html'],
		['Inner HTML', '../demo3/index.html'],
		['All Together', '../demo4/index.html'],
		['Frames Targeting', '../demo5/index.html']
	],
	['Contact', null, null,
		['E-mail', 'http://www.softcomplex.com/support.html'],
		['ICQ: 31599891'],
		['Y! ID: softcomplex'],
		['AIM ID: softcomplex']
	], 
]; */

