function getSelectedValue( obj )
{
	//alert(obj.options[obj.selectedIndex].value);
}
