function getType( fieldName ){
		var typeField = document.getElementById(fieldName);
		
		return typeField.value;
		
	}//getType
