function sendUrl(rptVar)
{
  if (rptVar == 1)
  {
    w = open("http://rook.gfsiinc.com:7777/pls/portal/PORTAL.FACTORY_BY_STYLE.show_parms", target="content");
  }
  else
  {
        w = open("http://rook.gfsiinc.com:7777/pls/portal/PORTAL.FACTORY_BY_COUNTRY.show_parms", target="content");
  }
}