var leftmenu = "";


// menu1
leftmenu += '<table border="0" cellspacing="0" cellpadding="0"><tr><td><img src="IMAGES/pix.gif" width="10" height="1"></td><td  valign="top"><img src="IMAGES/rep_m_arrow_on.gif" width="9" height="11"></td><td><a href="preview.html" class="bLink2"><span class="txt11">Preview</span></a></td></tr></table><div><img src="IMAGES/spacer.gif" width="156" height="13"></div>';

// menu2
leftmenu += '<table border="0" cellspacing="0" cellpadding="0"><tr><td><img src="IMAGES/pix.gif" width="10" height="1"></td><td  valign="top"><img src="IMAGES/rep_m_arrow_on.gif" width="9" height="11"></td><td><a href="report.html" class="bLink2"><span class="txt11">Race Report</span></a></td></tr></table><div><img src="IMAGES/spacer.gif" width="156" height="13"></div>';

// out put 
document.write(leftmenu);
