
function goHist(a) 
{

   history.go(a);      // Go back one.

}




function printpage() {
window.print();  
}





