
	function navigation() {
		var box = new roundedBox();
		box.title="Site Guide";
		box.width=150;
		document.write("<div class='no-print'>");
		box.start();
		writeNavElements();
		box.end();
		document.write("</div>");
	}

	function writeNavElements() {
		document.write("<a class='no-print' style='padding-left:15px' href='index.html'>Home</a><br><br>");
		document.write("<a class='no-print' style='padding-left:15px' href='template.html'>About Dr. Cotterill</a><br><br>");
		document.write("<a class='no-print' style='padding-left:15px' href='template.html'>Hair Restoration</a><br><br>");
		document.write("<a class='no-print' style='padding-left:15px' href='template.html'>Other Services</a><br><br>");
		document.write("<a class='no-print' style='padding-left:15px' href='template.html'>Before &amp; After Photos</a><br><br>");
		document.write("<a class='no-print' style='padding-left:15px' href='template.html'>Multimedia</a><br><br>");
		document.write("<a class='no-print' style='padding-left:15px' href='template.html'>Who's Who?</a><br><br>");
		document.write("<a class='no-print' style='padding-left:15px' href='template.html'>Links</a><br><br>");
	}


	function footer() {
		document.write("<hr class='footer'>");
		document.write("<center><div class='print-only'>Printed from Dr. Paul Cotterill\'s Site located at http://www.drcotterill.com</div></center>");
		document.write("<br><br><table width='830'><tr><td align='center'><a href='http://www.hairtransplantnetwork.com/Consult-a-Physician/doctors.asp?DrID=630' target='hairnet'><img src='images/logos/hair_transplant_network.gif' target='ahn' border='0'></a>&nbsp;&nbsp;&nbsp;&nbsp;<a href='http://www.ishrs.org' target='ishrs'><img src='images/logos/ishrs.gif' border='0'></a>&nbsp;&nbsp;&nbsp;&nbsp;<a href='http://www.abhrs.org' target='abhrs'><img src='images/logos/abhrs.gif' border='0'></a></td></tr></table>");
		document.write("<table cellpadding='0' cellspacing='0' border='0' width='830' height='35'>");
		document.write("<tr><td  class='no-print' align='center' class='light'>");
		document.write("<a class='footer' href='template.html'>home</a> | ");
		document.write("<a class='footer' href='template.html'>Contact Info</a> | ");
		document.write("<a class='footer' href='template.html'>Hair Facts</a> | ");
		document.write("<a class='footer' href='template.html'>Hair Transplants</a> | ");
		document.write("<a class='footer' href='template.html'>Photos</a> | ");
		document.write("<a class='footer' href='template.html'>FAQ</a> | ");
		document.write("<a class='footer' href='template.html'>Free Consultation</a>");
		document.write("</td><tr></tr>");
		document.write("<td align='center' class='light' style='font-size:12px;'>&copy; Copyright 2006 Dr. Paul Cotterill</td></tr></table>");
	}

	function header() {
		document.write("<table width='830'><tr><td><span class='title'>Dr. Paul Cotterill, B. Sc., M.D.,  A.B.H.R.S</span></td></tr></table>");
		document.write("<table width='830' style='background-image:url(images/background.jpg);' cellpadding='0' cellspacing='0'>");
		document.write("<tr><td colspan='2' class='logo-bar'><br style='font-size:6px;'></td></tr>");
		document.write("<tr><td width='500' style='background-color:transparent'><span class='title2'>&nbsp;&nbsp;&nbsp;&nbsp;Hair Restoration</span><br>");
		document.write("<span class='title3'>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;As an art form...</span><br>");
		document.write("</td><td align='right' style='background-color:transparent'><a href='./contactus.html'><img border='0' src='./images/skyline.gif'></a><br></td><tr><td colspan='2' class='logo-bar'><br style='font-size:6px;'></td></tr></tr></table><br>");
	}


