\n'); } function test_DoFSCommand(command, args) { var testObj = isInternetExplorer ? document.all.test : document.test; if (command == "timelineExpand") { //timelineExpand(); alert('expand'); } if (command == "timelineCollapse") { //timelineCollapse(); alert('collapse'); } if (command == "alert") { alert("alert: \n" + args); } } if (navigator.appName && navigator.appName.indexOf("Microsoft") != -1 && navigator.userAgent.indexOf("Windows") != -1 && navigator.userAgent.indexOf("Windows 3.1") == -1) { document.write('\n'); } //-->