// JavaScript Document
function mudafoto(url){
	document.getElementById('vergaleria').innerHTML= '<img src="'+url+'"   />';
	//alert(url);
}
