function finestra_ita(id) {
window.open('galleria_ita.asp?id='+id,'','width=700,height=700,top=50,left=50');
}

function finestra_eng(id) {
window.open('galleria_eng.asp?id='+id,'','width=700,height=700,top=50,left=50');
}

function finestra_esp(id) {
window.open('galleria_esp.asp?id='+id,'','width=700,height=700,top=50,left=50');
}