///////////////NAVIGATION////////////////
var begin_link = "";
if (location.pathname.indexOf("pdf") > 0) {
	begin_link = "../"
	};
if (location.pathname.indexOf("images") > 0) {
	begin_link = "../"
	}; 
if (location.pathname.indexOf("private") > 0) {
	begin_link = "http://www.hypertechresearch.com/"
	}; 
/////////////////////////////////////////
		
	
document.write;



