function showToolbar()
{
	ToolbarHTMLstr = "";
        ToolbarHTMLstr += "<table border=0 cellpadding=5 cellspacing=0>\n";
        ToolbarHTMLstr += "<tr> \n";
        ToolbarHTMLstr += "<td height='17'> <a style='text-decoration:none;' href='default.html' ><font style='font:normal 9pt' face='Arial' color='blue' >&nbsp;&nbsp;Home</font></a></td>\n";
        ToolbarHTMLstr += "<td height='17'> <a style='text-decoration:none;' href='company.html' onMouseOut='FM_startTimeout();'  onMouseOver='window.FM_showMenu(window.fm_menu_0,70,83);'><font style='font:normal 9pt' face='Arial' color='blue' >|&nbsp;&nbsp;Company</font></a></td>\n";
        ToolbarHTMLstr += "<td height='17'> <a style='text-decoration:none;' href='products.html' onMouseOut='FM_startTimeout();'  onMouseOver='window.FM_showMenu(window.fm_menu_1,150,83);'><font style='font:normal 9pt' face='Arial' color='blue' >|&nbsp;&nbsp;Products</font></a></td>\n";
        ToolbarHTMLstr += "<td height='17'> <a style='text-decoration:none;' href='default.html' ><font style='font:normal 9pt' face='Arial' color='blue' >|&nbsp;&nbsp;Customers</font></a></td>\n";
        ToolbarHTMLstr += "<td height='17'> <a style='text-decoration:none;' href='purchase.html' onMouseOut='FM_startTimeout();'  onMouseOver='window.FM_showMenu(window.fm_menu_2,320,83);' ><font style='font:normal 9pt' face='Arial' color='blue' >|&nbsp;&nbsp;Supply</font></a></td>\n";
        ToolbarHTMLstr += "<td height='17'> <a style='text-decoration:none;' href='job.html' ><font style='font:normal 9pt' face='Arial' color='blue' >|&nbsp;&nbsp;Job</font></a></td>\n";
        ToolbarHTMLstr += "<td height='17'> <a style='text-decoration:none;' href='contact.html' onMouseOut='FM_startTimeout();'  onMouseOver='window.FM_showMenu(window.fm_menu_3,440,83);' ><font style='font:normal 9pt' face='Arial' color='blue' >|&nbsp;&nbsp;Contact</font></a></td>\n";
        ToolbarHTMLstr += "</tr>\n";
        ToolbarHTMLstr += "</table>\n";
	document.writeln(ToolbarHTMLstr);
}