<!--
var forwardlinks = new Array
forwardlinks[1] = "sheet_sh001.htm" 
forwardlinks[2] = "sheet_sh002.htm"
forwardlinks[3] = "sheet_sh003.htm"
forwardlinks[4] = "sheet_sh004.htm"
forwardlinks[5] = "sheet_sh005.htm"
forwardlinks[6] = "sheet_sh006.htm"
forwardlinks[7] = "sheet_sh007.htm"
forwardlinks[8] = "sheet_sh008.htm"
forwardlinks[9] = "sheet_sh009.htm"
forwardlinks[10] = "sheet_sh010.htm"
forwardlinks[11] = "sheet_sh011.htm"
forwardlinks[12] = "sheet_sh012.htm"
forwardlinks[13] = "sheet_sh013.htm"
forwardlinks[14] = "sheet_sh014.htm"
forwardlinks[15] = "sheet_sh015.htm"
forwardlinks[16] = "sheet_sh016.htm"
forwardlinks[17] = "sheet_sh017.htm"
forwardlinks[18] = "sheet_sh018.htm"
forwardlinks[19] = "sheet_sh019.htm"
forwardlinks[20] = "sheet_sh020.htm"
forwardlinks[21] = "sheet_sh021.htm"
forwardlinks[22] = "../linen_sheets.htm"

var backlinks = new Array
backlinks[1] = "sheet_sh021.htm"
backlinks[2] = "sheet_sh020.htm"
backlinks[3] = "sheet_sh019.htm"
backlinks[4] = "sheet_sh018.htm"
backlinks[5] = "sheet_sh017.htm"
backlinks[6] = "sheet_sh016.htm"
backlinks[7] = "sheet_sh015.htm"
backlinks[8] = "sheet_sh014.htm"
backlinks[9] = "sheet_sh013.htm"
backlinks[10] = "sheet_sh012.htm"
backlinks[11] = "sheet_sh011.htm"
backlinks[12] = "sheet_sh010.htm"
backlinks[13] = "sheet_sh009.htm"
backlinks[14] = "sheet_sh008.htm"
backlinks[15] = "sheet_sh007.htm" 
backlinks[16] = "sheet_sh006.htm" 
backlinks[17] = "sheet_sh005.htm"
backlinks[18] = "sheet_sh004.htm"
backlinks[19] = "sheet_sh003.htm"
backlinks[20] = "sheet_sh002.htm" 
backlinks[21] = "sheet_sh001.htm" 
backlinks[22] = "../linen_sheets.htm" 

function chgForward(){
var next;
next = 1;
if (window.location.href.indexOf(forwardlinks[1]) != -1)
{next=1}
else if (window.location.href.indexOf(forwardlinks[2]) != -1)
{next=2}
else if (window.location.href.indexOf(forwardlinks[3]) != -1)
{next=3}
else if (window.location.href.indexOf(forwardlinks[4]) != -1)
{next=4}
else if (window.location.href.indexOf(forwardlinks[5]) != -1)
{next=5}
else if (window.location.href.indexOf(forwardlinks[6]) != -1)
{next=6}
else if (window.location.href.indexOf(forwardlinks[7]) != -1)
{next=7}
else if (window.location.href.indexOf(forwardlinks[8]) != -1)
{next=8}
else if (window.location.href.indexOf(forwardlinks[9]) != -1)
{next=9}
else if (window.location.href.indexOf(forwardlinks[10]) != -1)
{next=10}
else if (window.location.href.indexOf(forwardlinks[11]) != -1)
{next=11}
else if (window.location.href.indexOf(forwardlinks[12]) != -1)
{next=12}
else if (window.location.href.indexOf(forwardlinks[13]) != -1)
{next=13}
else if (window.location.href.indexOf(forwardlinks[14]) != -1)
{next=14}
else if (window.location.href.indexOf(forwardlinks[15]) != -1)
{next=15}
else if (window.location.href.indexOf(forwardlinks[16]) != -1)
{next=16}
else if (window.location.href.indexOf(forwardlinks[17]) != -1)
{next=17}
else if (window.location.href.indexOf(forwardlinks[18]) != -1)
{next=18}
else if (window.location.href.indexOf(forwardlinks[19]) != -1)
{next=19}
else if (window.location.href.indexOf(forwardlinks[20]) != -1)
{next=20}
else if (window.location.href.indexOf(forwardlinks[21]) != -1)
{next=21}
else if (window.location.href.indexOf(forwardlinks[22]) != -1)
{next=22}
if (next < 23){
next++;
}
else{
next = 1;
}
window.location.href = forwardlinks[next]
}

function chgBack(){
var previous;
previous = 1;
if (window.location.href.indexOf(backlinks[1]) != -1)
{previous=1}
else if (window.location.href.indexOf(backlinks[2]) != -1)
{previous=2}
else if (window.location.href.indexOf(backlinks[3]) != -1)
{previous=3}
else if (window.location.href.indexOf(backlinks[4]) != -1)
{previous=4}
else if (window.location.href.indexOf(backlinks[5]) != -1)
{previous=5}
else if (window.location.href.indexOf(backlinks[6]) != -1)
{previous=6}
else if (window.location.href.indexOf(backlinks[7]) != -1)
{previous=7}
else if (window.location.href.indexOf(backlinks[8]) != -1)
{previous=8}
else if (window.location.href.indexOf(backlinks[9]) != -1)
{previous=9}
else if (window.location.href.indexOf(backlinks[10]) != -1)
{previous=10}
else if (window.location.href.indexOf(backlinks[11]) != -1)
{previous=11}
else if (window.location.href.indexOf(backlinks[12]) != -1)
{previous=12}
else if (window.location.href.indexOf(backlinks[13]) != -1)
{previous=13}
else if (window.location.href.indexOf(backlinks[14]) != -1)
{previous=14}
else if (window.location.href.indexOf(backlinks[15]) != -1)
{previous=15}
else if (window.location.href.indexOf(backlinks[16]) != -1)
{previous=16}
else if (window.location.href.indexOf(backlinks[17]) != -1)
{previous=17}
else if (window.location.href.indexOf(backlinks[18]) != -1)
{previous=18}
else if (window.location.href.indexOf(backlinks[19]) != -1)
{previous=19}
else if (window.location.href.indexOf(backlinks[20]) != -1)
{previous=20}
else if (window.location.href.indexOf(backlinks[21]) != -1)
{previous=21}
else if (window.location.href.indexOf(backlinks[22]) != -1)
{previous=22}
if (previous < 23){
previous++;
}
else{
previous = 1;
}
window.location.href = backlinks[previous]
}
//-->

