// open link same window

function DoNav(theUrl){
	window.location.href=theUrl;
	}	