function OpenNewWindow(strURL, strWindName, strProperties)
{
  hWind=window.open(strURL, strWindName, strProperties);
  hWind.focus();
}
