--- content/stumbleuponOverlay.xul.orig	2007-10-19 21:36:59.000000000 +0100
+++ content/stumbleuponOverlay.xul	2007-10-24 22:14:21.000000000 +0100
@@ -558,9 +558,9 @@
 		<menuitem label="Sign-out..." tooltiptext="Sign out from this account" oncommand="su_handle_logout(false);"/>
 	
 		<menuseparator/>
-		
-		<menuitem label="Toolbar Guide" tooltiptext="View the toolbar primer" oncommand="getBrowser().contentDocument.location=su_serverhttp + 'guide.html'"/>
-		<menuitem label="Help" tooltiptext="Frequently Asked Questions" oncommand="getBrowser().contentDocument.location=su_serverhttp + 'faq.html'"/>
+
+		<menuitem label="Toolbar Guide" tooltiptext="View the toolbar primer" oncommand="getBrowser().contentDocument.location=(su_private_label=='DEB'?su_localdoc + 'guide.html':su_serverhttp + 'guide.html')"/>
+		<menuitem label="Help" tooltiptext="Frequently Asked Questions" oncommand="getBrowser().contentDocument.location=(su_private_label=='DEB'? su_localdoc + 'faq.html' : su_serverhttp + 'faq.html')"/>		
 		<menu label="About StumbleUpon" tooltiptext="Get help with StumbleUpon">
 			<menupopup>
 				<menuitem label="&menu.stumblehome;" tooltiptext="StumbleUpon.com Home Page" oncommand="getBrowser().contentDocument.location=su_serverhttp"/>
@@ -571,7 +571,6 @@
 				<menuseparator/>
 				<menuitem label="&menu.contact;" tooltiptext="Send questions or comments to StumbleUpon" oncommand="su_feedback();"/>
 				<menuitem label="Privacy Policy" tooltiptext="View StumbleUpon's privacy policy" oncommand="getBrowser().contentDocument.location=su_serverhttp + 'privacy.html'"/>
-				<menuitem label="Uninstall Instructions" tooltiptext="Learn how to uninstall the toolbar" oncommand="getBrowser().contentDocument.location=su_serverhttp + 'ask.php?question=uninstall'"/>
 				<menuitem label="Toolbar Version" tooltiptext="Your current toolbar version, along with new versions" oncommand="su_about();"/>
 			</menupopup>
 		</menu>

--- content/stumbleuponOverlay.js.orig	2007-07-05 23:52:01.000000000 +0100
+++ content/stumbleuponOverlay.js	2007-07-05 23:57:39.000000000 +0100
@@ -29,6 +29,7 @@
 ***/
 
 //************** GLOBALS ****************/
+var su_localdoc = "file:///usr/share/mozilla-stumbleupon/html/"
 var su_private_label = "DEB";
 var su_log_communication = false;
 var su_force_migrate_version = false;
