/* 
   local list of links for jump menu
   copyright (c) 2002 by Mark Justice Hinton
   mjhinton@unm.edu 
*/

function mjhLink (name, URL, msg) {
this.name = name;
this.URL = URL;
this.msg = msg;
this.vClass;
}

jumpItem = new Array();
jumpItem[0] = new mjhLink ( "jump to ...", "#", "" );
jumpItem[1] = new mjhLink ( "www.mjhinton.com", "../index.html", " my home page " );
jumpItem[2] = new mjhLink ( "Outlier Home Page", "index.htm", " Welcome to the Outliers Website! " );
jumpItem[3] = new mjhLink ( "Map of Outliers", "outliersmap.htm", " visual information " );
jumpItem[4] = new mjhLink ( "Journals", "journal/index.htm", " I travel, I think, I write " );
jumpItem[5] = new mjhLink ( "Chimney Rock Pueblo", "chimneyrock/index.htm", " Astronomical Site " );
jumpItem[6] = new mjhLink ( "Guadalupe", "journal/guadalupe.htm", " Guadalupe Outlier " );
jumpItem[7] = new mjhLink ( "Kin Bineola", "kinbineola/index.htm", " Where the Wind Whirls " );
jumpItem[8] = new mjhLink ( "Kin Klizhin", "kinklizhin/index.htm", " Black House " );
jumpItem[9] = new mjhLink ( "Kin Ya&#146;a", "kinyaa/index.htm", " Tall House " );
jumpItem[10] = new mjhLink ( "Pueblo Pintado", "pintado.htm", "Painted Pueblo");
//jumpItem[] = new mjhLink ( "---", "#", "");
jumpItem[11] = new mjhLink ( "write Mark", "mailto:chaco@mjhinton.com?subject=Outliers", " email " );

//jumpItem[] = new mjhLink ( "name", "URL" );

