function go_to(id){
	window.location.href = id.firstChild;
}
