function callExternalInterface() {
				thisMovie("motos-principalF").moto_on_the_run();
				   $('#super_moto_invisible').css("display","none");
				
			}
function thisMovie(movieName) {
				if (navigator.appName.indexOf("Microsoft") != -1) {
					return window[movieName]
				}
				else {
					return document[movieName]
				}
			}
  	function sayHello() {
      //  alert(">> Hello " + name + ".");
       // return ">> Hi Flash.";
	   $('#super_moto_invisible').css("display","block");
	   $('#super_moto_invisible').height($("#page-container").height());
    }