function doPLOver(id,flag) {
	document.getElementById(id).className = (flag)? "on" : "off";
}