function Launch_Demo() {
  var options="";
  options += "toolbar=no,directories=no,location=no,";
  options += "menubar=no,hotkeys=no,resizable=yes,status=yes";
//NewWindow=open("http://www.mod-soft.com/demo/launch.htm", "CustomerLink", options);
//NewWindow=open("http://customerlink.mod-soft.com/demo/launch.htm", "CustomerLink", options);
  document.location = "http://customerlink.mod-soft.com/demo/";
  }
