function ApriFinestra(per,nf,w,h) {
 
 window.open(per,nf,'left=5,top=5,scrollbars=yes,resizable=no,width='+w+',height='+h+'')

}

function ApriFinestra2(per,nf,w,h) {
 
 window.open(per,nf,'left=5,top=5,scrollbars=no,resizable=no,width='+w+',height='+h+'')

}

function ApriFinestra3(per) {
 
 window.open(per,'foto','left=5,top=5,scrollbars=yes,resizable=yes,width=500,height=400')

}
