// menu_items.js file

var MENU_ITEMS =[
	["<img src=\"http://helpthemknow.com/images/buttonwhat.gif\" alt=\"What is Know!?\" border=\"0\">", "/what.php",
		[" &nbsp;<img src=\"http://www.helpthemknow.com/images/bullet.gif\" border = \"0\"> <b>Know!</b> Members", "/members.php"],
		[" &nbsp;<img src=\"http://www.helpthemknow.com/images/bullet.gif\" border = \"0\"> The <b>Know!</b> Fact Line", "/what.php#hotline"],
		[" &nbsp;<img src=\"http://www.helpthemknow.com/images/bullet.gif\" border = \"0\"> Join <b>Know!</b> <img src=\"http://www.helpthemknow.com/images/arrow.gif\" border = \\\"0\\\"> ", "/what.php#join",
			[" &nbsp;<img src=\"http://www.helpthemknow.com/images/bullet.gif\" border = \"0\"> Parent & Caregiver Pledge", "/pparents.php"],
			[" &nbsp;<img src=\"http://www.helpthemknow.com/images/bullet.gif\" border = \"0\"> Business Pledge", "/pbusiness.php"],
			[" &nbsp;<img src=\"http://www.helpthemknow.com/images/bullet.gif\" border = \"0\"> Educator Pledge", "/peducator.php"],
			[" &nbsp;<img src=\"http://www.helpthemknow.com/images/bullet.gif\" border = \"0\"> Employer", "/pemployer.php"],
			[" &nbsp;<img src=\"http://www.helpthemknow.com/images/bullet.gif\" border = \"0\"> Community Supporter Pledge", "psupporter.php"],
			[" &nbsp;<img src=\"http://www.helpthemknow.com/images/bullet.gif\" border = \"0\"> Community Group Pledge", "/pgroup.php"],
			[" &nbsp;<img src=\"http://www.helpthemknow.com/images/bullet.gif\" border = \"0\"> Agency Plege", "/pagency.php"],
			[" &nbsp;<img src=\"http://www.helpthemknow.com/images/bullet.gif\" border = \"0\"> Mentor Pledge", "/pmentor.php"]
		],
		[" &nbsp;<img src=\"http://www.helpthemknow.com/images/bullet.gif\" border = \"0\"> FAQ's", "faq.php"],
		[" &nbsp;<img src=\"http://www.helpthemknow.com/images/bullet.gif\" border = \"0\"> <b>Know!</b> Parent Tip Archive", "/parent_tip_archive.php"],
		[" &nbsp;<img src=\"http://www.helpthemknow.com/images/bullet.gif\" border = \"0\"> <b>Know!</b> Radio Commercials", "/radio.php"],
		[" &nbsp;<img src=\"http://www.helpthemknow.com/images/bullet.gif\" border = \"0\"> <b>Know!</b> Links", "http://www.drugfreeactionalliance.org/about/links.php"]
	],
	["<img src=\"http://helpthemknow.com/images/buttontruth.gif\" alt=\"Know! the Truth\" border=\"0\">", "/truth.php",
		[" &nbsp;<img src=\"http://www.helpthemknow.com/images/bullet.gif\" border = \"0\"> Drug  Facts", "/drugs/drugs.php?prefix=../"],
		[" &nbsp;<img src=\"http://www.helpthemknow.com/images/bullet.gif\" border = \"0\"> Your Child's Risk", "/risk.php"],
		[" &nbsp;<img src=\"http://www.helpthemknow.com/images/bullet.gif\" border = \"0\"> For Kids Only", "/kids.php"]
	],
	["<img src=\"http://helpthemknow.com/images/buttonhelp.gif\" alt=\"Help Them Know!\" border=\"0\">", "/help.php",
		[" &nbsp;<img src=\"http://www.helpthemknow.com/images/bullet.gif\" border = \"0\"> How to Help", "/help.php"]
	],
	["<img src=\"http://helpthemknow.com/images/buttoncontact.gif\" alt=\"Contact Us\" border=\"0\">", "/contact.php"],
	["<img src=\"http://helpthemknow.com/images/buttontips.gif\" alt=\"Parent Tip Archive\" border=\"0\">", "/parent_tip_archive.php"]
];

