// JavaScript Document
function HighlightLink(Obj){
	document.getElementById(Obj).className="menuBtnSelected"
	}