﻿function loadNav(id,shtml) {
if (document.getElementById || document.all) {
var el = document.getElementById? document.getElementById(id): document.all[id];
if (el && typeof el.innerHTML != "undefined") el.innerHTML = shtml;
   }
}

var header = '<div class="banner"><img src="/graphics/grillworks-banner.gif" alt="Grillworks Inc. Natural Foods Deserve Natural Fuels"></div><div class="nav"> <a href="/khxc/index.php?app=ccp0&ns=catshow&ref=grill" id="orderMainNav"><b>Products and Ordering</b></a> <a href="/index.html">Home</a> <a href="/features.html" >Features</a> <a href="/reviews.html" >Reviews</a> <a href="/grilleryCooking.html" >Grillery Cooking</a> <a href="/grillingGreen.html" >Grilling Green</a><a href="building.html" >Building</a>  <a href="/blog.html" >Recipes Blog</a> <a href="/contact.html" >About Us</a> </div><div style="background-image:url(/graphics/nav-border.gif);background-repeat: repeat-x;width:922px; height:8px;">&nbsp;</div>'

var footer = '<div class="footer"> <a href="/khxc/index.php?app=ccp0&ns=catshow&ref=grill" id="orderFooterNav"><b>Products</b></a> <a href="/index.html">Home</a> <a href="/features.html" >Features</a> <a href="/reviews.html" >Reviews</a> <a href="/grilleryCooking.html" >Grillery Cooking</a> <a href="/greenGrilling.html" >Grilling Green</a><a href="building.html" >Building</a>  <a href="/blog.html" >Recipes Blog</a> <a href="/contact.html" >About Us</a> </div><div class="copywright">&copy; 2008, Grillworks, Inc. all rights reserved</div>'


		

