var MaxSb = 0; // Counter to indicate the no 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 SbCol = new Array(); // optional array to hold the bar color. (blu/grn/yel/red)
var SbSpa = new Array(); // optional array to specify no of spaces before start of field

//
// 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]="*/Research/TNT/index.html";
SbTxt[  MaxSb]="TNT Home";
SbTit[  MaxSb]="TNT Home";

//SbHtm[++MaxSb]="*?/htbin/ifinger?project:tnt";
//SbTxt[  MaxSb]="Staff";
//SbTit[  MaxSb]="TNT Staff";

//SbHtm[++MaxSb]="*/Research/TNT/WEB/What_s_New/what_s_new.html";
//SbTxt[  MaxSb]="News";
//SbTit[  MaxSb]="News";

SbHtm[++MaxSb]="#";
SbTxt[  MaxSb]="*About TNT";
SbTit[  MaxSb]="About TNT";

SbHtm[++MaxSb]="/Research/TNT/WEB/Why_and_What/why_and_what.html";
SbTxt[  MaxSb]="Why and What";
SbTit[  MaxSb]="Why and What";

SbHtm[++MaxSb]="/Research/TNT/WEB/Objectives/objectives.html";
SbTxt[  MaxSb]="Objectives";
SbTit[  MaxSb]="Objectives";

SbHtm[++MaxSb]="/Research/TNT/WEB/Page10120/page10120.html";
SbTxt[  MaxSb]="What is Technology ?";
SbTit[  MaxSb]="What is Technology ?";

SbHtm[++MaxSb]="*?/htbin/ifinger?project:tnt";
SbTxt[  MaxSb]="Staff";
SbTit[  MaxSb]="Staff";

SbHtm[++MaxSb]="*/Research/TNT/WEB/Research/research.html";
SbTxt[  MaxSb]="Research";
SbTit[  MaxSb]="Ongoing Research Projects";

SbHtm[++MaxSb]="/Research/TNT/WEB/Research/RP-TNT-2006-2010.pdf";
SbTxt[  MaxSb]="Research Plan 2006 - 2010";
SbTit[  MaxSb]="Research Plan 2006 - 2010 (PDF)";

SbHtm[++MaxSb]="/Research/TNT/WEB/Research/ProgRep08-TNT.pdf";
SbTxt[  MaxSb]="Progress Report 2008";
SbTit[  MaxSb]="Progress Report 2008";

//SbHtm[++MaxSb]="/Research/TNT/WEB/Research/ar04-tnt-FINAL-publshd.pdf";
//SbTxt[  MaxSb]="Research Report 2004";
//SbTit[  MaxSb]="Research Report 2004";

// SbHtm[++MaxSb]="*/Admin/PUB/Catalog/PUB_PROJECT_TNT.html";

SbHtm[++MaxSb]="*/Research/TNT/WEB/Publications/recent_publications.html" ;
SbTxt[  MaxSb]="Publications";
SbTit[  MaxSb]="Publications";

SbHtm[++MaxSb]="?http://www.iiasa.ac.at/cgi-bin/pub/pubsrchKK?FILE:/tool/www/Research/TNT/WEB/PUB/pubsearch.txt";
SbTxt[  MaxSb]="2000-2009 Publications";
SbTit[  MaxSb]="Publications";

SbHtm[++MaxSb]="/Research/TNT/WEB/Publications/recent_publications.html" ;
SbTxt[  MaxSb]="Selected Publications";
SbTit[  MaxSb]="Selected Publications";

SbHtm[++MaxSb]="/Research/TNT/WEB/Publications/recent_books.html" ;
SbTxt[  MaxSb]="Recent Books";
SbTit[  MaxSb]="Recent Book";

// SbHtm[++MaxSb]="*/Research/TNT/WEB/Publications/recent_publications.html" ;
// SbTxt[  MaxSb]="Publications Catalog";
// SbTit[  MaxSb]="Publications";

// SbHtm[++MaxSb]="/Research/TNT/WEB/Publications/interim_reports.html" ;
// SbTxt[  MaxSb]="Interim Reports";
// SbTit[  MaxSb]="Interim Reports";

SbHtm[++MaxSb]="/Research/TNT/WEB/Publications/tnt-publ.pdf" ;
SbTxt[  MaxSb]="Full List (PDF)";
SbTit[  MaxSb]="Complete List of Publications by TNT Staff (PDF)";

SbHtm[++MaxSb]="*/Research/TNT/WEB/Software/software.html" ;
SbTxt[  MaxSb]="Software";
SbTit[  MaxSb]="Software";

SbHtm[++MaxSb]="?http://www.iiasa.ac.at/web-apps/tnt/RcpDb/";
SbTxt[  MaxSb]="IPCC-RCP Scenario Database";
SbTit[  MaxSb]="IPCC-Reference Concentration Pathways Database";

SbHtm[++MaxSb]="/Research/TNT/WEB/Software/LSM2/lsm2-index.html";
SbTxt[  MaxSb]="Logistic Substitution Model II";
SbTit[  MaxSb]="Logistic Substitution Model II";

//SbHtm[++MaxSb]="/Research/TNT/WEB/Software/ScAnT/scant-index.html";
//SbTxt[  MaxSb]="Scenario Analysis Tool";
//SbTit[  MaxSb]="Scenario Analysis Tool";

SbHtm[++MaxSb]="*?" ;
SbTxt[  MaxSb]="Workshops";
SbTit[  MaxSb]="Workshops";

SbHtm[++MaxSb]="?/Research/TNT/WEB/Workshops/tech09.html";
SbTxt[  MaxSb]="Economics of Technologies (2009)";
SbTit[  MaxSb]="Economics of Technologies (2008)";

SbHtm[++MaxSb]="?/Research/TNT/WEB/Workshops/hydrates.html";
SbTxt[  MaxSb]="Methane Hydrates (2008)";
SbTit[  MaxSb]="Methane Hydrates (March 2008)";

SbHtm[++MaxSb]="http://www.gcp-urcm.org/Activities/A20070328";
SbTxt[  MaxSb]="Urbanization (2007)";
SbTit[  MaxSb]="Urbanization (March 2007)";

// SbHtm[++MaxSb]="*?" ;
// SbTxt[  MaxSb]="Upcoming Events";
// SbTit[  MaxSb]="Events";

//SbHtm[++MaxSb]="/Research/TNT/WEB/Publications/Recent_Presentations/recent_presentations.html" ;
//SbTxt[  MaxSb]="Presentations";
//SbTit[  MaxSb]="Recent Presentations";

//SbHtm[++MaxSb]="/Research/TNT/WEB/Publications/Interim_Reports/interim_reports.html" ;
//SbTxt[  MaxSb]="Interim Reports";
//SbTit[  MaxSb]="Interim Reports";

