/*
               File: Hwebportal
        Description: webportal
             Author: GeneXus C# Generator version 10_1_5-42412
       Generated on: 2/6/2012 15:4:33.76
       Program type: Callable routine
          Main DBMS: sqlserver
*/
gx.evt.autoSkip = false;
function hwebportal() {
   this.ServerClass =  "Hwebportal" ;
   this.PackageName =  "GeneXus.Programs" ;
   this.setObjectType("web");
   this.hasEnterEvent = false;
   this.SetStandaloneVars=function()
   {
      this.AV5MenuIndexId=gx.fn.getIntegerValue("vMENUINDEXID",',') ;
   };
   this.e13872_client=function()
   {
      this.executeServerEvent("ENTER", true);
   };
   this.e14872_client=function()
   {
      this.executeServerEvent("CANCEL", true);
   };
   this.GXValidFnc = [];
   this.GXLastCtrlId =0;
   this.AV5MenuIndexId = 0 ;
   this.A323MenuIndexId = 0 ;
   this.A331MenuIndexUrl = "" ;
   this.A995MenuIndexHeight = 0 ;
   this.A996MenuIndexWidth = 0 ;
   this.ServerEvents = ["e13872_client" ,"e14872_client"];
   this.VarControlMap["AV5MenuIndexId"] = {id:"vMENUINDEXID",grid:0,type:"int"};
   this.SetStandaloneVars( );
}
hwebportal.prototype = new gx.GxObject;
gx.setParentObj(new hwebportal());

