Updates for Photran 8
diff --git a/_projectCommon.php b/_projectCommon.php
index 0ff6f08..5f9f043 100644
--- a/_projectCommon.php
+++ b/_projectCommon.php
@@ -14,8 +14,8 @@
         $Nav->addCustomNav("Screenshots",       "/photran/screenshots.php", "_self", 2);
         $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=7.0", "_self", 2);
-        $Nav->addCustomNav("Suggest a Feature", "https://bugs.eclipse.org/bugs/enter_bug.cgi?assigned_to=photran-inbox%40eclipse.org&component=Photran.Unknown&bug_severity=enhancement&product=PTP&version=7.0", "_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=8.0", "_self", 2);
+        $Nav->addCustomNav("Suggest a Feature", "https://bugs.eclipse.org/bugs/enter_bug.cgi?assigned_to=photran-inbox%40eclipse.org&component=Photran.Unknown&bug_severity=enhancement&product=PTP&version=8.0", "_self", 2);
         #$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);
diff --git a/download.php b/download.php
index 3f65bec..eb74ece 100755
--- a/download.php
+++ b/download.php
@@ -12,6 +12,28 @@
     <h1>$pageTitle</h1>
 
     <div class="homeitem3col">
+      <h3>Photran 8.0</h3>
+
+      <p>Photran 8.0 is part of the Eclipse Juno release train, along with <a target="_blank" href="http://wiki.eclipse.org/PTP/release_notes/5.0">PTP 6.0</a>.
+      Eclipse 4.2 (Juno) was released on June 27, 2012.
+      A list of new features is available in the <a target="_blank" href="http://wiki.eclipse.org/PTP/new_and_noteworthy/6.0.0#Fortran_.28Photran.29">New &amp; Noteworthy</a>,
+      and comprehensive <a target="_blank" href="http://wiki.eclipse.org/PTP/photran/documentation">documentation</a>
+      is available.
+      
+      <p><b>Photran 8 requires Eclipse 4.2 (Juno) and CDT 8.1.</b>
+
+      <ul>
+         <li>If you have not installed Photran before, or if you run into any problems during installation, please read the
+             <a href="http://wiki.eclipse.org/PTP/photran/documentation/photran8installation">installation instructions</a>.
+         <li>If you are familiar with the installation procedure, Photran can be installed from the Eclipse Juno update site:<br>
+             <b>http://download.eclipse.org/releases/juno</b>
+      </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.
+    </div>
+
+    <!--div class="homeitem3col">
       <h3>Photran 7.0</h3>
 
       <p>Photran 7.0 is part of the Eclipse Indigo release train, along with <a target="_blank" href="http://wiki.eclipse.org/PTP/release_notes/5.0">PTP 5.0</a>.
@@ -31,7 +53,7 @@
 
       <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.
-    </div>
+    </div-->
 
     <p>&nbsp;
     <p><small>Old versions are available in the <a href="download-archive.php">Photran Download Archive</a>.</small></p>
diff --git a/index.php b/index.php
index bd09547..263c7e0 100644
--- a/index.php
+++ b/index.php
@@ -17,10 +17,10 @@
 Photran is an IDE and refactoring tool for Fortran based on <a href="http://www.eclipse.org/"
  target="_blank">Eclipse</a> and
 the <a href="http://www.eclipse.org/cdt/" target="_blank">CDT</a>.
-<a href="download.php">Photran 7.0</a> was released with Eclipse 3.7 (Indigo) on June 22, 2011.
+<a href="download.php">Photran 8.0</a> was released with Eclipse 4.2 (Juno) on June 27, 2012.
 
 <p>
-      Photran 7.0 supports Fortran 77-2008.  It includes 31 refactorings
+      Photran 8.0 supports Fortran 77-2008.  It includes 39 refactorings
       (including Rename, Extract Procedure, and loop transformations), as
       well as the following IDE features:<br>
             <ul>