// JavaScript Document
<!-- Begin

var ok = false;
function SaveAs(){
 if (document.execCommand){
       if (ok==true) {document.execCommand("SaveAs");}
       }
       else {
       alert('Sorry, IE4.0 or most recent version needed...\nYour browser does not support this feature !');}
   }
// --> 

//  End -->