function showSetup() { window.open('HSetup.asp','ShowSetup','resizable,scrollbars,width=600,height=500'); } function showWEP(f) { if (f.WEPMode[1].checked) { if ( window.confirm("Do you want to enable the WEP encryption ? ") ) { f.WEPMode[0].checked = true; window.open('SharedKeys.asp','OpenSetting11bKeyPage','resizable,scrollbars,width=630,height=410'); return true; } else { return false; } } else { window.open('SharedKeys.asp','OpenSetting11bKeyPage','resizable,scrollbars,width=630,height=410'); return true; } } function showWPA(f,p) { if (f.WEPMode[1].checked) { if ( window.confirm("Do you want to enable Security Encryption ? ") ) { f.WEPMode[0].checked = true; if( p == 0 ) window.open('WPA_Preshared.asp','WEPPage','resizable,scrollbars,width=650,height=430'); else if( p == 1 ) window.open('WPA_Radius.asp','WEPPage','resizable,scrollbars,width=650,height=430'); else if( p == 2 ) window.open('Radius_MD5.asp','WEPPage','resizable,scrollbars,width=650,height=430'); else if( p == 3 ) window.open('Radius_TLS.asp','WEPPage','resizable,scrollbars,width=650,height=430'); else if( p == 4 ) window.open('WEP.asp','WEPPage','resizable,scrollbars,width=650,height=430'); return true; } else { return false; } } else { if( p == 0 ) window.open('WPA_Preshared.asp','WEPPage','resizable,scrollbars,width=650,height=430'); else if( p == 1 ) window.open('WPA_Radius.asp','WEPPage','resizable,scrollbars,width=650,height=430'); else if( p == 2 ) window.open('Radius_MD5.asp','WEPPage','resizable,scrollbars,width=650,height=430'); else if( p == 3 ) window.open('Radius_TLS.asp','WEPPage','resizable,scrollbars,width=650,height=430'); else if( p == 4 ) window.open('WEP.asp','WEPPage','resizable,scrollbars,width=650,height=430'); return true; } } function showWEPHelp() { window.open('HShared.asp','ShowSetup','resizable,scrollbars,width=600,height=500'); } function showPresharedHelp() { window.open('HPreShared.asp','ShowSetup','resizable,scrollbars,width=600,height=400'); } function showWPARadiusHelp() { window.open('HWPARadius.asp','ShowSetup','resizable,scrollbars,width=600,height=300'); } function showRadiusHelp() { window.open('HRadius.asp','ShowSetup','resizable,scrollbars,width=600,height=350'); } function showPassword() { window.open('HPasswd.asp','ShowPassword','resizable,scrollbars,width=600,height=500'); } function showAPMode() { window.open('HAPMode.asp','ShowSetup','resizable,scrollbars,width=600,height=500'); } function showStatus() { window.open('HStatus.asp','ShowHelpStatus','resizable,scrollbars,width=600,height=500'); } function showLog() { window.open('HLog.asp','ShowWireless','resizable,scrollbars,width=600,height=500'); } function showFilters() { window.open('HFilter.asp','ShowFilters','resizable,scrollbars,width=600,height=500'); } function showAdvWireless() { window.open('HWireless.asp','ShowWireless','resizable,scrollbars,width=600,height=500'); } function showSNMP() { window.open('HSnmp.asp','ShowSetup','resizable,scrollbars,width=600,height=500'); } function showFirmwareUpgrade() { window.open('Upgrade.asp','Upgrade','resizable,scrollbars,width=520,height=180'); } function showUpgrade() { window.open('HFirmware.asp','ShowSetup','resizable,scrollbars,width=600,height=500'); } function showAdobeWebSite() { window.open('http://www.adobe.com/'); } function GetOnLineHelp() { window.open(' ftp://ftp.linksys.com/pdf/wap54g_ug.pdf'); } function showLinksysWebSite() { window.open('http://www.linksys.com/'); }