/*
  --- 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 = [
	['VygerNet','/', {'tw' : 'content'}],
	['Books', null, null,
		['Amazon.Com','http://www.amazon.com/exec/obidos/redirect-home/minnesowingcivil', {'tw' : 'content'}],
		['Barnes & Noble','http://www.bn.com/', {'tw' : 'content'}],
		['Borders','http://www.borders.com/', {'tw' : 'content'}],
	],
	['Civil Air Patrol', 'http://www.mncap.org/', {'tw' : 'content'},
		['IA Wing','http://www.iowacap.org/', {'tw' : '_blank'}],
		['MN Wing','http://www.mncap.org/', {'tw' : '_blank'}],
		['ND Wing','http://www.ndcap.org/', {'tw' : '_blank'}],
		['SD Wing','http://www.sdcap.us/', {'tw' : '_blank'}],
	],
	['Dictionary', 'http://www.m-w.com/', {'tw' : 'content'}],
        ['Donate to Kiva','http://www.kiva.org/lender/greg9229', {'tw' : 'content'}],
	['Java Games', '/games/', {'tw' : 'content'},
		['Benny','/games/Benny', {'tw' : 'content'}],
		['Blocks','/games/Blocks', {'tw' : 'content'}],
		['Bombs','/games/Bombs', {'tw' : 'content'}],
		['Concentration','/games/Concentration', {'tw' : 'content'}],
		['Dead Man','/games/DeadMan', {'tw' : 'content'}],
		['Humanoid','/games/Humanoid', {'tw' : 'content'}],
		['Linx','/games/Linx', {'tw' : 'content'}],
		['Splat','/games/Splat', {'tw' : 'content'}],
	],
	['Mailing Lists', '/mailman/listinfo', {'tw' : 'content'},
                ['Metro Skywarn','http://lists.vyger.net/mailman/listinfo/swnews', {'tw' : 'content'}],
		['Star Trek', 'http://lists.vyger.net/mailman/listinfo/trek', {'tw' : 'content'}],
		['IA Wing CAP', 'http://lists.iowacap.org/mailman/listinfo', {'tw' : 'content'}],
		['MN Wing CAP', 'http://lists.mncap.org/mailman/listinfo', {'tw' : 'content'}],
		['ND Wing CAP', 'http://lists.ndcap.org/mailman/listinfo', {'tw' : 'content'}],
		['SD Wing CAP', 'http://lists.sdcap.us/mailman/listinfo', {'tw' : 'content'}],
		['VoIP Project', 'http://lists.ckts.info/mailman/listinfo', {'tw' : 'content'}],
	],
	['Maps', null, null,
                ['Bing','http://www.bing.com/maps/',{'tw' : 'content'}],
                ['Google','http://maps.google.com/',{'tw' : 'content'}],
		['Map Quest', 'http://www.mapquest.com/', {'tw' : 'content'}],
                ['Yahoo!', 'http://maps.yahoo.com/', {'tw' : 'content'}],	
	],
	['Router Stats', '/traffic/', {'tw' : 'content'}],
	['Star Trek', '/trek.html', {'tw' : 'content'}],
	['Style Sheets', '/stylesheets/', {'tw' : 'content'}],
	['Technical Docs', '/doc.html', {'tw' : 'content'}],
	['TV Listings', 'http://tvlistings5.zap2it.com/tvlistings/GridAction.do?lineupId=PC%3a55346', {'tw' : 'content'}],
        ['VoIP Tandem Project', 'https://www.ckts.info/', {'tw' : 'content'}],
	['US Constitution', '/Constitution/', {'tw' : 'content'}],
	['Weather', 'http://www.wunderground.com/US/MN/Savage.html', {'tw' : 'content'}],
	['Web Mail', 'http://www.google.com/ig/', {'tw' : 'content'}],
	['Web Pages', '/pages.php', {'tw' : 'content'}],
];

