menu
\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 menu_DoFSCommand(command, args) {
var menuObj = InternetExplorer ? menu : document.menu;
if (command=="init") {
// ADD YOUR CODE HERE
menuObj.GotoFrame(menuObj.PercentLoaded());
if (menuObj.PercentLoaded() == 100){
retest = 0
}
else {
retest = setTimeout("menu_DoFSCommand('init', '')",1);
}
}
}
//-->