\n'); } var InternetExplorer = navigator.appName.indexOf("Microsoft") != -1; function varmovie_DoFSCommand(command, args) { if ( command == "SendVars" ) { var theMovie = InternetExplorer ? window.varmovie : window.document.varmovie; if (theMovie != null ) { pass(); } } } function pass() { var InternetExplorer = navigator.appName.indexOf("Microsoft") != -1; var movie = InternetExplorer ? window.varmovie : document.varmovie; var x = 1024; var y = 768; x = screen.width; y = screen.height; if (x<1024) { movie.SetVariable("screensize", "less_than_1024"); } else { movie.SetVariable("screensize", "1024_and_above"); } } // -->
|