function ShowEmail()
	{
	var contact = 'Rodgers Roofing';
  var email = 'sales';
  var emailHost = 'rodgersroofing.com';
  document.write('<a href=' + 'mail' + 'to:' + email + '@' + emailHost+ '>'+ contact + '</a>');
	}

function ShowHeader()
	{
	document.write('<div align=left>');
	document.write('<table border=0 cellspacing=0 style="border-collapse: collapse bordercolor=#111111" width=775 cellpadding=0>');
	document.write('<tr><td width=100% bgcolor=#FF0000 align=center colspan=3>');
	document.write('<b><font size="5" color=#FFFFFF>Rodgers Roofing Contractors and Roofing Consultants</font></b></td></tr>');
	document.write('<tr><td width=100% align=center colspan=3>');
	document.write('<b><font size="4" color=#00008B>We specialize in all types of roofing! &nbsp;&nbsp;&nbsp;&nbsp;<a href="freeestimate.htm">Free Estimate!</a></font></b></td></tr>');
	document.write('<tr><td width=34% align=center bgcolor=#00008B style="border-right: 2px solid #FFFFFF"><font color=#FFFFFF><b>');
	document.write('<font size="3">Residential</font></b></font></td>');
	document.write('<td width=33% align=center bgcolor=#00008B style="border-right: 2px solid #FFFFFF"><font color=#FFFFFF><b>');
	document.write('<font size="3">Commercial</font></b></font></td>');
	document.write('<td width=33% align=center bgcolor=#00008B><font color=#FFFFFF><b>');
	document.write('<font size="3">Industrial</font></b></font></td></tr>');
	document.write('</table></div>');
	}

function ShowFooter()
	{
	document.write('<div class="footer" align="left">');
	document.write('<table border="0" cellspacing="0" style="border-collapse: collapse" bordercolor="#111111" width="775" cellpadding="2">');
	document.write('<tr><td bgcolor="#000080" style="border-right: 2px solid #FFFFFF" align="center">');
	document.write('<span style="background-color: #000080"><a class="footer" href="index.htm">Home</a></span></td>');
	document.write('<td bgcolor="#000080" style="border-right: 2px solid #FFFFFF" align="center">');
	document.write('<span style="background-color: #000080"><a class="footer" href="whoweare.htm">Who We Are</a></span></td>');
	document.write('<td bgcolor="#000080" style="border-right: 2px solid #FFFFFF" align="center">');
	document.write('<span style="background-color: #000080"><a class="footer" href="whatwedo.htm">What We Do</a></span></td>');
	document.write('<td bgcolor="#000080" style="border-right: 2px solid #FFFFFF" align="center">');
	document.write('<span style="background-color: #000080"><a class="footer" href="maintenance.htm">Maintenance</a></span></td>');
	document.write('<td bgcolor="#000080" style="border-right: 2px solid #FFFFFF" align="center">');
	document.write('<span style="background-color: #000080"><a class="footer" href="photos.htm">Photos</a></span></td>');
	document.write('<td bgcolor="#000080" style="border-right: 2px solid #FFFFFF" align="center">');
	document.write('<span style="background-color: #000080"><a class="footer" href="aerial.htm">Aerial Photography</a></span></td>');
	document.write('</tr></table></div>');
	document.write('<font size=1>&copy;2002-2003 Rodgers Roofing ');
	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" style="border-collapse: collapse" bordercolor="#111111" width="125" cellpadding="2">');
	document.write('<tr><td style="border-top: 1px solid #00008B; border-bottom: 1px solid #00008B">- ');
	document.write('<a class="nav" href="index.htm">Home</a></td></tr>');
	document.write('<tr><td style="border-bottom: 1px solid #00008B">- ');
	document.write('<a class="nav" href="whoweare.htm">Who we are</a></td></tr>');
	document.write('<tr><td style="border-bottom: 1px solid #00008B">- ');
	document.write('<a class="nav" href="freeestimate.htm">Free Estimate</a></td></tr>');
	document.write('<tr><td style="border-bottom: 1px solid #00008B">- ');
	document.write('<a class="nav" href="whatwedo.htm">What we do</a></td></tr>');
	document.write('<tr><td style="border-bottom: 1px solid #00008B">- ');
	document.write('<a class="nav" href="maintenance.htm">Maintenance</a></td></tr>');
	document.write('<tr><td style="border-bottom: 1px solid #00008B">- ');
	document.write('<a class="nav" href="products.htm">Products</a></td></tr>');	
	document.write('<tr><td style="border-bottom: 1px solid #00008B">- ');
	document.write('<a class="nav" href="photos.htm">Photos</a></td></tr>');
	document.write('<tr><td style="border-bottom: 1px solid #00008B">- ');
	document.write('<a class="nav" href="aerial.htm">Aerial<br> Photography</a></td></tr>');
	document.write('<tr><td style="border-bottom: 1px solid #00008B">- ');
	document.write('<a class="nav" href="yellowpages.htm">Yellow Page Ad</a></td></tr>');
	document.write('</table></center></div>');
	}

function ShowLocationsNav()
	{
	document.write('<font size="1">');
	document.write('<font color="#00008B">Corporate Office</font> <br>402-423-7663<br>');
	document.write('<font color="#00008B">(423-ROOF)</font><br>');
	document.write('2142 Stone Creek Loop<br>');
	document.write('Lincoln, NE 68512<br>');
	document.write('</font>');
	}

function AddLinkStyle()
	{
	document.write('<style>')
	document.write('A.nav:link { color:DarkBlue; text-decoration: none; font-weight: bold; }')
	document.write('A.nav:hover {	text-decoration: none; color: Red; font-weight: bold; font-size: 11pt; }')
	document.write('A.nav:visited { text-decoration: none; color: DarkBlue; 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: Yellow; font-weight: bold; font-size: 11pt; }')
	document.write('A.footer:visited { text-decoration: none; color: White; font-weight: bold; }')
	document.write('</style>')
	}

function ShowLeftNavAll()
	{
	document.write('<a href="index.htm">');
  document.write('<img border="0" src="images/rrseal.jpg" alt="Rodgers Roofing" width="85" height="85"></a><br>');
	ShowLeftNav();
	document.write('<br><a href="http://www.nrca.net">');
  document.write('<img border="0" src="images/nrcasealnew.gif" alt="National Roofing Contractors Association" width="85" height="85"></a><br>');
  document.write('<font color="#00008B"><b>NRCA</b></font><br>');
	document.write('<p><a href="http://www.bbbonline.org/cks.asp?id=10309021023135101" TARGET=new><img src="images/ReliabilitySeal1.gif" alt="BBBOnLine Reliability Seal" WIDTH=85 HEIGHT=130 BORDER=0></a>');
  document.write('<br>');
  document.write('<p>');
  ShowLocationsNav();
	document.write('</p>');
	}
