// JavaScript Document
h_nav();

function h_nav(){
	base="http://www.safeliftingportal.com/";
	//base="http://www.safeliftingportal.com/staging/";
	
	//text="				  <a href='" + base + "patientlifts/distributors.html'>Distributors</a>  |  ";
	text="                  <a href='" + base + "patientlifts/product-guide.html'>Product Guide</a>  |  ";
	text=text + "                  <a href='" + base + "patientlifts/application-support.html'>Application Support</a>  |  ";
	text=text + "                  <a href='http://www.liko.com/na' target='_blank'>Liko.com</a>";
	
	document.write(text);
}