function openWin(windowURL, windowName, windowFeatures)
{
  return window.open(windowURL, windowName, windowFeatures);
}