// JavaScript Document
function redireccion(pag){
    document.location.href = "fotos.php?cat="+pag;
}
