function launchQuickTour(sURL)
{  
  var sName = "PopUpWindow";  
  var sOptions = "toolbar=0,location=0,directories=0,menubar=0,scrollbars=0,resizable=0,width=778,height=525";
  //if (confirm("The quick tour only takes 10 minutes.  The tour is narrated, so make sure you turn up your speakers."))
  //{
  	window.open(sURL, sName, sOptions); 
  //}
  return void(0);
}