var SbHtm = new Array(); // link
var SbTxt = new Array(); // text that should appear
var SbTit = new Array(); // optional array to hold "alt" text (little box appears by mouse).
var SbSta = new Array(); // optional array to hold text status bar.
var SbCol = new Array();
var MaxSb = 0;

// 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 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.
//

SbHtm[++MaxSb]="*/Admin/PUB/index.html";
SbTxt[  MaxSb]="Publications Home";
SbTit[  MaxSb]="Publications Home";
SbSta[  MaxSb]="Publications Home";

SbHtm[++MaxSb]="*?/cgi-bin/pub/pubsrchKK";
SbTxt[  MaxSb]="Publications Catalog";
SbTit[  MaxSb]="IIASA Publications Catalog";
SbSta[  MaxSb]="IIASA Publications Catalog";
SbCol[  MaxSb]="red";
// SbCol[  MaxSb]="red";

SbHtm[++MaxSb]="*?/cgi-bin/pub/lastmonths";
SbTxt[  MaxSb]="Recent Publications";
SbTit[  MaxSb]="Recent IIASA Publications";
SbSta[  MaxSb]="Recent IIASA Publications";

SbHtm[++MaxSb]="*?/Options/index.html";
SbTxt[  MaxSb]="Options Magazine";
SbTit[  MaxSb]="Options Magazine";
SbSta[  MaxSb]="Options Magazine";

SbHtm[++MaxSb]="*?/Admin/INF/AR10/ar10.pdf";
SbTxt[  MaxSb]="IIASA Annual Report";
SbTit[  MaxSb]="IIASA Annual Report";
SbSta[  MaxSb]="IIASA Annual Report";

SbHtm[++MaxSb]="*/Admin/PUB/podcast/index.html";
SbTxt[  MaxSb]="Multimedia";
SbTit[  MaxSb]="Multimedia";
SbSta[  MaxSb]="Multimedia";

SbHtm[++MaxSb]="/Admin/PUB/podcast/index.html";
SbTxt[  MaxSb]="Podcasts";
SbTit[  MaxSb]="Podcasts";
SbSta[  MaxSb]="Podcasts";

SbHtm[++MaxSb]="/Admin/PUB/vodcast/index.html";
SbTxt[  MaxSb]="Vodcasts";
SbTit[  MaxSb]="Vodcasts";
SbSta[  MaxSb]="Vodcasts";

SbHtm[++MaxSb]="*/Admin/PUB/policy-briefs/index.html";
SbTxt[  MaxSb]="Policy Briefs";
SbTit[  MaxSb]="Policy Briefs";
SbSta[  MaxSb]="Policy Briefs";

SbHtm[++MaxSb]="*/Admin/PUB/docs/pub-order.html";
SbTxt[  MaxSb]="Ordering Publications";
SbTit[  MaxSb]="Ordering Publications";
SbSta[  MaxSb]="Ordering Publications";

SbHtm[++MaxSb]="*/Admin/PUB/docs/pub-about.html";
SbTxt[  MaxSb]="About IIASA Publications";
SbTit[  MaxSb]="About IIASA Publications";
SbSta[  MaxSb]="About IIASA Publications";

SbHtm[++MaxSb]="*/Admin/PUB/docs/pub-contact.html";
SbTxt[  MaxSb]="Contact Details";
SbTit[  MaxSb]="Contact Details";
SbSta[  MaxSb]="Contact Details";

