\n' document.write(temp); // -- End MS IE Browser Hook for FS Command -- // -- Begin Javascript FS Command -- // Detect Browser var InternetExplorer = navigator.appName.indexOf("Microsoft") != -1; // FSCommand handler for Netscape function inicial_DoFSCommand(command, args) { var inicialObj = InternetExplorer ? inicial : document.inicial; if (command=="init") { // ADD YOUR CODE HERE inicialObj.GotoFrame(inicialObj.PercentLoaded()); if (inicialObj.PercentLoaded() == 100){ retest = 0 } else { retest = setTimeout("inicial_DoFSCommand('init', '')",1); } } } //-->