/*
  --- 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 = [
	['Main Topics', null, null,
		['Welcome', null, null,
			['Entrees', null, null, 
			['Johnny Silver Bear', 'http://www.silverbearcafe.com/private/welcome.html'],
			['Contributors', 'http://www.silverbearcafe.com/private/contributors.html'],
			['Great Quotes', 'http://www.silverbearcafe.com/private/quotes.html'],
			['Why Silver', 'http://www.silverbearcafe.com/private/whysilver.html'],
			['Best of the Bear', 'http://www.silverbearcafe.com/private/best.html'],
			['Conspiracy Theory', 'http://www.silverbearcafe.com/private/NWO/nwotoc.html'],
			['Domestic Energy Portfolio', 'http://www.silverbearcafe.com/private/energyport.html'],
			['Stock Watch', 'http://www.silverbearcafe.com/private/stockwatch.html'],
			['Tech Stock Time Bomb', 'http://www.silverbearcafe.com/private/techbomb.html'],
			['Stinker Stocks', 'http://www.silverbearcafe.com/private/stinkers.html']
		
		],
		['Awareness', null, null,
			['Political Awareness', 'http://www.silverbearcafe.com/private/apolitical.html'],
			['Economic Awareness', 'http://www.silverbearcafe.com/private/aeconomic.html'],
			['Gold Standard Awareness', 'http://www.silverbearcafe.com/private/agoldstand.html'],
			['Solution Awareness', 'http://www.silverbearcafe.com/private/asolution.html'],
			['Energy Awareness', 'http://www.silverbearcafe.com/private/aenergy.html'],
			['Cultural Awareness', 'http://www.silverbearcafe.com/private/aculture.html']
		],
		['This Weeks News', 'http://www.silverbearcafe.com/private/weeksnews.html'],
		],
		['It Occurred to Me', 'http://www.silverbearcafe.com/private/occured.html']
	
	],
		['Forums', null, null,
			['Financial News', 'http://www.silverbearcafe.com/private/financial.html'],
			['Energy', 'http://www.silverbearcafe.com/private/energy.html'],
			['Precious Metals', 'http://www.silverbearcafe.com/private/metals.html'],
			['War', 'http://www.silverbearcafe.com/private/war.html'],
			['The Fed', 'http://www.silverbearcafe.com/private/fed.html'],
			['Financial Survival', 'http://www.silverbearcafe.com/private/survival.html']
	],
		['Primers', null, null,
			['Economics 101', 'http://www.silverbearcafe.com/private/fekete.html'],
			['Central banking 101', 'http://www.silverbearcafe.com/private/blueplate/billions_contents.html'],
			['The Value of Money 101', 'http://www.silverbearcafe.com/private/moneyvalue.html'],
			['Collectivism 101', 'http://www.silverbearcafe.com/private/deception.html'],
			['China 101', 'http://www.silverbearcafe.com/private/uncle.html'],
			['War & Oil 101', 'http://www.silverbearcafe.com/private/ww3.html'],
			['Shorting Stocks 101', 'http://www.silverbearcafe.com/private/daylate.html'],
			['Bulls & Bears 101', 'http://www.silverbearcafe.com/private/thistime.html'],
			['Oil Markets 101', 'http://www.silverbearcafe.com/private/oil_market_basics/default.htm'],
			['Natural Gas 101', 'http://www.silverbearcafe.com/private/naturalgas.html'],
			['Technical Analysis 101', 'http://www.silverbearcafe.com/private/ta.html'],
			['Offshore 101', 'http://www.silverbearcafe.com/private/gooffshore.html'],
			['Gold 101', 'http://www.silverbearcafe.com/private/gold101.html'],
			['Gold 201', 'http://www.silverbearcafe.com/private/saucissons.html'],
	],
	['Contact', null, null,
		['E-mail Johnny', 'mailto:johnny@silverbearcafe.com'],
		
	],
];

