var MENU_ITEMS = [
	['Home','http://www.happy-yappy.com/', {'sb' : 'Home'}],
	["What's New", 'http://www.happy-yappy.com/whatsnew/', {'sb' : "What's New"}],
	['About Josh',null,{'sb' : 'About Josh'},
		['Biography','http://www.happy-yappy.com/bio/bio.html', {'sb' : 'Biography'}],
		['Discography','http://www.happy-yappy.com/bio/disco.html', {'sb' : 'Discography'}],
		['Appearances','http://www.happy-yappy.com/appearances/', {'sb' : 'Appearances'},
			['2011', 'http://www.happy-yappy.com/appearances/2011/', {'sb' : '2011'}],
			['2010', 'http://www.happy-yappy.com/appearances/2010/', {'sb' : '2010'}],
			['2009', 'http://www.happy-yappy.com/appearances/2009/', {'sb' : '2009'}],
			['2008', 'http://www.happy-yappy.com/appearances/2008/', {'sb' : '2008'}],
			['2007', 'http://www.happy-yappy.com/appearances/2007/', {'sb' : '2007'}],

                ],
        ],
	['Message Board', "javascript:openWallpaper('http://www.happy-yappy.com/cgi-bin/bbs/yybbs.cgi','bbs1');", {'sb' : 'Message Board'},
        ],
	['Media','http://www.happy-yappy.com/appearances/media/joshvideos-2011.php',{'sb' : 'Media'},
		['Video Clips', 'http://www.happy-yappy.com/appearances/media/joshvideos-2011.php', {'sb' : 'Video Clips'},
			['2011', 'http://www.happy-yappy.com/appearances/media/joshvideos-2011.php', {'sb' : '2011'}],
			['2010', 'http://www.happy-yappy.com/appearances/media/joshvideos-2010.php', {'sb' : '2010'}],
			['2009', 'http://www.happy-yappy.com/appearances/media/joshvideos-2009.php', {'sb' : '2009'}],
			['2008', 'http://www.happy-yappy.com/appearances/media/joshvideos-2008.php', {'sb' : '2008'}],
			['2007', 'http://www.happy-yappy.com/appearances/media/joshvideos-2007jp.php', {'sb' : '2007'}],
		],
		['Audio Clips', 'http://www.happy-yappy.com/appearances/media/joshaudios-2011.php', {'sb' : 'Audio Clips'}],
		['Articles', 'http://www.happy-yappy.com/media/articlemenu.html', {'sb' : 'Articles'}],
	],
	['Gallery', 'http://www.happy-yappy.com/joshua/index.html', {'sb' : 'Gallery'},
		['Photo Gallery', "javascript:openWallpaper('http://www.happy-yappy.com/gallery/','gallery');", {'sb' : 'Photo Gallery'}],
		['Wallpapers', 'http://www.happy-yappy.com/joshua/wallpaper1.html', {'sb' : 'Wallpapers'}],
		["Miha's Drawings", 'http://www.happy-yappy.com/joshua/miha3.html', {'sb' : "Miha's Drawings"}],
	],
	['Fan Projects','http://www.happy-yappy.com/project/index.html', {'sb' : 'Fan Projects'},
		['Project Now', 'http://www.happy-yappy.com/project/index.html', {'sb' : 'Project Now'}],
		['Past Projects', 'http://www.happy-yappy.com/project/past.html', {'sb' : 'Past Projects'}],
		['Reports', 'http://www.happy-yappy.com/project/reports/index.html', {'sb' : 'Reports'}],
	],
	['FAQ', "javascript:openArticle('http://www.happy-yappy.com/faq/','faqwin');", {'sb' : 'FAQ'}],
	['Links', 'http://www.happy-yappy.com/links.html', {'sb' : 'Links'},],
	['E-mail', 'javascript:openWindow1();', {'sb' : 'E-mail'}],

];

