\n'); } function movieobject(movieName) { // IE and Netscape refer to the movie object differently. // This function returns the appropriate syntax depending on the browser. if (navigator.appName.indexOf ("Microsoft") !=-1) { return document.all[movieName]; } else { return document.all[movieName]; } } function movieIsLoaded (theMovie) { // First make sure the movie's defined. if (typeof(theMovie) != "undefined") { // If it is, check how much of it is loaded. return theMovie.PercentLoaded() == 100; } else { // If the movie isn't defined, it's not loaded. alert(tmovieName + " was Not found"); return false; } } function testcommand_DoFSCommand(command, args) { var testcommandObj = isInternetExplorer ? document.all.testcommand : document.testcommand; if (command == "Search") { document.all("q").value = args; document.all("GoogleSearch").submit(); } } //-->