www.pudn.com > windows.rar > FsCommand.js
var isInternetExplorer = navigator.appName.indexOf("Microsoft") != -1;
function index_DoFSCommand(command, args) {
var indexObj = isInternetExplorer ? document.all.index : document.index;
switch (command)
{
case "OpenFile" :
file.click ();
}
}
if (navigator.appName && navigator.appName.indexOf("Microsoft") != -1 && navigator.userAgent.indexOf("Windows") != -1 && navigator.userAgent.indexOf("Windows 3.1") == -1) {
document.write('\n');
}
function toFlash(value)
{
window.document.index.SetVariable('jsg.Return', value);
}