// JavaScript Document
function comentario(codigo){
	window.open("comentarios.php?c="+codigo,"01","width=340,height=558,top=20,left=20,status=yes,toolbar=0,location=0,menubar=0,scrollbars=yes");
}

function abrir(foto,titulo){
	window.open("foto.php?foto="+foto+"&titulo="+titulo,"01","width=180, height=10, top=20, left=20,status=yes");
}