function roll_on(idel,col) {
	idel.style.backgroundColor = "#"+col;
}

function roll_off(idel,col) {
	idel.style.backgroundColor = "#"+col;
}
function getBlank (form, stdValue){
	if (form.value == stdValue){
		form.value = '';
		}
	return true;
}
