Updates for Photran 5
diff --git a/_projectCommon.php b/_projectCommon.php
index 2474ed4..68ad1ac 100644
--- a/_projectCommon.php
+++ b/_projectCommon.php
@@ -15,11 +15,12 @@
     $Nav->addCustomNav("Download",      "/photran/download.php", "_self", 2);
     $Nav->addCustomNav("Mailing Lists", "/photran/mailinglists.php", "_self", 2);
     $Nav->addCustomNav("Report a Bug",  "https://bugs.eclipse.org/bugs/enter_bug.cgi?assigned_to=photran-inbox%40eclipse.org&component=Photran.Unknown&product=PTP&version=4.0", "_self", 2);
-    $Nav->addCustomNav("Documentation", "/photran/documentation.php", "_self", 2);
-    $Nav->addCustomNav("Refactoring",   "/photran/refactoring.php", "_self", 3);
+    #$Nav->addCustomNav("Documentation", "/photran/documentation.php", "_self", 2);
+    #$Nav->addCustomNav("Refactoring",   "/photran/refactoring.php", "_self", 3);
     #$Nav->addCustomNav("Wiki",          "http://wiki.eclipse.org/index.php?title=Parallel_Tools_Platform#Photran_Information", "_self", 2);
     $Nav->addCustomNav("Wiki",          "http://wiki.eclipse.org/PTP/photran/", "_self", 2);
     $Nav->addCustomNav("Installation",  "http://wiki.eclipse.org/PTP/photran/installation", "_self", 3);
+    $Nav->addCustomNav("Documentation",  "http://wiki.eclipse.org/PTP/photran/documentation", "_self", 3);
     $Nav->addCustomNav("FAQ",           "http://wiki.eclipse.org/PTP/photran/faq", "_self", 3);
     $Nav->addCustomNav("Contributors",  "/photran/contributors.php", "_self", 2);
     $Nav->addCustomNav("Contributor Info", "/photran/contributorinfo.php", "_self", 2);
diff --git a/download.php b/download.php
index af74711..3bcb505 100755
--- a/download.php
+++ b/download.php
@@ -17,12 +17,12 @@
       <p>Install into Eclipse 3.4 (Ganymede) from the remote update site<br>
       <b>http://download.eclipse.org/technology/photran/updates/eclipse3.4cdt5.0</b-->
       
-      <h3>Photran 4.0 Prereleases</h3>
+      <h3>Photran 5.0 Prereleases</h3>
       
-      <p>Photran 4.0 will be officially released in September, 2009.
+      <p>Photran 5.0 will be officially released at the end of October, 2009.
       <ul>
-        <li> <a href="http://wiki.eclipse.org/PTP/builds/photran/4.0">The latest prerelease can be downloaded here</a>
-        <li> <a href="http://wiki.eclipse.org/PTP/photran/installation">Installation instructions are available here</a></p>
+        <li> <a href="http://wiki.eclipse.org/PTP/builds/photran/5.0.0">Download</a> the latest prerelease build here</a>
+        <li> Installation instructions are available in the <a href="http://wiki.eclipse.org/PTP/photran/documentation/photran5">Photran User's Guide</a></p>
       </ul>
       <p>Please also join the <b><a href="https://dev.eclipse.org/mailman/listinfo/photran">Photran mailing list</a></b>;
          if you have any problems installing or using Photran, that is a great place to ask for help.
diff --git a/index.php b/index.php
index c8d9a52..7502748 100644
--- a/index.php
+++ b/index.php
@@ -33,8 +33,8 @@
             </ul>
             
             <p><small><small><i>* A project must explicitly have analysis support
-            enabled for these features to work.
-            <a href="refactoring.php">More Information</a></i></small></small></p>
+            enabled for these features to work.  See the Photran documentation for
+            more information.</i></small></small></p>
             
             <p>Photran is a component of the
             <a target="_blank" href="http://www.eclipse.org/ptp">Parallel Tools Platform</a>.