function janelaFotos(capaLivro)
{
janelaLivros = window.open(capaLivro, 'Fotos',
'height=335,width=435,left=300, top=100')
}


function MM_openBrWindow(theURL,winName,features) { //v2.0
  window.open(theURL,winName,features);
}

function janelaFotos2(capaLivro)
{
janelaLivros = window.open(capaLivro, 'Fotos',
'height=230,width=380,left=300, top=100')
}


function MM_openBrWindow(theURL,winName,features) { //v2.0
  window.open(theURL,winName,features);
}

