// JavaScript Document

function nav()
{
	// when you pste the HTML in make sure there are no spaces or hard returns or the code won't work.
	// all of the HTML code needs to go between  document.write('  and  \n');
   document.write('<img src="i/navigation.jpg" width="179" height="328" border="0" usemap="#Map" /><map name="Map" id="Map"><area shape="rect" coords="5,15,171,41" href="index.html" /><area shape="rect" coords="7,44,169,70" href="team.html" />  <area shape="rect" coords="6,74,169,100" href="services.html" /><area shape="rect" coords="8,103,169,129" href="offer.html" /><area shape="rect" coords="8,135,168,158" href="location.html" /><area shape="rect" coords="8,163,168,190" href="contactus.html" /></map>');
}