diff --git a/i2plogo.png b/i2plogo.png
new file mode 100644
index 0000000..fce8d41
Binary files /dev/null and b/i2plogo.png differ
diff --git a/index.html b/index.html
index eb5a11d..cf2344b 100644
--- a/index.html
+++ b/index.html
@@ -1,12 +1,13 @@
- I2P Browsing Pro...
+ I2P Easy-Install...
+
@@ -40,7 +41,7 @@
- I2P Browsing Profile for Firefox
+ I2P Easy-Install Bundle for Windows(Also/formerly)I2P Browsing Profile for Firefox
Features:
@@ -714,6 +715,7 @@ CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
diff --git a/showhider.css b/showhider.css
new file mode 100644
index 0000000..c5ec96e
--- /dev/null
+++ b/showhider.css
@@ -0,0 +1,10 @@
+/* edgar showhider CSS file */
+#show {display:none; }
+#hide {display:block; }
+#show:target {display: block; }
+#hide:target {display: none; }
+
+#shownav {display:none; }
+#hidenav {display:block; }
+#shownav:target {display: block; }
+#hidenav:target {display: none; }