// function for print
function doFeature(){
	
}

function goThere(loc){
	window.location.href=loc;
}