<!--
function salva() {  
if (document.all) {  
document.execCommand("SaveAs");  
}else{  
alert('Con il tuo Browser non funziona.'); 
} 
}

function MM_callJS(jsStr) { //v2.0
  return eval(jsStr)
}
//-->

