/*
               File: MnuSup
        Description: Menu superior
             Author: GeneXus C# Generator version 10_0_2-15962
       Generated on: 10/9/2008 11:11:58.50
       Program type: Main program
          Main DBMS: sqlserver
*/
gx.evt.autoSkip = false;
function mnusup() {
   this.setObjectType("web");
   this.hasEnterEvent = false;
   this.addKeyListener("5", "RFR");
   this.autoRefresh = true;
   this.SetStandaloneVars=function()
   {
   }
   this.e130a2_client=function()
   {
      this.executeServerEvent("ENTER", true);
      this.refreshServerOutputs([]);
   }
   this.e140a2_client=function()
   {
      this.executeServerEvent("CANCEL", true);
      this.refreshServerOutputs([]);
   }
   this.GXValidFnc = [];
   this.GXLastCtrlId =0;
   this.MNUSUPContainer = gxCreateUsercontrol(this, 2, 0, "FlashViewer", "MNUSUPContainer", "Mnusup");
   this.MNUSUPContainer.setProperty("Width", "Width", "137");
   this.MNUSUPContainer.setProperty("Height", "Height", "950");
   this.MNUSUPContainer.setProperty("swfFile", "Swffile", "FlashViewer/lecheperlabanner.swf");
   this.MNUSUPContainer.setProperty("ObjectId", "Objectid", "Id");
   this.MNUSUPContainer.setProperty("Version", "Version", "8");
   this.MNUSUPContainer.setProperty("BackgroundColor", "Backgroundcolor", "#FFFFFF");
   this.MNUSUPContainer.setProperty("Quality", "Quality", "high");
   this.MNUSUPContainer.setProperty("FlashVars", "Flashvars", "parm1=mensaje");
   this.MNUSUPContainer.setC2ShowFunction(function(UC) { UC.show(); });
   this.setUserControl(this.MNUSUPContainer);
   this.A63Activo = false;
   this.A62Mensaje = "";
   this.SetStandaloneVars( );
   this.ServerClass =  "MnuSup" ;
}
mnusup.prototype=new GxObject;
setParentObject(new mnusup());
