function gotoanchor(str){
	var text=document.getElementById('searchinpageid');
	window.location.hash=text.value;
}

