function doPassVar(args){
   var sendText = args;
  // alert(sendText);
   window.document.bannerFlashM.SetVariable("myVar", sendText);
}


