
//               -------------    PARENT PAGE INFORMATION   -------------

//     edit the variables below as follows:
//     change the text in quotes below to contain the name of the file
//     of the parent page
var parentPage = new String("../institutionalcerts/index.html");

//     change the text in quotes below to contain the title of the parent page
var parentPageTitle = new String("Institutional Certificates");




//               ---------------  SISTER PAGE INFORMATION  --------------


// VVV do not edit below this line VVV

var sisterPage = new Array();
var sisterPageTitle = new Array();
var i=0;

// ^^^ do not edit above this line ^^^




//     edit the variables below as follows:

//     change the text in the first quote of each line to contain the filename
//     of the sister page (a page in the same level as the current pages).

//     change the text in the second quote of each line to contain the title
//     of the sister page.

//     if more pages are needed, add in additional lines below, following the
//     same format and incrementing the number in the [].


sisterPage[i] = "../pkilite/index.html"; 
	sisterPageTitle[i] = "PKI Lite Resources"; i++;
sisterPage[i] = "../onepagers/guidebook.html"; 
	sisterPageTitle[i] = "PKI Guidebook"; i++;
//siterPage[i] = "application.html"; 
//	sisterPageTitle[i] = "The Application Process"; i++;
//sisterPage[i] = "pricing.html"; 
//	sisterPageTitle[i] = "CREN CA Cost Structure"; i++;
//sisterPage[i] = "certuses.html"; 
//	sisterPageTitle[i] = "CREN One Pagers"; i++;
//sisterPage[i] = ""; 
//	sisterPageTitle[i] = "Glossaries"; i++;
//sisterPage[i] = "../docs/ref.html"; 
//	sisterPageTitle[i] = "Reference"; i++;


///                   EOF - END OF JS FILE