function PopUpFoto(target,width,height) {
	window.open(target, 'popup' ,'width='+ width + ',height=' + height + ',status=no');
}

function CerrarPopUp() {
	self.close();
}

function ChangeImg(ctrl, path){
	document.getElementById(ctrl).src= path;
}