function openPopUp($url,$ancho,$alto){
	$.prettyPhoto.open($url+'?iframe=true&width='+$ancho+'&height='+$alto,'','');
}

