document.write('<div id="header">'
  + '<h1>Online Survey Generator Instructions</h1>'
  + '</div>'
  + ''
  + '<div id="left">'
  + '<h2>Table of Contents</h2>'
  + '<a href="index.html">Introduction</a><br><br>'
  + '<a href="1.html">Step 1</a>: Download the spreadsheet and open it<br><br>'
  + '<a href="2.html">Step 2</a>: Spreadsheet Overview<br><br>'
  + '<a href="3.html">Step 3</a>: Basic Settings Tab<br><br>'
  + '<a href="4.html">Step 4</a>: Additional Settings Tab<br><br>'
  + '<a href="5.html">Step 5</a>: Consent Tab<br><br>'
  + '<a href="6.html">Step 6</a>: Question Tab(s)<br><br>'
  + '<a href="7.html">Step 7</a>: Question Types<br><br>'
  + '<a href="8.html">Step 8</a>: Thank You Tab<br><br>'
  + '<a href="9.html">Step 9</a>: Finish Tab<br><br>'
  + '<a href="10.html">Step 10</a>: What files are created?<br><br>'
  + '<a href="11.html">Step 11</a>: What do I do with these files?<br><br>'
  + '<a href="12.html">Step 12</a>: Prime your data file<br><br>'
  + '<a href="13.html">Step 13</a>: Recruit participants!<br><br>'
  + '<a href="14.html">Step 14</a>: Importing your data<br><br>'
  + '<a href="15.html">Step 15</a>: Dealing with Error Messages<br><br>'
  + '<a href="16.html">Downloads</a>'
  + '<hr>'
  + '<p>by <a href="http://abacus.bates.edu/~bpfohl">Brian Pfohl</a>  (<i>bpfohl@bates.edu</i>)<br><br>'
  + '<i>This tutorial is part of the <a href="../techresources.html">Technical Resources</a> section of my website.</i></p>'
  + ''
  + '</div>'
  + '');