function goPage(obj, url)
{
	var val = obj.value;
	location.href = val;
}
