// This file contains HTML to be displayed in a DIV for various levels.

var GenericHelpStr = 
  'To understand how a specific problem is done, first click on the ' +
  '[Check Answers] button and then click on the ? button in any problem.';

var longDivHelpStr = 
  'Long Division is done by finding the quotient digits one at ' +
  'a time, starting from left. To look at how a long division is done, first click on the ' +
  '[Check Answers] button and then click on the ? button in any problem.';

var mixFracHelpStr =
  'This is sometime also called an <em>improper</em> fraction as the ' +
  'numerator is greater than the denominator. The problem requires ' +
  'us to break it into a whole number and a <em>proper</em> fraction ' +
  'i.e. a fraction whose numerator is smaller than the denominator. ' +
  'To look at how a long division is done, first click on the ' +
  '[Check Answers] button and then click on the ? button in any problem.';
