function writeHeaders(pageName){
	document.write("<TABLE class=\"layoutTable\">");
	document.write("<TR>");
	document.write("	<TD class=\"navCol\">");
	document.write("		<MAP name=\"navMap\">");
	document.write("			<AREA shape=\"rect\" href=\"about1.php\" alt=\"About\" coords=\"235,50 310,72\">");
	document.write("			<AREA shape=\"rect\" href=\"programs.php\" alt=\"Programs\" coords=\"328,50 400,72\">");
	document.write("			<AREA shape=\"rect\" href=\"admissions.php\" alt=\"Admissions\" coords=\"420,50 490,72\">");
	document.write("			<AREA shape=\"rect\" href=\"contact.php\" alt=\"Contact Us\" coords=\"512,50 580,72\">");
	document.write("			<AREA shape=\"rect\" href=\"resources.php\" alt=\"Resources\" coords=\"605,50 670,72\">");
	document.write("			<AREA shape=\"rect\" href=\"https://www.nape-online.com/emr/login.php\" alt=\"Login\" coords=\"695,50 740,72\" target=\"new\">");
	document.write("			<AREA shape=\"rect\" href=\"store.php\" alt=\"Store\" coords=\"695,10 748,30\" >");
	document.write("		</MAP>");
	document.write("		<IMG usemap=\"#navMap\" src=\"image/NavBanner.jpg\" border=0>");
	document.write("	</TD>");
	document.write("</TR>");
	document.write("<TR>");
	document.write("	<TD class=\"paradigmShift\">");
	if(pageName=="main"){document.write("		<IMG src=\"image/indexParadigmShift.jpg\">");}
	if(pageName=="programs"){
		document.write("		<MAP name=\"programsMap\">");
		document.write("			<AREA shape=\"rect\" href=\"main.php\" alt=\"Home\" coords=\"10,82 45,105\">");
		document.write("			<AREA shape=\"rect\" href=\"programs1-1.php\" alt=\"EMF for Physicians\" coords=\"55,82 210,105\">");
		document.write("		</MAP>");
		document.write("		<IMG usemap=\"#programsMap\" src=\"image/programsHeader.jpg\" border=0>");
	}
		if(pageName=="programs1"){ 
			document.write("		<MAP name=\"programsMap\">");
			document.write("			<AREA shape=\"rect\" href=\"main.php\" alt=\"Home\" coords=\"10,82 45,105\">");
			document.write("			<AREA shape=\"rect\" href=\"programs1-1.php\" alt=\"Program Overview\" coords=\"55,82 215,105\">");
			document.write("			<AREA shape=\"rect\" href=\"programs1-2.php\" alt=\"Why Perioperative Echocardiography?\" coords=\"220,82 290,105\">");
			document.write("			<AREA shape=\"rect\" href=\"programs1-3.php\" alt=\"Curriculum\" coords=\"295,82 370,105\">");
			document.write("			<AREA shape=\"rect\" href=\"programs1-4.php\" alt=\"Educational Methods\" coords=\"373,82 500,105\">");
			document.write("		</MAP>");
			document.write("		<IMG usemap=\"#programsMap\" src=\"image/programsEchoHeader.jpg\" border=0>");		
		}
		if(pageName=="programs3"){
			document.write("		<MAP name=\"programsMap\">");
			document.write("			<AREA shape=\"rect\" href=\"main.php\" alt=\"Home\" coords=\"10,82 45,105\">");
			document.write("			<AREA shape=\"rect\" href=\"programs3-1.php\" alt=\"Program Overview\" coords=\"55,82 225,105\">");
			document.write("			<AREA shape=\"rect\" href=\"programs3-2.php\" alt=\"Why Nerve Blocks?\" coords=\"235,82 305,105\">");
			document.write("			<AREA shape=\"rect\" href=\"programs3-3.php\" alt=\"Curriculum\" coords=\"310,82 385,105\">");
			document.write("			<AREA shape=\"rect\" href=\"programs3-4.php\" alt=\"Educational Methods\" coords=\"390,82 505,105\">");
			document.write("		</MAP>");
			document.write("		<IMG usemap=\"#programsMap\" src=\"image/programsUltrasoundHeader.jpg\" border=0>");	
		}
	if(pageName=="about"){
		document.write("		<MAP name=\"aboutMap\">");
		document.write("			<AREA shape=\"rect\" href=\"main.php\" alt=\"Home\" coords=\"10,82 45,105\">");
		document.write("			<AREA shape=\"rect\" href=\"about2.php\" alt=\"Executive Medical Fellowship\" coords=\"55,82 205,105\">");
		document.write("			<AREA shape=\"rect\" href=\"about3.php\" alt=\"Echo-Trak Software\" coords=\"210,82 425,105\">");
		document.write("		</MAP>");
		document.write("		<IMG usemap=\"#aboutMap\" src=\"image/aboutNapeHeader.jpg\" border=0>");	
	}
	if(pageName=="admissions"){document.write("		<IMG src=\"image/admissionsHeader.jpg\">");}
	if(pageName=="contact"){document.write("		<IMG src=\"image/contactHeader.jpg\">");}
	if(pageName=="store"){document.write("		<IMG src=\"image/storeHeader.jpg\">");}
	document.write("	</TD>");
	document.write("</TR>");
	document.write("<TR>");
	document.write("	<TD class=\"pageContentCol\">");
	
}
function writeFooter(){
	document.write("		</TD>");
	document.write("	</TR>");
	document.write("	<TR>");
	document.write("		<TD class=\"footer\">");
	document.write("			Copyright © 2006 National Academy of Perioperative Echocardiography <BR> [<A class =\"adminLink\" href=\"admin.php\">Admin</A>]");
	document.write("		</TD>");
	document.write("	</TR>");
	document.write("</TABLE>");
}