// menu_items.js file

var MENU_ITEMS =[
	["<img src=\"images/menu/MenuAbout.gif\" alt=\"About\" width=\"154\" height=\"32\" border=\"0\" />", "about_its_abuse.php"],
	["<img src=\"images/menu/MenuHelp.gif\" alt=\"Confidential Help\" border=\"0\" />", "confidential_help.php"],
// remove link to "Join the Movement"  removed 2-22-07	
//	["<img src=\"images/menu/MenuJoin.gif\" alt=\"Join the Movement\" border=\"0\" />", "join.php"],
	["<img src=\"images/menu/MenuBlogs2.gif\" alt=\"Video Blogs\" border=\"0\" />", "blog.php"],
	["<img src=\"images/menu/MenuInteract.gif\" alt=\"Interact\" border=\"0\" />", "interact.php"],
	["<img src=\"images/menu/MenuLatest.gif\" alt=\"Latest and Stuff to Do\" border=\"0\" />", "buzz.php"]
];
