function ajustaColumnes(){
	var numero;
	numero = document.getElementById('idImagePopup').height.value;
	alert(numero);
}
