function go_next(pt){	var val = pt.options[pt.selectedIndex].value;	if(val != "fl")	{	top.location.href = val;	}}