function fnTop()
	{
	var str="";
	str+="<table cellpadding='0' cellspacing='0' border='0' width='100%'>";
	str+="<tr><td background='" + linkPath + "images/top_bg.jpg' width='780' height='109'><div class='logo'><a href='" + linkPath + "index.html'><img src='" + linkPath + "images/logo_img.jpg' width='250' height='88' border='0' alt=''></a></div><div align='right' class='top_rightext'><a href='" + linkPath + "index.html'>Home</a> &nbsp; | &nbsp; <a href='" + linkPath + "contact_us.html'> Contact Us</a><br><font color='000000'><b>A Green Building Solutions Company</b></font></div></td></tr>";
	str+="<tr><td style='padding-top:3px;'><img src='" + linkPath + "images/green_line.gif' width='780' height='20' alt=''></td></tr>";
	str+="</table>";
	document.write(str);
	}
	
function fnBottom()
	{
	var str="";
	str+="<table cellpadding='0' cellspacing='0' border='0' width='780'>";
	str+="	<tr><td colspan='4' height='1' bgcolor='#E3E3E3'></td></tr>";
	str+="	<tr><td colspan='4'><br></td></tr>";
	str+="	<tr>";
    str+="		<td align='center'><img src='" + linkPath + "images/logo_usgbc1.jpg' width='86' height='83' alt=''></td>";
	str+="		<td align='right'><img src='" + linkPath + "images/CCES.jpg' width='124' height='66' border='0' alt=''></a><font class='right_text'></td>";
	str+="		<td align='center'><img src='" + linkPath + "images/cold-plus.jpg' width='340' height='97' border='0' alt=''></a><font class='right_text'></td>";
	str+="		<td align='center'><img src='" + linkPath + "images/logo_chillin.jpg' width='157' height='65' border='0' alt=''></a></td></tr>";
	str+="	</tr>";
	str+="	<tr><td colspan='4'><br></td></tr>";
	str+="	<tr><td colspan='4'><img src='" + linkPath + "images/green_line.gif' width='780' height='20' alt=''></td></tr>";
        str+="	<tr><td colspan='4' align='center' width='780' style='padding-right:5px;'><font class='right_text'><br>&copy; Copyright 2009, Green Volt USA, Inc.<br>All rights reserved.</font><br><font class='web_text'>Website Design by <a href='http://www.tatemweb.com' class='menu_web' target='_blank' title='Tatem Website Design Stuart Florida, Palm Beach Gardens Web Design, West Palm Beach Website Design'>Tatem Website Design</a></font></td>";
	str+="</table>";
	document.write(str);
	}

