


var strNav="";

strNav = "<table border=\"0\" cellspacing=\"0\" cellpadding=\"0\">" 
	+ "		<tr>" 
	+ "			<td><a href=\"index.html\"><img src=\"images/Nav/Home.jpg\" border=\"0\" alt=\"Home\"></a></td></tr>"
	+ "		<tr>" 
	+ "			<td><a href=\"about.html\"><img src=\"images/Nav/AboutUs.jpg\" border=\"0\" alt=\"About us\"></a></td></tr>" 
	+ "		<tr>" 
	+ "			<td><a href=\"pricing.html\"><img src=\"images/Nav/PriceList.jpg\" border=\"0\" alt=\"Pricing\"></a></td></tr>" 
	+ "		<tr>" 
	+ "			<td><a href=\"distributors.html\"><img src=\"images/Nav/Distributors.jpg\" border=\"0\" alt=\"Distribute\"></a></td></tr>" 
	+ "		<tr>" 
	+ "			<td><a href=\"products.html\"><img src=\"images/Nav/Products.jpg\" border=\"0\" alt=\"Products\"></a></td></tr>"
	+ "		<tr>" 
	+ "			<td><a href=\"PrivateLabelling.html\"><img src=\"images/Nav/Labeling.jpg\" border=\"0\" alt=\"Labeling\"></a></td></tr>"
	+ " </table>";
	
	var strFooter="";
	
	strFooter = "<p>&nbsp;</p>" 
		+ "	<p align=\"center\"><span style=\"font-size:18px;\"><b>Rooster Labs</b></span>" 
		+ "	<br />P.O. Box 414605, Kansas City, MO 64141 <br>" 
		+ "	Phone: 816.474.1622 &nbsp; &nbsp; Fax: 816.474.7622<br>" 
		+ "	Email: <a href=\"mailto:duane@roosterlabs.com\">duane@roosterlabs.com</a></p>"
		+ "<p align=\"center\"><a href=\"index.html\">Home</a> | "
		+ "<a href=\"about.html\">Who We Are</a> | "
		+ "<a href=\"pricing.html\">Price List</a> | "
		+ "<a href=\"distributors.html\">Distributors</a> | "
		+ "<a href=\"products.html\">Products</a> | "
		+ "<a href=\"PrivateLabelling.html\">Private Labeling</a>"
		+ "<br />Last Updated Nov. 10 2009</p>";