
// Footer

document.write("<table cellpadding='0' cellspacing='0' border='0' width='100%'>");
document.write("	<tr>");
document.write("		<td height='5' bgcolor='142458'><img src='images/spacer.gif'></td>");
document.write("	</tr>");
document.write("	<tr>");
document.write("		<td height='86'>");
document.write("			<table cellpadding='0' cellspacing='0' border='0' width='636' align='center'>");
document.write("				<tr>");
document.write("					<td width='80' align='center'><img src='images/footer_logo.gif'></td>");
document.write("					<td>");
document.write("						<div id='footer'>");
document.write("						<a href='index.html' class='footer'>Home</a> | <a href='product_gallery_1.htm' class='footer'>Product Gallery 1</a> | <a href='product_gallery_2.htm' class='footer'>Product Gallery 2</a> | <a href='product_gallery_3.htm' class='footer'>Product Gallery 3</a> | <a href='product_listing.htm' class='footer'>Product Listing</a> | <a href='order_form.htm' class='footer'>Order Form</a>");
document.write("						<br><a href='mailto:info@btbmedical.com' class='footer'>Email: info@btbmedical.com</a>");
document.write("						Phone: 281-924-6930 713-270-6403 Fax: 713-270-6860");
document.write("						<br> Address: 6440 Hillcroft Ave. Ste. 112 Houston, TX 77081");
document.write("						</div>");
document.write("					</td>");
document.write("				</tr>");
document.write("			</table>");
document.write("		</td>");
document.write("	</tr>");
document.write("</table>");

