function change(obj)
{
	return (obj.options[obj.selectedIndex]).value;//获得选中值
}

