function doit(){
if (!window.print){
alert("Browser non supportato!")
return
}
window.print()
}
