function changeImgP(img, titulo)
{
    document.getElementById('imgP').src   = img;
    document.getElementById('imgP').alt   = titulo;
    document.getElementById('imgP').title = titulo;

    document.getElementById('imgPa').href  = img;
    document.getElementById('imgPa').title = titulo;
}
