function gethelp(f){
	if(f.value != "")
		location.href = f.value;
}