function MsgOkCancel()
{
  var fRet;
  var msg = 'Sign up! For a 30 day free trial to Create Tests, Registration Forms, Input Forms, and Surveys!\n\n';
  msg += 'You are about to register as a QStation user. This means that you are signing up to CREATE surveys, forms etc. and NOT to TAKE surveys. If you wish to take surveys and sign up as a member of our survey panel, you should select the "Join a Panel" button on the main page.\n\n';
  msg += 'To confirm that you wish to create a QStation account to build your own surveys please press OK below, otherwise press Cancel.\n\n';
  msg += 'If you have any questions please contact us at info@qstation.com\n\n';
  msg='Sorry, we are not taking any more registrations for the time being.  Please check back later.';
  fRet = confirm(msg);
  // if (fRet) window.location = 'https://www.qstation.com/signup.htm';
}
