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';
  fRet = confirm(msg);
  if (fRet) window.location = 'http://survey.qstation.com/cgi-shl/cgiip.exe/WService=Panel/qform/public/ATY/1-1/form.p';
}

