function Obtiene_Texto(type, Padre, Oculto)
{

	Oculto.value = Padre.options[Padre.selectedIndex].text
	
	
}
