function ButtonBar()
{
document.write('<table border="0" cellpadding="0" cellspacing="0" style="border-collapse: collapse" bordercolor="#FFFFFF" width="650" >');
  document.write('<tr>');
     document.write('<td width="650" bgcolor="#FCFCFC" height="1" colspan="3" align="center" border="0">');
		document.write('<p align="center"> <b>');
		document.write('<a href="inventory.htm">');
		document.write('<img border="0" src="search2.jpg" align="left" width="207" height="42"></a>');
		document.write('<a href="financing.htm">');
		document.write('<img border="0" src="financing.jpg" width="219" height="42" align="right"></a>');
		document.write('<a href="mailto:sales@offleaseonly.com?subject=ATTN:Sales">');
		document.write('<img border="0" src="mail.jpg" width="166" height="42" align="center"></a>');
		document.write('</b></p>');
    document.write('</td>');
 document.write('</tr>');
document.write('</table>');
}
