<!--
function OMOVER(obj,colors){
	obj.style.background=colors;
	obj.style.cursor = 'hand'; 
}
function OMOUT(obj,colors){
	obj.style.background=colors;
}
-->