
//               -------------    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("../webservercerts/index.html#apply");

//     change the text in quotes below to contain the title of the parent page
var parentPageTitle = new String("Web Server Certificate Application Process");




//               ---------------  SISTER PAGE INFORMATION  --------------


// VVV do not edit below this line VVV

var sisterPage = new Array();
var sisterPageTitle = new Array();

// ^^^ 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[0] = "../wsabcpages/apsteps.html#apply"; 
	sisterPageTitle[0] = "Adopt";
sisterPage[1] = "../wsabcpages/apsteps.html#begin"; 
	sisterPageTitle[1] = "Begin";
sisterPage[2] = "../wsabcpages/apsteps.html#complete"; 
	sisterPageTitle[2] = "Complete";
sisterPage[3] = "../wsabcpages/apsteps.html#documents"; 
	sisterPageTitle[3] = "Documents";



///                   EOF - END OF JS FILE
