function imgOn(myId){
		document.getElementById(myId).src="http://www.cucsolutions.com/images/"+myId+"On.jpg";
}
function imgOff(myId){
		document.getElementById(myId).src="http://www.cucsolutions.com/images/"+myId+"Off.jpg";
}
