<!--
function buttonOn(obj){
	obj.style.borderColor = "FFFFFF";
	}
function buttonOff(obj){
	obj.style.borderColor = "";
	}
//-->