function fnTopMenu(whichLevel, whichID, whichImg){
	document.getElementById(whichID).src = whichLevel + "Assets/Images/" + whichImg + ".gif";
}