function goToUrl(myUrl)
      {
            if (myUrl!="")
            {
                  parent.location.href=myUrl;
            }
      }

