function ShowEmail(thisUser, thisDescription)
	{
	var contact = 'Email: ' + thisDescription;
  var email = thisUser;
  var emailHost = 'ecdhd.com';
  document.write('<a class="footer" href=' + 'mail' + 'to:' + email + '@' + emailHost+ '>'+ contact + '</a>');
	}

function ShowHeader()
	{
	document.write('<div align=left>');
	document.write('<table border=0 cellspacing=0 width=775 cellpadding=0>');
	document.write('<tr><td width=25% align=left>');
	document.write('<a href="index.htm"><img src="image/ecdhd_logo.jpg" alt="East Central District Health" width="259" height="75" border="0"></a>');
	document.write('</td>');	
	document.write('<td width=75% valign="bottom">');
	document.write('<table border="0" cellspacing="0" width="100%" cellpadding="0">');
	document.write('<tr><td colspan="9" align="right">');
	showSearch();
	document.write('</td></tr>');	
	document.write('<tr bgcolor="#ff3333"><td width="103" align="center" bgcolor="#ff3333"><a class="footer" href="ecdhd_healthclinics.htm">Health <br>Services </a></td><td>&nbsp;</td>');
	document.write('<td width="103" align="center" bgcolor="#ff3333"><a class="footer" href="ecdhd_healthclinics.htm"> Health <br>Classes </a></td><td>&nbsp;</td>');
	document.write('<td width="103" align="center" bgcolor="#ff3333"><a class="footer" href="ecdhd_calendar.asp">ECDHD <br>Calendar </a></td><td>&nbsp;</td>');
	document.write('<td width="103" align="center" bgcolor="#ff3333"><a class="footer" href="ecdhd_news.asp">Area Health <br>News </a></td><td>&nbsp;</td>');
	document.write('</tr></table>');
	document.write('</td></tr>');	
	document.write('</table></div>');
	}

function ShowFooter()
	{
	document.write('<font size=1>&copy;2003-2006 East Central District Health Department    ');
	document.write('<font size=1><br>Site Programming and Hosting by <a href="http://www.enhancedtechsolutions.com"><img border="0" src="images/etsblocks_sm.gif" alt="Enhanced Technology Solutions - Columbus, Nebraska Web site design and hosting, custom programming and office automation"> Enhanced Technology Solutions</a> ');
	//document.write('<a href="privacy.htm">Privacy Statement</a>');
	//document.write('<font size=1><br> <b>Email us : </b>');
	//ShowEmail();
	//document.write('</font>');
	}

