// This file is loaded from a Keck External (www2) page
// It should be modified to edit the navigational menu bar for the instrument pages
//Created by PAM august 6, 2004
 

function run_menu_external () {
document.write('<P align=left>')
document.write('<A href="http://www2.keck.hawaii.edu/inst/">Instruments Home</A><BR>');
document.write('<A href="http://www2.keck.hawaii.edu/">Keck Home</A><BR>');    
document.write('<A href="http://www2.keck.hawaii.edu/observing/cradle2grave.html">Observing Info</A><BR>');
document.write('<A href="http://www2.keck.hawaii.edu/observing/scheds.html">Telescope Schedules</A><BR>');
document.write('<A href="http://www2.keck.hawaii.edu/library/outside.html">The Observer\'s Shelf</A><BR>');
document.write('<A href="http://www2.keck.hawaii.edu/library/weather.html">Weather Links</A><BR>');
document.write('<A href="http://www2.keck.hawaii.edu/software/obsplan/obsplan.php">Target Visability Tool </a>');


document.write('</P>');
}

function run_menu_internal () {
document.write('<P align=left>')
document.write('<A href="http://www.keck.hawaii.edu/realpublic/inst/">Instruments Home</A><BR>');
document.write('<A href="http://www.keck.hawaii.edu/">Keck Home</A><BR>');
document.write('<A href="http://lumahai.keck.hawaii.edu/schedule/index.php">Telescope Schedules</A><BR>');
document.write('<A href="http://www2.keck.hawaii.edu/software/obsplan/obsplan.php">Planning Tool </a> <BR>');
document.write('<A href=http://lumahai:8080/software/index.php>Shui\'s All in one Page</A><BR>');
document.write('<A href="http://www.keck.hawaii.edu/realpublic/library/outside.html">The Observer\'s Shelf</A><BR>');
document.write('<A href="http://www.keck.hawaii.edu/observing/starlist/obsplan.php">Target Visability Tool </a> <BR>');
document.write('<A href="http://www.keck.hawaii.edu/observing/weather/weather.php">Weather - All in one</A><BR>'); 
document.write('<A href="http://www2.keck.hawaii.edu/library/weather.html">Weather Links</A>');
document.write('</P>');
}
