diff --git a/common/content/help.js b/common/content/help.js
new file mode 100644
index 00000000..b25ecf51
--- /dev/null
+++ b/common/content/help.js
@@ -0,0 +1,8 @@
+
+const liberator = Components.classes["@mozilla.org/embedcomp/window-watcher;1"]
+ .getService(Components.interfaces.nsIWindowWatcher)
+ .activeWindow
+ .liberator;
+
+liberator.help(decodeURIComponent(document.location.search.substr(1)));
+
diff --git a/common/content/help.xul b/common/content/help.xul
new file mode 100644
index 00000000..16be6018
--- /dev/null
+++ b/common/content/help.xul
@@ -0,0 +1,7 @@
+
+
+