function go(param) 
{
	document.getElementsByName("loc")[0].value = param;
	document.forms[0].submit();
}