diff --git a/mozilla/cmd/dialup/as_html/metadata/html/compare.js b/mozilla/cmd/dialup/as_html/metadata/html/compare.js
new file mode 100644
index 00000000000..0e2cf955f49
--- /dev/null
+++ b/mozilla/cmd/dialup/as_html/metadata/html/compare.js
@@ -0,0 +1,140 @@
+/* -*- Mode: Java; tab-width: 4; indent-tabs-mode: nil -*-
+ *
+ * The contents of this file are subject to the Netscape Public License
+ * Version 1.0 (the "NPL"); you may not use this file except in
+ * compliance with the NPL. You may obtain a copy of the NPL at
+ * http://www.mozilla.org/NPL/
+ *
+ * Software distributed under the NPL is distributed on an "AS IS" basis,
+ * WITHOUT WARRANTY OF ANY KIND, either express or implied. See the NPL
+ * for the specific language governing rights and limitations under the
+ * NPL.
+ *
+ * The Initial Developer of this code under the NPL is Netscape
+ * Communications Corporation. Portions created by Netscape are
+ * Copyright (C) 1998 Netscape Communications Corporation. All Rights
+ * Reserved.
+ */
+
diff --git a/mozilla/cmd/dialup/as_html/metadata/html/compare.tmpl b/mozilla/cmd/dialup/as_html/metadata/html/compare.tmpl
new file mode 100644
index 00000000000..8ce3a85bb44
--- /dev/null
+++ b/mozilla/cmd/dialup/as_html/metadata/html/compare.tmpl
@@ -0,0 +1,96 @@
+
+
+
+Account Setup
+
+
+
+
+
+
+
+
+
+
+
+ ACCOUNT SETUP
+
+
+
+
+
+
+
+
Compare Internet Service Providers
+
+
+
+
+
+
+
+
+ Provider Highlights:
+ Free Account Time!
+ Phone Bill Billing
+ Web Page Hosting
+
+
+
+ @@@ISP_DISPLAY_NAME@@@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ @@@ISP_DESC_LINE_1@@@
+ @@@ISP_DESC_LINE_2@@@
+ @@@ISP_DESC_LINE_3@@@
+
+
diff --git a/mozilla/cmd/dialup/as_html/metadata/html/makefile.win b/mozilla/cmd/dialup/as_html/metadata/html/makefile.win
new file mode 100644
index 00000000000..a51fc23ddc1
--- /dev/null
+++ b/mozilla/cmd/dialup/as_html/metadata/html/makefile.win
@@ -0,0 +1,25 @@
+# The contents of this file are subject to the Netscape Public License
+# Version 1.0 (the "NPL"); you may not use this file except in
+# compliance with the NPL. You may obtain a copy of the NPL at
+# http://www.mozilla.org/NPL/
+#
+# Software distributed under the NPL is distributed on an "AS IS" basis,
+# WITHOUT WARRANTY OF ANY KIND, either express or implied. See the NPL
+# for the specific language governing rights and limitations under the
+# NPL.
+#
+# The Initial Developer of this code under the NPL is Netscape
+# Communications Corporation. Portions created by Netscape are
+# Copyright (C) 1998 Netscape Communications Corporation. All Rights
+# Reserved.
+#
+DEPTH=..\..\..\..\..
+
+JAVA_DESTPATH=$(MOZ_SRC)\ns\dist\classes
+PACKAGE=netscape\asw
+
+!include <$(DEPTH)\config\rules.mak>
+
+export::
+ copy compare.tmpl $(JAVA_DESTPATH)\$(PACKAGE)\compare.htm
+ copy compare.js $(JAVA_DESTPATH)\$(PACKAGE)\.