<!--

// apreuna pop updi grandezza H e W verso l'url X. Usata per le copertine grande dei libri
function immagine(x,h,w){
width = w +17;
height = h +17; 
value = '"toolbar=no, menubar=no,resizable=yes,width='+width+',height='+height+'"'
window2=window.open(x, "Immagine", value);
window2.focus();
}

function apriLibro(x,h){

value = '"toolbar=no, menubar=no, scrollbars=yes, resizable=yes,width=500,height='+h+'"'

window1=window.open('libri.do?action=libro&id='+ x, "Libro", value);

window1.focus();

}



//-->



