function changeWeb(obj)
{
 var a=obj.value;
 if(a!="")
  {
    window.open(a);
  }
return true;
}
