// JavaScript Document
/*THIS DOCUMENT CONTAINS THE BANNER AND
NAVIGATION IMAGE FILES AND MAP COORDINATES
EDIT NAVIGATION HERE*/

document.write("<img src='resources/Banner_Nav.png' usemap='#Contact' style='border-style:none;'>");
  document.write("<map name='Contact' id='Contact'>");
  document.write("<area shape='poly' coords='140,146,181,152,184,127,142,121' href='index.htm' alt='Home Button'>");
  document.write("<area shape='poly' coords='248,159,248,132,184,127,182,153' href='services.htm' alt='Services Button'>");
  document.write("<area shape='poly' coords='250,159,251,133,368,135,371,163' href='drawing.htm' alt='Wire Drawing 101 Button'>");
  document.write("<area shape='poly' coords='372,145,370,135,455,131,459,158,376,163' href='wireBook.htm' alt='Clients Button'>");
  document.write("<area shape='poly' coords='499,152,492,126,458,129,460,157' href='vita.htm' alt='Vita Button'>");
  document.write("<area shape='poly' coords='494,125,500,152,600,134,587,111,569,116' href='contact.htm' alt='Contact Info Button'>");
  document.write("</map>"); 
  
//END INCLUDED NAVIGATION DOCUMENT
