function setOver(pul,col1){ //SGA	       document.getElementById(pul).style.color= col1;	        }function setOut(pul,col2){	       document.getElementById(pul).style.color= col2;			}