function mouseover() 
{ 
document.getElementById("spinfo").style.backgroundColor='#FFFFCC'; 
} 
function mouseout() 
{ 
document.getElementById("spinfo").style.backgroundColor='#FFEAD5'; 
} 
