var MENU_ITEMS0 = [
	[wrap_root1('About Us'), null, null,
		[wrap_child('Take A Tour'), 'http://www.crazydog.com/tour/tour2.htm', null],
		[wrap_child('News'), 'http://www.crazydog.com/news/crazypetnews2.htm', null],
		[wrap_childsmall('Back Bones of Character'), 'http://www.crazydog.com/bones_of_character.htm', null],
		[wrap_child('Meet the Characters'), 'http://www.crazydog.com/crazypetcast.htm', null]
	],
	[wrap_root2('Funstuff'), null, null,
		[wrap_child('Coloring Pages'), 'http://www.crazydog.com/funstuff/coloring_book/coloring.htm', null],
		[wrap_child('Jigsaw Puzzles'), 'http://www.crazydog.com/crazydog-js.htm', null],
		[wrap_child('Quizzes & Contests'), 'http://www.crazydog.com/contest/cartooncontest.htm', null],
		[wrap_child('Pet of the Week'), 'http://www.crazydog.com/pet_of_week.htm', null]
	],
	[wrap_root3('Fun Places'), null, {'sw':90},
		[wrap_child('Kids Club'), 'http://www.crazydog.com/kids_club.htm', null],
		[wrap_child('Photo Gallery'), 'http://www.crazydog.com/photos.htm', null],
		[wrap_child('Favorite Links'), 'http://www.crazydog.com/links.htm', null]
	],
	[wrap_root4('Shop for Products'), 'http://www.shopatron.com/home/index/295', null, {'sw':150},
	],
	[wrap_root5('Rescue Center'), 'http://www.crazydog.com/rescue_center.htm', null]
]

function wrap_child (text) {
	return '<div style="background: #FAE12D; font-family: Arial;"><table border=0 cellspacing=0 cellpadding=0><tr><td width=180 height=30><font color=#E92062><b>&nbsp;' + text + '</b></font></td></tr></table></div>'
}

function wrap_childsmall (text) {
	return '<div style="background: #FAE12D; font-family: Arial;"><table border=0 cellspacing=0 cellpadding=0><tr><td width=180 height=30><font color=#E92062 size=2><b>&nbsp;' + text + '</b></font></td></tr></table></div>'
}

function wrap_root (text) {
	var res=[];for (var i=0; i<5; i++)
		res[i]='<table border=0 cellspacing=0 cellpadding=0><tr><td><img src="/images/img_0' + i + '.jpg"></td></tr></table>'
	return res;
}

function wrap_root1 (text) {
	return '<table border=0 cellspacing=0 cellpadding=0><tr><td width=85 bgcolor=#bf2c5c><img src="images/index-cinerev_03.jpg"></td></tr></table>'
}
function wrap_root2 (text) {
	return '<table border=0 cellspacing=0 cellpadding=0><tr><td width=84 bgcolor=#bf2c5c><img src="images/index-cinerev_04.jpg"></td></tr></table>'
}
function wrap_root3 (text) {
	return '<table border=0 cellspacing=0 cellpadding=0><tr><td width=96 bgcolor=#bf2c5c><img src="images/index-cinerev_05.jpg"></td></tr></table>'
}
function wrap_root4 (text) {
	return '<table border=0 cellspacing=0 cellpadding=0><tr><td width=159 bgcolor=#bf2c5c><img src="images/index-cinerev_06.jpg"></td></tr></table>'
}
function wrap_root5 (text) {
	return '<table border=0 cellspacing=0 cellpadding=0><tr><td width=125 bgcolor=#bf2c5c><img src="images/index-cinerev_07.jpg"></td></tr></table>'
}
