// JavaScript Document
/*THIS INCLUDED DOCUMENT CONTAINS THE SIDE
BAR IMAGES THAT WILL APPEAR ON EVERY PAGE*/

document.write("<img src='resources/techDrawing_01.gif' width='149' height='89'><br>");
document.write("<img src='resources/techDrawing_02.gif' width='149' height='134'><br>");
document.write("<img src='resources/techDrawing_03.gif' width='149' height='131'><br>");
document.write("<img src='resources/techDrawing_04.gif' width='144' height='300'>");

//END DOCUMENT
