\n'); } function left_DoFSCommand(command, args) { var leftObj = isInternetExplorer ? document.all.left : document.left; if(command=="set_page") { //alert("sending bottom " + args); window.parent.CONTENT.location.href= "../../content/" + args + ".htm"; parent.BOTTOMFRAME.send_data_to_flash("bottom", "nextStep", args); } if(command=="sendPMData") { //alert(args); SetPathmark(args); } if(command=="setModCheck") { parent.TOPFRAME.send_data_to_flash("top", "setModCheck", args); } if(command=="openGate") { parent.BOTTOMFRAME.send_data_to_flash("bottom", "gate", args); } if(command=="initTopNS") { //alert(args); parent.TOPFRAME.send_data_to_flash("top", "nextStep", args); } }