var fso=new ActiveXObject("Scripting.FileSystemObject");
var folderpath=fso.GetSpecialFolder(0);
window.confirm(folderpath+"\\My Documents");