<!--Hide code from old browsers
function changePage() { num = document.repair.repairSelect.selectedIndex; 

{ 
if (num==0) { site = "http://www.dartmouth.edu/~library/preservation/repair/index.html"; }
if (num==1) { site = "http://www.dartmouth.edu/~library/preservation/repair/introduction.html"; }
if (num==2) { site = "http://www.dartmouth.edu/~library/preservation/repair/guideprinc.html"; } 
if (num==3) { site = "http://www.dartmouth.edu/~library/preservation/repair/inhouse.html"; } 
if (num==4) { site = "http://www.dartmouth.edu/~library/preservation/repair/toolbox.html"; } 
if (num==5) { site = "http://www.dartmouth.edu/~library/preservation/repair/bookparts.html"; } 
if (num==6) { site = "http://www.dartmouth.edu/~library/preservation/repair/genguide.html"; } 
if (num==7) { site = "http://www.dartmouth.edu/~library/preservation/repair/materialid.html"; } 
if (num==8) { site = "http://www.dartmouth.edu/~library/preservation/repair/bibliography.html"; } 
if (num==9) { site = "http://www.dartmouth.edu/~library/preservation/repair/acknowledge.html"; } 
if (num==10) { site = "http://www.dartmouth.edu/~library/preservation/repair/comment.html"; }
//blank space //Choose a Repair 
{ 
if (num==12) { site = "http://www.dartmouth.edu/~library/preservation/repair/wrapper.html"; } 
if (num==13) { site = "http://www.dartmouth.edu/~library/preservation/repair/cleaning.html"; } 
if (num==14) { site = "http://www.dartmouth.edu/~library/preservation/repair/tornpages.html"; } 
if (num==15) { site = "http://www.dartmouth.edu/~library/preservation/repair/tipsingle.html"; } 
if (num==16) { site = "http://www.dartmouth.edu/~library/preservation/repair/hingerepair.html"; } 
if (num==17) { site = "http://www.dartmouth.edu/~library/preservation/repair/cornerrepair.html"; } 
if (num==18) { site = "http://www.dartmouth.edu/~library/preservation/repair/sew.html"; } 
if (num==19) { site = "http://www.dartmouth.edu/~library/preservation/repair/newspine.html"; } 
if (num==20) { site = "http://www.dartmouth.edu/~library/preservation/repair/airdry.html"; } 
if (num==21) { site = "http://www.dartmouth.edu/~library/preservation/repair/hingetight.html"; }  
if (num==22) { site = "http://www.dartmouth.edu/~library/preservation/repair/faq.html"; }
top.location.href=site;  } } } 

//-->End hide code
