function quiz_text()
{
  document.write("<tr>");
    document.write("<td>What nationality is the 'rarebit' consisting of melted cheese on toast?</td>");
    document.write("<td><input type='text' size='36' readonly='on' onmouseover='reveal(this);' onmouseout='cover(this);' value='' name='WELSH                               ' /></td>");
  document.write("</tr>");
  document.write("<tr>");
    document.write("<td>What must be added to a Welsh rarebit to make a Buck rarebit?</td>");
    document.write("<td><input type='text' size='36' readonly='on' onmouseover='reveal(this);' onmouseout='cover(this);' value='' name='POACHED EGG                         ' /></td>");
  document.write("</tr>");
  document.write("<tr>");
    document.write("<td>The cotton fabrics chintz and cretonne are used mainly in the manufacture of what?</td>");
    document.write("<td><input type='text' size='36' readonly='on' onmouseover='reveal(this);' onmouseout='cover(this);' value='' name='SOFT FURNISHINGS                    ' /></td>");
  document.write("</tr>");
  document.write("<tr>");
    document.write("<td>What name is shared by towns that are 'in Makerfield' and 'under Lyme'?</td>");
    document.write("<td><input type='text' size='36' readonly='on' onmouseover='reveal(this);' onmouseout='cover(this);' value='' name='ASHTON                              ' /></td>");
  document.write("</tr>");
  document.write("<tr>");
    document.write("<td>Which textile pattern, adapted from a Kashmiri cone motif, takes its name from a town in Scotland?</td>");
    document.write("<td><input type='text' size='36' readonly='on' onmouseover='reveal(this);' onmouseout='cover(this);' value='' name='PAISLEY                             ' /></td>");
  document.write("</tr>");
  document.write("<tr>");
    document.write("<td>What name is given to the instrument, shaped like a half moon, used for measuring or drawing angles on paper?</td>");
    document.write("<td><input type='text' size='36' readonly='on' onmouseover='reveal(this);' onmouseout='cover(this);' value='' name='PROTRACTOR                          ' /></td>");
  document.write("</tr>");
  document.write("<tr>");
    document.write("<td>The fashion chain Benetton was established in the early Sixties in which country?</td>");
    document.write("<td><input type='text' size='36' readonly='on' onmouseover='reveal(this);' onmouseout='cover(this);' value='' name='ITALY                               ' /></td>");
  document.write("</tr>");
  document.write("<tr>");
    document.write("<td>Which couturier introduced the New Look in 1947?</td>");
    document.write("<td><input type='text' size='36' readonly='on' onmouseover='reveal(this);' onmouseout='cover(this);' value='' name='CHRISTIAN DIOR                      ' /></td>");
  document.write("</tr>");
  document.write("<tr>");
    document.write("<td>Acetate and viscose are the two types of which artificial fibre?</td>");
    document.write("<td><input type='text' size='36' readonly='on' onmouseover='reveal(this);' onmouseout='cover(this);' value='' name='RAYON                               ' /></td>");
  document.write("</tr>");
  document.write("<tr>");
    document.write("<td>Deriving from the Persian for 'wool', what name is given to the fine shawls made from cashmere and silk that sell for vast sums of money in the west?</td>");
    document.write("<td><input type='text' size='36' readonly='on' onmouseover='reveal(this);' onmouseout='cover(this);' value='' name='PASHMINA                            ' /></td>");
  document.write("</tr>");
  document.write("<tr>");
    document.write("<td>Derived from the Russian word for grandmother, what name is given to a triangular, cotton headscarf?</td>");
    document.write("<td><input type='text' size='36' readonly='on' onmouseover='reveal(this);' onmouseout='cover(this);' value='' name='BABUSHKA                            ' /></td>");
  document.write("</tr>");
  document.write("<tr>");
    document.write("<td>Which fibre is separated from its seeds in a machine called a gin?</td>");
    document.write("<td><input type='text' size='36' readonly='on' onmouseover='reveal(this);' onmouseout='cover(this);' value='' name='COTTON                              ' /></td>");
  document.write("</tr>");
  document.write("<tr>");
    document.write("<td>The name of which fabric, with a close-cut pile, is applied to the covering on the antlers of a deer?</td>");
    document.write("<td><input type='text' size='36' readonly='on' onmouseover='reveal(this);' onmouseout='cover(this);' value='' name='VELVET                              ' /></td>");
  document.write("</tr>");
  document.write("<tr>");
    document.write("<td>A motte, a bailey and a keep are parts of which sort of structure?</td>");
    document.write("<td><input type='text' size='36' readonly='on' onmouseover='reveal(this);' onmouseout='cover(this);' value='' name='CASTLE                              ' /></td>");
  document.write("</tr>");
  document.write("<tr>");
    document.write("<td>Alto, soprano, tenor, baritone and bass are all types of which instrument?</td>");
    document.write("<td><input type='text' size='36' readonly='on' onmouseover='reveal(this);' onmouseout='cover(this);' value='' name='SAXOPHONE                           ' /></td>");
  document.write("</tr>");
  document.write("<tr>");
    document.write("<td>In soft furnishings, what can be Austrian, Roman or Venetian?</td>");
    document.write("<td><input type='text' size='36' readonly='on' onmouseover='reveal(this);' onmouseout='cover(this);' value='' name='BLINDS OR SHADES                    ' /></td>");
  document.write("</tr>");
}
