function gotoUrl(url)
{
   if(url.length > 0)
   {
      window.location.href = url;
   }
}