<!--
var theUrl = this.location.href
var theFilename = theUrl.substring(theUrl.lastIndexOf("/") + 1, theUrl.length)
var thePart = theFilename.substring(theFilename.lastIndexOf("_", 2) - 2, theFilename.lastIndexOf("_", 2))
var theSection = theFilename.substring(theFilename.lastIndexOf("_") - 2, theFilename.lastIndexOf("_"))
var thePage = theFilename.substring(theFilename.lastIndexOf("_") + 1, theFilename.lastIndexOf("_") + 3)
var part =""
var section = ""
var page = ""



if(theSection.charAt(0) == "0"){
section = theSection.charAt(1)}
else
{section = theSection}

if(thePart.charAt(0) == "0"){
part = thePart.charAt(1)}
else
{part = thePart}

if(thePage.charAt(0) == "0"){
page = thePage.charAt(1)}
else
{page = thePage}

function Page(){
if(part == 1){

if( section == 1 &&  page == 3){

location.href="01_02_01.htm"

}

if( section == 2 &&  page == 1){

location.href="01_03_01.htm"

}

if( section == "3" &&  page == "1"){

location.href="01_04_01.htm"

}

if( section == "4" &&  page == "4"){

location.href="01_05_01.htm"

}

if( section == "5" &&  page == "3"){

location.href="01_06_01.htm"

}

if( section == "6" &&  page == "4"){

location.href="01_07_01.htm"

}

if( section == "7" &&  page == "1"){

location.href="01_08_01.htm"

}

if( section == "8" &&  page == "1"){

location.href="02_01_01.htm"

}
}

if(part =="2"){

if( section == "1" &&  page == "2"){

location.href="02_02_01.htm"
}

if( section == "2" &&  page == "1"){

location.href="02_03_01.htm"
}

if( section == "3" &&  page == "1"){

location.href="02_04_01.htm"
}

if( section == "4" &&  page == "4"){

location.href="02_05_01.htm"
}

if( section == "5" &&  page == "3"){

location.href="02_06_01.htm"

}

if( section == "6" &&  page == "4"){

location.href="02_07_01.htm"

}

if( section == "7" &&  page == "1"){

location.href="02_08_01.htm"
}

if( section == 8 &&  page == 1){

location.href="index.htm"

}

}

}


function explorer(){

if (part == 1){
if (section == "1"){
document.arrow1.src = "images/arrow.gif"
document.pageNumTotal.src = "images/page3t.gif"
document.pageNum.src = "images/page" + page + ".gif"}
else
if (section == "2"){
document.arrow2.src = "images/arrow.gif"
document.pageNumTotal.src = "images/page1t.gif"
document.pageNum.src = "images/page" + page + ".gif"}

else
if (section == "3"){
document.arrow3.src = "images/arrow.gif"
document.pageNumTotal.src = "images/page1t.gif"
document.pageNum.src = "images/page" + page + ".gif"}
else
if (section == "4"){
document.arrow4.src = "images/arrow.gif"
document.pageNumTotal.src = "images/page4t.gif"
document.pageNum.src = "images/page" + page + ".gif"}
else
if (section == "5"){
document.arrow5.src = "images/arrow.gif"
document.pageNumTotal.src = "images/page3t.gif"
document.pageNum.src = "images/page" + page + ".gif"}
else
if (section == "6"){
document.arrow6.src = "images/arrow.gif"
document.pageNumTotal.src = "images/page4t.gif"
document.pageNum.src = "images/page" + page + ".gif"}
else
if (section == "7"){
document.arrow7.src = "images/arrow.gif"
document.pageNumTotal.src = "images/page1t.gif"
document.pageNum.src = "images/page" + page + ".gif"}
else
if (section == "8"){
document.arrow8.src = "images/arrow.gif"
document.pageNumTotal.src = "images/page1t.gif"
document.pageNum.src = "images/page" + page + ".gif"}
}

if (part == 2){


if (section == "1"){
document.arrow1.src = "images/arrow.gif"
document.pageNumTotal.src = "images/page2t.gif"
document.pageNum.src = "images/page" + page + ".gif"}
else
if (section == "2"){
document.arrow2.src = "images/arrow.gif"
document.pageNumTotal.src = "images/page1t.gif"
document.pageNum.src = "images/page" + page + ".gif"}

else
if (section == "3"){
document.arrow3.src = "images/arrow.gif"
document.pageNumTotal.src = "images/page1t.gif"
document.pageNum.src = "images/page" + page + ".gif"}
else
if (section == "4"){
document.arrow4.src = "images/arrow.gif"
document.pageNumTotal.src = "images/page1t.gif"
document.pageNum.src = "images/page" + page + ".gif"}
else
if (section == "5"){
document.arrow5.src = "images/arrow.gif"
document.pageNumTotal.src = "images/page1t.gif"
document.pageNum.src = "images/page" + page + ".gif"}
else
if (section == "6"){
document.arrow6.src = "images/arrow.gif"
document.pageNumTotal.src = "images/page2t.gif"
document.pageNum.src = "images/page" + page + ".gif"}
else
if (section == "7"){
document.arrow7.src = "images/arrow.gif"
document.pageNumTotal.src = "images/page1t.gif"
document.pageNum.src = "images/page" + page + ".gif"}
else
if (section == "8"){
document.arrow8.src = "images/arrow.gif"
document.pageNumTotal.src = "images/page4t.gif"
document.pageNum.src = "images/page" + page + ".gif"}

}

}


function newPage(){
var numParts = 2
var numSections = 8
var numPages = ""
if(part == 1){

if (section == 1){
numPages=3
}

if (section == 2){
numPages=1
}
if (section == 3){
numPages=1
}

if (section == 4){
numPages=4
}
if (section == 5){
numPages=3
}
if (section == 6){
numPages=4
}

if (section == 7){
numPages=1
}
if (section == 8){
numPages=1
}

}

if(part == 2){

if (section == 1){
numPages=2
}

if (section == 2){
numPages=1
}
if (section == 3){
numPages=1
}

if (section == 4){
numPages=1
}
if (section == 5){
numPages=1
}
if (section == 6){
numPages=2
}

if (section == 7){
numPages=1
}
if (section == 8){
numPages=4
}

}

if(page < numPages){
if (page.length == 1)
{
var x = (parseInt(page) + 1);
var theNextPage = "0" + x;
location.href = thePart + "_" + theSection + "_" + theNextPage + ".htm"}
else
{
var theNextPage =(parseInt(page) + 1);
location.href = thePart + "_" + theSection + "_" + theNextPage + ".htm"}
}
else{
if(section < numSections){
if (section.length == 1){
var nextSect = (parseInt(section) + 1);
var theNextSect = "0" + nextSect;
location.href = thePart + "_" + theNextSect + "_" + "01.htm"}
else{var theNextSect = parseInt(section) + 1;
location.href = thePart + "_" + theNextSect + "_" + "01.htm"}
}
else{
if(part < numParts){
if (part.length == 1){
var nextPart = (parseInt(part) + 1);
var theNextPart = "0" + nextPart;
location.href = theNextPart + "_01_01.htm"}
else{var theNextPart = parseInt(part) + 1;
location.href = theNextPart + "_01_01.htm"}
}
}
}

}

function ResizeFunction(){
onload()
}

function stopError() {
           return true;
         }

         window.onerror = stopError;







