function border_bottom(id,Country)
{
     if (Country=='4138')
     {
           id.style.borderBottom="1px solid #CCCCCC";
     }
     else
     {
           id.style.borderBottom="0";
     }
}