function stLayer3Enable(domain, lay3enable) { this.domain = domain; this.L3Enable = lay3enable; } var LanModeList = new Array(new stLayer3Enable("InternetGatewayDevice.LANDevice.1.LANEthernetInterfaceConfig.1","0"),new stLayer3Enable("InternetGatewayDevice.LANDevice.1.LANEthernetInterfaceConfig.2","0"),new stLayer3Enable("InternetGatewayDevice.LANDevice.1.LANEthernetInterfaceConfig.3","0"),new stLayer3Enable("InternetGatewayDevice.LANDevice.1.LANEthernetInterfaceConfig.4","0"),null); function GetLanModeList() { return LanModeList; } function IsL3Mode(LanId) { return LanModeList[parseInt(LanId)-1].L3Enable; }