function IELaunchGame(cmdLine)
{
  cmdLine += ' 198.74.34.85:8020 198.74.34.86:8020 198.74.34.87:8020 198.74.34.89:8020 198.74.34.90:8020';

  host = 'hoylegames.sierra.com';
  app = '/won/wonplay.exe';
  size = 339968;
  timestamp = '12-5-2003 1:22p';
  version = '1.0.4.4';

  if(document.all) {
    WONWebLauncher.Host = host;
    WONWebLauncher.App = app;
    WONWebLauncher.Size = size;
    WONWebLauncher.TimeStamp = timestamp;
    WONWebLauncher.Version = version;
    WONWebLauncher.Checksum = -1;
    WONWebLauncher.CmdLine = cmdLine;
    WONWebLauncher.Target = "program files\\WON";
    WONWebLauncher.Prompt = "Y";
    WONWebLauncher.PathRegKey = "HKLM\\Software\\WON\\WONplay\\Path";
    WONWebLauncher.DoLaunch();
  }
  else {
    document.WONWebLauncher.setHost(host);
    document.WONWebLauncher.setApp(app);
    document.WONWebLauncher.setSize(size);
    document.WONWebLauncher.setTimeStamp(timestamp);
    document.WONWebLauncher.setVersion(version);
    document.WONWebLauncher.setChecksum(-1);
    document.WONWebLauncher.setCmdLine(cmdLine);
    document.WONWebLauncher.setTarget("program files\\WON");
    document.WONWebLauncher.setPrompt("Y");
    document.WONWebLauncher.setPathRegKey("HKLM\\Software\\WON\\WONplay\\Path");
    document.WONWebLauncher.doLaunch();
  }

  // var popupwindow = window.open("http://www.uproar.com/popup/bigpop.asp","hoyle450",'height=400,width=600,resizable=yes');
}

// function that displays status bar message
function hoylerules(url) {
        window.open(url,'hoylerules','height=300,width=415,toolbar=no,menubar=no,hotkeys=no,scrollbars=yes,resizable=no,location=no,directories=no,status=no,top=100,left=100')
}    
