document.write('<h3>Catalogue</h3>')
document.write('<ul><b>')
document.write('<li><a href="1-aaaaa.html" title="British/NATO"> &nbsp;&nbsp;&nbsp;British/NATO </a></li>')
document.write('<li><a href="1-bbbbb.html" title="Warsaw Pact"> &nbsp;&nbsp;&nbsp;Warsaw Pact </a></li>')
document.write('<li><a href="1-ccccc.html" title="Middle East/Generic"> &nbsp;&nbsp;&nbsp;Middle East/Generic </a></li>')
document.write('<li><a href="1-ddddd.html" title="New Range"> &nbsp;&nbsp;&nbsp;New Range </a></li>')
document.write('</b></ul>')
document.write('<h3>Instructions</h3>')
document.write('<ul><b>')
document.write('<li><a href="2-aaaaa.html" title="British/NATO"> &nbsp;&nbsp;&nbsp;British/NATO </a></li>')
document.write('<li><a href="2-bbbbb.html" title="Warsaw Pact"> &nbsp;&nbsp;&nbsp;Warsaw Pact </a></li>')
document.write('<li><a href="2-ccccc.html" title="Middle East/Generic"> &nbsp;&nbsp;&nbsp;Middle East/Generic </a></li>')
document.write('<li><a href="2-ddddd.html" title="New Range"> &nbsp;&nbsp;&nbsp;New Range </a></li>')
document.write('</b></ul>')
