// JavaScript Document
function setbg(field,color)
{
 document.getElementById(field).style.borderColor=color
}