function ShowLeftNav()
	{
	document.write('<div align="center"><center>');
	document.write('<table border="0" cellspacing="0" width="125" cellpadding="2" bgcolor="#99ccff">');
	document.write('<tr><td align="center" > ');
	document.write('<a class="nav" href="index.asp" title="Return to Home">Home</a></td></tr>');
	document.write('<tr><td><img border="0" src="image/clear.gif" width="125" height="5"></td></tr>');
	document.write('<tr><td align="center" > ');
	document.write('<a class="nav" href="ecdhd_comm_risk.asp" title="Community Risk Reduction">Community Risk Reduction</a></td></tr>');
	document.write('<tr><td><img border="0" src="image/clear.gif" width="125" height="5"></td></tr>');
	document.write('<tr><td align="center" > ');
	document.write('<a class="nav" href="ecdhd_mch.asp" title="Maternal Child Health">Maternal Child Health</a></td></tr>');
	document.write('<tr><td><img border="0" src="image/clear.gif" width="125" height="5"></td></tr>');
	document.write('<tr><td align="center" > ');
	document.write('<a class="nav" href="ecdhd_goodneighbor.asp" title="Good Neighbor Community Health Clinic">Good Neighbor Community Health Clinic</a></td></tr>');
	document.write('<tr><td><img border="0" src="image/clear.gif" width="125" height="5"></td></tr>');
	document.write('<tr><td align="center" > ');
	document.write('<a class="nav" href="ecdhd_cfh.asp" title="Center for Family Health">Reproductive Health</a></td></tr>');
	document.write('<tr><td><img border="0" src="image/clear.gif" width="125" height="5"></td></tr>');
	document.write('<tr><td align="center" > ');
	document.write('<a class="nav" href="ecdhd_tobacco.asp" title="Tobacco Prevention">Tobacco Prevention</a></td></tr>');
	document.write('<tr><td><img border="0" src="image/clear.gif" width="125" height="5"></td></tr>');
	document.write('<tr><td align="center" > ');
	document.write('<a class="nav" href="ecdhd_wic.asp" title="WIC Clinic">WIC Clinic</a></td></tr>');
	document.write('<tr><td><img border="0" src="image/clear.gif" width="125" height="5"></td></tr>');
	document.write('<tr><td align="center" > ');
	document.write('<a class="nav" href="ecdhd_careers.asp" title="Careers">Careers</a></td></tr>');
	document.write('<tr><td><img border="0" src="image/clear.gif" width="125" height="5"></td></tr>');
	document.write('<tr><td align="center" > ');
	document.write('<a class="nav" href="ecdhd_partners.htm" title="ECDHD Partners">ECDHD Partners</a></td></tr>');
	document.write('<tr><td><img border="0" src="image/clear.gif" width="125" height="5"></td></tr>');
	document.write('<tr><td align="center" > ');
	document.write('<a class="nav" href="ecdhd_boardofhealth.htm" title="ECDHD Board of Directors">ECDHD Board of Directors</a></td></tr>');
	document.write('<tr><td><img border="0" src="image/clear.gif" width="125" height="5"></td></tr>');
	document.write('<tr><td align="center" > ');
	document.write('<a class="nav" href="ecdhd_aboutus.htm" title="About Us">About Us</a></td></tr>');
	document.write('<tr><td><img border="0" src="image/clear.gif" width="125" height="5"></td></tr>');
	document.write('<tr><td align="center" > ');
	document.write('<a class="nav" href="ecdhd_apply.htm" title="Apply for Services">Apply for Services</a></td></tr>');
	document.write('<tr><td><img border="0" src="image/clear.gif" width="125" height="5"></td></tr>');
	document.write('<tr><td align="center" > ');
	document.write('<a class="nav" href="ecdhd_map.htm" title="Map to ECDHD">Map to Us</a></td></tr>');
	document.write('<tr><td><img border="0" src="image/clear.gif" width="125" height="5"></td></tr>');
	document.write('</table></center></div>');
	}

function AddLinkStyle()
	{
	document.write('<style type="text/css">')
	document.write('BODY, P, NORMAL, TABLE, TD, TH  {font-family: "Verdana,Arial,Helvetica,sans-serif"; font-size: 10pt; color: 000000}')
	document.write('H1 {font-family: "Verdana,Arial,Helvetica,sans-serif"; font-size: 15pt; color: Blue; text-decoration: none}')
	document.write('H2 {font-family: "Verdana,Arial,Helvetica,sans-serif"; font-size: 13pt; color: red; text-decoration: none}')
	document.write('H3 {font-family: "Verdana,Arial,Helvetica,sans-serif"; font-size: 10pt; color: Blue; text-decoration: none; margin-bottom: 2}')
	document.write('H4 {font-family: "Verdana,Arial,Helvetica,sans-serif"; font-size: 10pt; color: red; text-decoration: none}')
	document.write('A.nav:link { text-decoration: none; color:black; font-weight: bold; }')
	document.write('A.nav:hover {	text-decoration: none; color: white; font-weight: bold; font-size: 11pt; }')
	document.write('A.nav:visited { text-decoration: none; color:black; font-weight: bold; }')
	document.write('A.footer:link { text-decoration: none; color: White; font-weight: bold; }')
	document.write('A.footer:hover { text-decoration: none; color: white; font-weight: bold; font-size: 11pt; }')
	document.write('A.footer:visited { text-decoration: none; color: White; font-weight: bold; }')
	document.write('</style>')
	}


function showSearch()
	{
	document.write('<form method="GET" action="/cgi-bin/htsearch">');
	document.write('<input type="hidden" name="config" value="htdig">');
	document.write('<input type="hidden" name="restrict" value="">');
	document.write('<input type="hidden" name="exclude" value="">');
	document.write('<input type="hidden" name="sort" value="Score">');
	document.write('<input type="hidden" name="method" value="All">');
	document.write('<input type="hidden" name="format" value="Long">');
	document.write('Search: ');
	document.write('<input type="text" size="10" name="words" value="">');
	document.write('&nbsp;<input type="image" src="image/grey_arrow.gif" value="Search" alt="Search">');
	document.write('</form>');
	}


