diff --git a/cmd/dialup/as_html/download.js b/cmd/dialup/as_html/download.js
index 94550c802625..2ff769c4b78e 100644
--- a/cmd/dialup/as_html/download.js
+++ b/cmd/dialup/as_html/download.js
@@ -126,7 +126,7 @@ function generateRegServerList()
// if RegServer is not specified in ACCTSET.INI and multiple .IAS files exist, build list
var theFile = parent.parent.globals.getAcctSetupFilename( self );
- var theRegFile = parent.parent.globals.GetNameValuePair( theFile, "New Acct Mode", "RegServer" );
+ var theRegFile = parent.parent.globals.GetNameValuePair( theFile, "New Acct Mode", "CompServer" );
if ( theRegFile == null || theRegFile == "" )
{