// JavaScript Document
l_nav();

function l_nav(){
text="		   <table border='0' width='189' cellspacing='0' cellpadding='0' align='center' class='library-left-nav'>";
text=text + "         <tr>";
text=text + "            <td width='189' colspan='3'><img border='0' src='../images/spacer.gif' width='189' height='30'></td>";
text=text + "          </tr>";
text=text + "              <tr>";
text=text + "                <td width='189' colspan='3' bgcolor='#705D98'><img border='0' src='../images/spacer.gif' width='189' height='1'></td>";
text=text + "              </tr>";
text=text + "              <tr>";
text=text + "                <td width='25'><img border='0' src='../images/spacer.gif' width='25' height='30'></td>";
text=text + "                <td width='158'><img border='0' src='../images/spacer.gif' width='158' height='7'><br><a href='../../news/index.html'>Safe Lifting News</a></td>";
text=text + "                <td width='5'><img border='0' src='../images/spacer.gif' width='5' height='5'></td>";
text=text + "              </tr>";
text=text + "              <tr>";
text=text + "                <td width='189' colspan='3' bgcolor='#705D98'><img border='0' src='../images/spacer.gif' width='189' height='1'></td>";
text=text + "              </tr>";
text=text + "              <tr>";
text=text + "                <td width='25'><img border='0' src='../images/spacer.gif' width='25' height='30'></td>";
text=text + "                <td width='158'><img border='0' src='../images/spacer.gif' width='158' height='7'><br><a href='../../patientlifts/index.html'>Safe Lifting Products</a></td>";
text=text + "                <td width='5'><img border='0' src='../images/spacer.gif' width='5' height='5'></td>";
text=text + "              </tr>";
text=text + "              <tr>";
text=text + "                <td width='189' colspan='3' bgcolor='#705D98'><img border='0' src='../images/spacer.gif' width='189' height='1'></td>";
text=text + "              </tr>";
text=text + "              <tr>";
text=text + "                <td width='25'><img border='0' src='../images/spacer.gif' width='25' height='30'></td>";
text=text + "                <td width='158'><img border='0' src='../images/spacer.gif' width='158' height='7'><br><a href='../../safeliftingenviron/index.html'>Safe Lifting Environment</a></td>";
text=text + "                <td width='5'><img border='0' src='../images/spacer.gif' width='5' height='5'></td>";
text=text + "              </tr>";
text=text + "              <tr>";
text=text + "                <td width='189' colspan='3' bgcolor='#705D98'><img border='0' src='../images/spacer.gif' width='189' height='1'></td>";
text=text + "              </tr>";
text=text + "              <tr>";
text=text + "                <td width='25'><img border='0' src='../images/spacer.gif' width='25' height='30'></td>";
text=text + "                <td width='158'><img border='0' src='../images/spacer.gif' width='158' height='7'><br><a href='../../gettingstarted/index.html'>Getting Started</a></td>";
text=text + "                <td width='5'><img border='0' src='../images/spacer.gif' width='5' height='5'></td>";
text=text + "              </tr>";
text=text + "			  <tr>";
text=text + "                <td width='189' colspan='3' bgcolor='#705D98'><img border='0' src='../images/spacer.gif' width='189' height='1'></td>";
text=text + "              </tr>";
text=text + "              <tr bgcolor='#EEEEEE'>";
text=text + "                <td width='25'><img border='0' src='../images/spacer.gif' width='25' height='30'></td>";
text=text + "                <td width='158'><img border='0' src='../images/spacer.gif' width='158' height='7'><br>";
text=text + "                <a href='../../safeliftinglibrary/index.html'>Safe Lifting Library</a></td>";
text=text + "                <td width='5'><img border='0' src='../images/spacer.gif' width='5' height='5'></td>";
text=text + "              </tr>";
text=text + "			  <tr>";
text=text + "                <td width='189' colspan='3' bgcolor='#705D98'><img border='0' src='../images/spacer.gif' width='189' height='1'></td>";
text=text + "              </tr>";
//text=text + "              <tr>";
//text=text + "                <td width='25'><img border='0' src='../images/spacer.gif' width='25' height='30'></td>";
//text=text + "                <td width='158'><img border='0' src='../images/spacer.gif' width='158' height='7'><br>";
//text=text + "                <a href='../../university/index.html'>Safe Lifting University</a></td>";
//text=text + "                <td width='5'><img border='0' src='../images/spacer.gif' width='5' height='5'></td>";
//text=text + "              </tr>";
//text=text + "              <tr>";
//text=text + "                <td width='20' colspan='3' bgcolor='#705D98'><img border='0' src='../images/spacer.gif' width='189' height='1'></td>";
//text=text + "              </tr>";
text=text + "            </table>";
	
	document.write(text);
	  document.write('<script type="text/javascript" src="'
    + '/_sfdc-browsing-history.php?location=' + location.href + '"></scr' + 'ipt>'); 
}