nextPage = 0

nomoPages = new Array()
nomoPageTitles = new Array()

nomoPages[nextPage] = "index.html"
nomoPageTitles[nextPage] = "Main page"
nextPage++

nomoPages[nextPage] = "intro.html"
nomoPageTitles[nextPage] = "Introduction"
nextPage++

nomoPages[nextPage] = "example.html"
nomoPageTitles[nextPage] = "Examples"
nextPage++

nomoPages[nextPage] = "2var.html"
nomoPageTitles[nextPage] = "Conversion Scale"
nextPage++

nomoPages[nextPage] = "3varadd.html"
nomoPageTitles[nextPage] = "Parallel Scale"
nextPage++

nomoPages[nextPage] = "3varaddB.html"
nomoPageTitles[nextPage] = "Parallel Scale Details"
nextPage++

nomoPages[nextPage] = "compound.html"
nomoPageTitles[nextPage] = "Compound"
nextPage++

nomoPages[nextPage] = "ntype.html"
nomoPageTitles[nextPage] = "N Type"
nextPage++

nomoPages[nextPage] = "determinant01.html"
nomoPageTitles[nextPage] = "Nomograms from Determinants"
nextPage++

nomoPages[nextPage] = "determinant02.html"
nomoPageTitles[nextPage] = "Creating Determinants"
nextPage++

nomoPages[nextPage] = "determinant03.html"
nomoPageTitles[nextPage] = "Expanding Determinants"
nextPage++

nomoPages[nextPage] = "determinant06.html"
nomoPageTitles[nextPage] = "Equation Into Determinant"
nextPage++

nomoPages[nextPage] = "determinant04.html"
nomoPageTitles[nextPage] = "Basic Nomographic Form"
nextPage++

nomoPages[nextPage] = "determinant05.html"
nomoPageTitles[nextPage] = "Functional Moduli"
nextPage++

nomoPages[nextPage] = "cad.html"
nomoPageTitles[nextPage] = "Computer Drawing"
nextPage++

nomoPages[nextPage] = "grid.html"
nomoPageTitles[nextPage] = "Grid Type"
nextPage++

nomoPages[nextPage] = "proportional.html"
nomoPageTitles[nextPage] = "Proportional Type"
nextPage++

nomoPages[nextPage] = "sliderule.html"
nomoPageTitles[nextPage] = "Slide Rules"
nextPage++

nomoPages[nextPage] = "standardForms.html"
nomoPageTitles[nextPage] = "Cheat Sheets"
nextPage++

nomoPages[nextPage] = "reading.html"
nomoPageTitles[nextPage] = "Reading"
nextPage++



function PrintNomoUp() {
	document.writeln("<a href=\"../nomostub.html\"><img src=\"upnomo.gif\" width=44 height=55 border=0 alt=\"Up\"></a>");
}