// JavaScript Document
	
	var Galeria = {
			altImage: function(_p){//(_p,_t)
					window.top.document.getElementById("imgDest").attributes.getNamedItem("src").value = _p;
					//window.top.document.getElementById("textDest").innerHTML = _t;
				}
		}

