function Flash(tvar){
      document.getElementById("jsFlash").SetVariable("Cmd", tvar);
      document.getElementById("jsFlash").GotoFrame(1);

      /* window.document.jsFlash.SetVariable("Cmd", tvar);
      window.document.jsFlash.GotoFrame(1); */
}