function GoPref(baseurl) {
	pref=document.getElementById('ActionPref').value;
	if (pref!='')
		window.location=baseurl+'go=pr&to='+pref;
}