	//This File Holds all the Javascript Functions
	function changeImgOn(thisItem)
	{
		document[thisItem.name].src = "images/"+thisItem.name + "_mo.gif"
	}
	function changeImgOff(thisItem)
	{
		document[thisItem.name].src = "images/"+thisItem.name + ".gif"
	}
