{
document.write('<h1>K4</h1>');
document.write('<a href="index.htm">Intro</a> | ');
document.write('<a href="1.htm">Step 1</a> ');
document.write('<a href="2.htm">Step 2</a> ');
document.write('<a href="3.htm">Step 3</a> ');
document.write('<a href="4.htm">Step 4</a> ');
document.write('<a href="5.htm">Step 5</a> ');
document.write('<a href="6.htm">Step 6</a> ');
document.write('<a href="7.htm">Step 7</a> | ');
document.write('<a href="other.htm">Other Notes</a>');
document.write('<br /><br />');
}
