/*
               File: HHome
        Description: Welcome to Full Swing Golf Online Tournaments
             Author: GeneXus C# Generator version 10_1_2-32504
       Generated on: 8/27/2010 7:21:19.32
       Program type: Main program
          Main DBMS: sqlserver
*/
gx.evt.autoSkip = false;
function hhome() {
   this.ServerClass =  "HHome" ;
   this.PackageName =  "GeneXus.Programs" ;
   this.setObjectType("web");
   this.setAjaxSecurity("Medium");
   this.hasEnterEvent = false;
   this.addKeyListener("5", '"RFR"');
   this.SetStandaloneVars=function()
   {
   }
   this.e136n2_client=function()
   {
      this.executeServerEvent("ENTER", true);
   }
   this.e146n2_client=function()
   {
      this.executeServerEvent("CANCEL", true);
   }
   this.GXValidFnc = [];
   this.GXLastCtrlId =0;
   this.ServerEvents = ["e136n2_client" ,"e146n2_client"];
   this.SetStandaloneVars( );
}
hhome.prototype = new gx.GxObject;
gx.setParentObj(new hhome());

