// LUC HOMEPAGE version 2007.03 carolyn

var MaxSb = 0; // resets counter indicating number of menu headings

var SbHtm = new Array();
var SbTxt = new Array();
var SbTit = new Array(); // optional array to hold text for alt text.
var SbSta = new Array(); // optional array to hold text status bar.
var SbSpa = new Array(); // optional array specifies spaces above 

//var SbCol = new Array(); // optional array for bar color. (blu/grn/yel/red)

var Sta_is_Txt = 0; // if "true" then the status line is the same
                       // as SbTxt, but only if SbSta[n] is not defined.
		       // if Sta_is_Txt is not defined, then it defaults
		       // to true"

//  if "*" is the 1st char of SbHtm or SbTxt then
//      that line is treated as a main menu heading (will be in gray)
//
//  if "?" is the 1st char of SbHtm or SbTxt then
//      the "arrow" for the next page will not appear in the arg list.
//      This is needed if you wish to pass other args to the url.
//
//  if "#" is the 1st char of SbHtm (after any "*" or "?"), then
//      the menu heading is treated as if it has no link.
//  if "#" is the 2nd-on char of SbHtm (after any "*" or "?"). then
//      the menu heading will have a link, but pointing nowhere.
//
//  if "!" is the 1st char of SbHtm then the rest of the line is interpreted
//      as javascript. Don't forget that all quotes inside 'SbHtm' should be precedeed by \\ (double slashes)
//
// To indicate second level (gray), put a "*" at the beginning of either SbHtm or SbTxt ;
//
// To indicate third level (white), no star ;
//
SbHtm[++MaxSb]="*index.html";
SbTxt[  MaxSb]="HWSD Home";
SbTit[  MaxSb]="HWSD Home";
SbSta[  MaxSb]="HWSD Home";
SbSpa[  MaxSb]="1";

SbHtm[++MaxSb]="../HWSD_Documentation.pdf";
SbTxt[  MaxSb]="Documentation";
SbTit[  MaxSb]="HWSD Documentation";
SbSta[  MaxSb]="HWSD Documentation";

SbHtm[++MaxSb]="../HWSD_Viewer/HWSD_viewer_setup.exe";
SbTxt[  MaxSb]="Download Viewer and Data";
SbTit[  MaxSb]="Download Viewer and Data";
SbSta[  MaxSb]="Download Viewer and Data";

SbHtm[++MaxSb]="HWSD_Data.html";
SbTxt[  MaxSb]="Download Data Only";
SbTit[  MaxSb]="Download Data Only";
SbSta[  MaxSb]="Download Data Only";

SbHtm[++MaxSb]="*SupplementaryData.html";
SbTxt[  MaxSb]="Supplementary data";
SbTit[  MaxSb]="Supplementary data";
SbSta[  MaxSb]="Supplementary data";

SbHtm[++MaxSb]="global-terrain-slope.html";
SbTxt[  MaxSb]="Terrain Data Description";
SbTit[  MaxSb]="Global Terrain Slope and Aspect Data";
SbSta[  MaxSb]="Global Terrain Slope and Aspect Data";

SbHtm[++MaxSb]="global-terrain-slope-download.html";
SbTxt[  MaxSb]="Terrain Data";
SbTit[  MaxSb]="Global Terrain Slope and Aspect Data";
SbSta[  MaxSb]="Global Terrain Slope and Aspect Data";

SbHtm[++MaxSb]="LandUseSharesDesc.html";
SbTxt[  MaxSb]="Land Cover Data Description";
SbTit[  MaxSb]="Description of land use and land cover data";
SbSta[  MaxSb]="Description of land use and land cover data";

SbHtm[++MaxSb]="LandUseShares.html";
SbTxt[  MaxSb]="Land Cover Data";
SbTit[  MaxSb]="Downscaled land cover shares";
SbSta[  MaxSb]="Downscaled land cover shares";

SbHtm[++MaxSb]="SoilQuality.html";
SbTxt[  MaxSb]="Soil Qualities Description";
SbTit[  MaxSb]="Soil quality for crop production";
SbSta[  MaxSb]="Soil quality for crop production";

SbHtm[++MaxSb]="SoilQualityData.html";
SbTxt[  MaxSb]="Soil Quality Data";
SbTit[  MaxSb]="Soil quality for crop production";
SbSta[  MaxSb]="Soil quality for crop production";

SbHtm[++MaxSb]="*DataDesc.html";
SbTxt[  MaxSb]="Data Format Information";
SbTit[  MaxSb]="Data Format Information";
SbSta[  MaxSb]="Data Format Information";


