<!--Hide code from old browsers
function changePage() { num = document.repair.repairSelect.selectedIndex; 

{ if (num==0) { site = "http://www.dartmouth.edu/~preserve/repair/repairindex.htm"; }
if (num==1) { site = "http://www.dartmouth.edu/~preserve/repair/html/introduction.htm"; }
if (num==2) { site = "http://www.dartmouth.edu/~preserve/repair/html/guideprinc.htm"; } 
if (num==3) { site = "http://www.dartmouth.edu/~preserve/repair/html/inhouse.htm"; } 
if (num==4) { site = "http://www.dartmouth.edu/~preserve/repair/html/toolbox.htm"; } 
if (num==5) { site = "http://www.dartmouth.edu/~preserve/repair/html/bookparts.htm"; } 
if (num==6) { site = "http://www.dartmouth.edu/~preserve/repair/html/genguide.htm"; } 
if (num==7) { site = "http://www.dartmouth.edu/~preserve/repair/html/materialid.htm"; } 
if (num==8) { site = "http://palimpsest.stanford.edu/don/don.html"; } 
if (num==9) { site = "http://www.dartmouth.edu/~preserve/repair/html/bibliography.htm"; } 
if (num==10) { site = "http://www.dartmouth.edu/~preserve/repair/html/acknowledge.htm"; } 
if (num==11) { site = "http://www.dartmouth.edu/~preserve/repair/html/comment.htm"; }
//blank space //Choose a Repair 
{ if (num==13) { site = "http://www.dartmouth.edu/~preserve/repair/html/wrapper.htm"; } 
if (num==14) { site = "http://www.dartmouth.edu/~preserve/repair/html/cleaning.htm"; } 
if (num==15) { site = "http://www.dartmouth.edu/~preserve/repair/html/tornpages.htm"; } 
if (num==16) { site = "http://www.dartmouth.edu/~preserve/repair/html/tipsingle.htm"; } 
if (num==17) { site = "http://www.dartmouth.edu/~preserve/repair/html/hingerepair.htm"; } 
if (num==18) { site = "http://www.dartmouth.edu/~preserve/repair/html/cornerrepair.htm"; } 
if (num==19) { site = "http://www.dartmouth.edu/~preserve/repair/html/sew.htm"; } 
if (num==20) { site = "http://www.dartmouth.edu/~preserve/repair/html/newspine.htm"; } 
if (num==21) { site = "http://www.dartmouth.edu/~preserve/repair/html/airdry.htm"; } 
if (num==22) { site = "http://www.dartmouth.edu/~preserve/repair/html/hingetight.htm"; }  
if (num==23) { site = "http://www.dartmouth.edu/~preserve/html/faq.htm"; }
top.location.href=site;  } } } 

//-->End hide code