Index: trunk/dvodist/www-util/ipp.php
===================================================================
--- trunk/dvodist/www-util/ipp.php	(revision 34748)
+++ trunk/dvodist/www-util/ipp.php	(revision 35238)
@@ -147,5 +147,4 @@
 
     if (count($line) == 4) {
-      echo "count = 4<br>\n";
       $name  = trim($line[0]);
       $type  = trim($line[1]);
@@ -155,5 +154,4 @@
     }
     if (count($line) == 5) {
-      echo "count = 5<br>\n";
       $name  = trim($line[0]);
       $link  = trim($line[1]);
@@ -216,8 +214,8 @@
       break;
     case 'dir':
-      echo "<tr class=\"$style\"><td><a class=\"$style\" href=\"$name\">$name</a></td><td>$info</td></tr>\n";
+      echo "<tr class=\"$style\"><td><a class=\"$style\" href=\"$link\">$name</a></td><td>$info</td></tr>\n";
       break;
     default:
-      echo "<tr class=\"$style\"><td><a class=\"$style\" href=\"$name\">$name</a></td><td>$info</td></tr>\n";
+      echo "<tr class=\"$style\"><td><a class=\"$style\" href=\"$link\">$name</a></td><td>$info</td></tr>\n";
       break;
     } 
Index: trunk/dvodist/www-util/ippdata.menu.dat
===================================================================
--- trunk/dvodist/www-util/ippdata.menu.dat	(revision 34748)
+++ trunk/dvodist/www-util/ippdata.menu.dat	(revision 35238)
@@ -6,8 +6,10 @@
 menuext   | menuext      | link    | Pan-STARRS IPP Wiki          | http://svn.pan-starrs.ifa.hawaii.edu/trac/ipp/wiki
 menuext   | menuext      | link    | PS1SC Wiki                   | http://ps1sc.ifa.hawaii.edu/PS1wiki/index.php/Main_Page
+menuext   | menuext      | link    | PS1SC Access                 | http://dvodist.ipp.ifa.hawaii.edu
+menuext   | menuext      | link    | PS1SC PSPS                   | http://psps.ifa.hawaii.edu
 
 menutop   | menutop      | plain   | &nbsp;                       | 
-menutop   | menuselect   | link    | DVO Releases                 | /index.php
-menutop   | menuselect   | link    | Documentation                | /docs.php
+menutop   | menuselect   | link    | PS1 Public Data              | /index.php
+menutop   | menuselect   | link    | Documentation                | /docs/index.php
 menutop   | menuselect   | link    | Help                         | /help.php
 
