--- defaults/pref/browser-prefs.js	2004-02-18 09:32:00.000000000 -0500
+++ defaults/pref/browser-prefs.jsnew	2004-03-03 00:48:59.000000000 -0500
@@ -200,3 +200,16 @@
 // For the download dialog
 pref("browser.download.progressDnldDialog.enable_launch_reveal_buttons", false);
 pref("browser.urlbar.clickSelectsAll", false);
+
+// stuff below was configured by kenta for MIT SIPB
+
+// prevent cache from overflowing their AFS homedir
+// and also so as not to stress the backup system
+pref("browser.cache.disk.capacity", 1200);
+
+pref("general.smoothScroll", true);  
+
+//enable tabbed browsing
+pref("browser.tabs.loadInBackground", true);
+pref("browser.tabs.opentabfor.middleclick", true);
+pref("browser.tabs.opentabfor.urlbar", true);
