/* Tigra Menu items structure */
var MENU_ITEMS = [
	['No Pepper Games', null, {'sw':150,'bw':170},
		['Home Page', '../../index.php'],
		['Mad Ramblings', '../../archives/archives.php'],
		['Strange Thoughts', '../../thought.php'],
		['Misquotes', '../../quote.php'],
		['Great Pickup Lines', '../../comics/comics.php'],
		['Photo Gallery', '../../pepper_photo_archives.php'],
		['Old School Films', '../../video/old_school_video.php'],
		['Shirtless Bastard', '../../video/bastard_video.php']
	],
	['The Kids Web Sages', null, {'sw':150,'bw':170},
		['Goo Goblins', '../../goo/goo_main.php'],
		['Dr. Mumbles', '../../mumbles/mumbles_main.php'],
		['Secret Squirrel', '../../mumbles/secret_squirrel.php'],
	],
	['Around the Web', null, {'sw':150,'bw':170},
		['Daily Web Humor', '../../daily_news.php'],
		['Really Funny Crap', '../../funny_crap/funny_crap.php'],
		['The Joke Center', '../../funny_crap/funny_jokes.php'],
		['The Comedy Greats', null, {'bw':150,'bl':150,'bt':0},
			['Mitch Hedberg', '../../Mitch_Hedberg.php'],
			['Steven Wright', '../../Steven_Wright.php'],
			['Jack Handey', '../../Jack_Handey.php']
		],
		['Kid Recommended Sites', '../../recommended.php']
	],
	['Kid Merchandise', null, {'sw':150,'bw':170},
		['Purchase Kid Stuff', '../../kid_stuff.html', {'tw':'_blank'}],
		['Funny Posters and More', '../../posters.php'],
		['Must See Pranks and Gags', '../../prank_place.html', {'tw':'_blank'}],
	],
	['Contact Us', null, {'sw':130},
		['Contact Us', '../../contact.php'],
		['Join Mailing List', '../../?p=subscribe'],
		['Dont Click Here', '../../weirdo/PreWeirdo.php']
	]
];
