// JavaScript Document
h_nav();

function h_nav(){
	base="http://www.safeliftingportal.com/";
	//base="http://www.safeliftingportal.com/staging/";

	text="				  <a href='" + base + "helpdesk/'>Help Desk Home</a>  |  ";
	text= text + "                  <a href='" + base + "helpdesk/helpful-hints.html'>Helpful Hints</a>  |  ";
	text= text + "					<a href='" + base + "contact.php'>Contact</a>";
	document.write(text);
}


