<!--
function MouseMove(id, img)
{
newimg = "http://www.rockpointfarm.com/images/" + img + "R.gif"
// alert(newimg)
document.getElementById( id + "R" ).src= newimg ;
newimg = "http://www.rockpointfarm.com/images/" + img + "L.gif"
// alert(newimg)
document.getElementById( id + "L" ).src= newimg ;
}
// -->
