function Select(s)
	{
  		return s.options[s.selectedIndex].value;
  	}