function pic_rollover(obj)
{
obj.style.borderColor="#657030";




  
}

function pic_rollout(obj)
{
obj.style.borderColor="black";


}

