/*  header-footer.js
*
*	Replace the top navs & footer
*
*/

function TopNav ()
{
	document.write("<div id=\"nav\"><div class=\"nav\"> \n");
	document.write("<a href=\"/default.html\" id=\"home\">Home</a> \n");
	document.write("<a href=\"/about.html\" id=\"about\">About MHRC</a> \n");
	document.write("<a href=\"/news.html\" id=\"newsevents\">News & Events</a> \n");
	document.write("<a href=\"/resources.html\" id=\"resources\">Resources</a> \n");
	document.write("<a href=\"/partnerships.html\" id=\"partnerships\">Partnerships</a> \n");
	document.write("<a href=\"/contact.html\" id=\"contact\">Contact MHRC</a> \n");
	document.write("<a href=\"sitemap.html\" id=\"map\">Site Map</a> \n");
	document.write("<a href=\"REACHUS/home.html\" id=\"REACH US\">REACH US</a> \n");
	document.write("</div></div> \n");
}

function SearchTop ()
{
	document.write("<table width=\"100%\"><tr><td width=\"500\">\n");
	document.write("<img src=\"/images/mhrc_logo.png\" alt=\"MHRC Minority Heath and Research Center\" />\n");
	document.write("</td><td><div id=\"search\">Search the MHRC Web site using Google \n");
}

function SearchBottom ()
{
	document.write("<form action=\"http://www.google.com/search\" method=\"get\" target=\"_blank\" onSubmit=\"Gsitesearch(this)\"> \n");
	document.write("<input name=\"q\" type=\"hidden\" /> \n");
	document.write("<input name=\"qfront\" type=\"text\" style=\"width:180px\" /> \n");
	document.write("<input type=\"submit\" value=\"Search\" /> \n");
	document.write("</form></div><div id=\"ncmhd\"><img src=\"/images/Logo-NCMHD-color.png\" alt=\"\" /></div> \n");
	document.write("</td></tr></table> \n");
}

function BottomNav ()
{
	document.write("<div id=\"navbottom\"><div class=\"nav\"> \n");
	document.write("<a href=\"/research.html\" id=\"research\">Research</a> \n");
	document.write("<a href=\"/training.html\" id=\"traning\">Training</a> \n");
	document.write("<a href=\"/outreach.html\" id=\"outreach\">Outreach</a> \n");
	document.write("<a href=\"/genetics-core.html\" id=\"statisticalgenetics\">Statistical & Molecular Genetics</a> \n");
	document.write("<a href=\"/access-core.html\" id=\"participant\">Clinical Trials</a> \n");
	document.write("<a href=\"/bioethics-core.html\" id=\"bioethics\">Bioethics</a> \n");
	document.write("<a href=\"/webcasts\" id=\"webcasts\">Webcasts</a> \n");
	document.write("</div></div> \n");
}
function SearchCDCBottom ()
{
	document.write("<form action=\"http://www.google.com/search\" method=\"get\" target=\"_blank\" onSubmit=\"Gsitesearch(this)\"> \n");
	document.write("<input name=\"q\" type=\"hidden\" /> \n");
	document.write("<input name=\"qfront\" type=\"text\" style=\"width:180px\" /> \n");
	document.write("<input type=\"submit\" value=\"Search\" /> \n");
	document.write("</form></div><div id=\"ncmhd\"><img src=\"/images/Logo-NCMHD-color.png\" alt=\"\" /></div> \n");
	document.write("<div id=\"ncmhd\" style=\"margin-left: 25px; margin-top: 8px; width: 150px;\"><img src=\"/images/ACS.png\" alt=\"\" /></div> \n");
	document.write("</td></tr></table> \n");
}

function Footer ()
{
	document.write("<table cellspacing=\"0\" cellpadding=\"0\" style=\"width:95%; border:none;\"> \n");
	document.write("<tr><td width=\"7%\" valign=\"top\"> \n");
	document.write("<img src=\"/images/mhrc_bottomlogo.gif\" alt=\"mhrc logo\" align=\"left\" /></td> \n");
	document.write("<td width=\"80%\" valign=\"top\"> \n");
	document.write("<p>Minority Health &amp; Health Disparities Research Center<br /> \n");
	document.write("1520 3rd Avenue South, MT 512, Birmingham, Alabama 35294-4410<br /> \n");
	document.write("phone: 1-877-MHRC-UAB&nbsp; fax: 1-205-934-7959 &nbsp; <a href=\"mailto:info@uabmhrc.com\">info@uabmhrc.com</a><br /> \n");
	document.write("<a href=\"/disclaimer.html\" target=\"_blank\">Disclaimer</a></p> \n");
	document.write("</td><td width=\"13%\"> \n");
	document.write("<a href=\"http://www.uab.edu/\" target=\"_blank\"><img alt=\"UAB - University of Alabama at Birmingham\" class=\"biophoto1\" src=\"/images/uablogo.gif\" /></a> \n");
	document.write("</td></tr> \n");
	document.write("<tr><td colspan=\"3\"><br /><p><em>Funding for this website was made possible in part by 5P60MD00502-06 from the National Center on Minority Health and Health Disparities.</em></p></td></tr></table> \n");
}


							
							
							
							
							
						
					
					
					
				
			
