function swakt(id) {
obj = (document.getElementById ? document.getElementById(id) : (document.all ? document.all[id] : (document.layers ? document.layers[id] : null)));
if(obj.style.borderColor=="#f3f3f3")
{obj.style.borderColor = "#7abc37";}
else
{obj.style.borderColor = "#f3f3f3";}
};
