/*
               File: home
        Description: Home
             Author: GeneXus C# Generator version 10_1_2-29801
       Generated on: 5/11/2010 22:49:11.79
       Program type: Callable routine
          Main DBMS: sqlserver
*/
gx.evt.autoSkip = false;
function home(CmpContext) {
   this.ServerClass =  "home" ;
   this.PackageName =  "GeneXus.Programs" ;
   this.setObjectType("web");
   this.setCmpContext(CmpContext);
   this.ReadonlyForm = true;
   this.hasEnterEvent = false;
   this.addKeyListener("5", '"RFR"');
   this.autoRefresh = true;
   this.SetStandaloneVars=function()
   {
   }
   this.e13802_client=function()
   {
      this.executeServerEvent("ENTER", true);
   }
   this.e14802_client=function()
   {
      this.executeServerEvent("CANCEL", true);
   }
   this.GXValidFnc = [];
   this.GXLastCtrlId =0;
   this.ServerEvents = ["e13802_client" ,"e14802_client"];
   this.SetStandaloneVars( );
   this.setComponent({id: "WEBCOMPHEADER" ,GXClass: null , Prefix: "W0006" , lvl: 1 });
   this.setComponent({id: "COMPONENTDESTACADOS" ,GXClass: null , Prefix: "W0016" , lvl: 1 });
   this.setComponent({id: "RIGHTCOMPONENT" ,GXClass: null , Prefix: "W0027" , lvl: 1 });
   this.setComponent({id: "LEFTCOMP3" ,GXClass: null , Prefix: "W0044" , lvl: 1 });
   this.setComponent({id: "LEFTCOMPONENT2" ,GXClass: null , Prefix: "W0047" , lvl: 1 });
   this.setComponent({id: "LEFTCOMPONENT1" ,GXClass: null , Prefix: "W0054" , lvl: 1 });
   this.setComponent({id: "RIGHTCOMPONENT5" ,GXClass: null , Prefix: "W0068" , lvl: 1 });
   this.setComponent({id: "RIGHTCOMPONENT2" ,GXClass: null , Prefix: "W0076" , lvl: 1 });
   this.setComponent({id: "RIGHTCOMPONENT4" ,GXClass: null , Prefix: "W0082" , lvl: 1 });
   this.setComponent({id: "RIGHTCOMPONENT3" ,GXClass: null , Prefix: "W0091" , lvl: 1 });
   this.setComponent({id: "WEBCOMPFOOTER" ,GXClass: null , Prefix: "W0095" , lvl: 1 });
}
gx.setExecutableComponent("home");
