function buildBannerMenu()
{
bannerMenuString = "";
bannerMenuString += '    <ul id="navigation" style="margin-bottom: 0;" name="navigation">\n';
//bannerMenuString += '      <li class="active"><a href="index.html" title="Home" target="_self">Home</a></li>\n';
bannerMenuString += '      <li><a href="index.html" title="Home" target="_self">Home</a></li>\n';
//bannerMenuString += '      <li><a href="liquidpolymers.html" title="About" target="_self">About</a></li>\n';
//bannerMenuString += '      <li><a href="services.html" title="Portofolio" target="_self">Services</a></li>\n';
bannerMenuString += '      <li><a href="contact.html" title="Contact" target="_self">Contact</a></li>\n';
bannerMenuString += '    </ul>\n';
document.write(bannerMenuString);
}
function buildSideMenu()
{
sideMenuString = "";
sideMenuString += '<h3 class="leftbox">Site Menu</h3>\n';
sideMenuString += '<ul class="leftbox borderedlist">\n';
sideMenuString += '      <li><a href="index.html" title="homepage" target="_self">Home</a></li>\n';
//sideMenuString += '      <li><a href="liquidpolymers.html" title="Liquid Polymers Ltd." target="_self">Our Company </a></li>\n';
sideMenuString += '      <li><a href="rubber-roof.html" title="Waterproof liquid rubber roof membrane coating" target="_self">Rubba-Roof Pro&trade;</a></li>\n';
//sideMenuString += '      <li><a href="services.html" title="Roof waterproofing services" target="_self">Services</a></li>\n';
sideMenuString += '      <li><a href="sample.html" title="Liquid roof waterproof rubber" target="_self">Request Sample</a></li>\n';
sideMenuString += '      <li><a href="leaking-roof-repair.html" title="leaking roof repair" target="_self">Prices / Purchase</a></li>\n';
sideMenuString += '      <li><a href="contact.html" title="email liquid polymers" target="_self">Contact</a></li>\n';
sideMenuString += '      <li><a href="liquid-applied-roofing.html" title=" liquid applied roof surfacing -   frequently asked questions" target="_self">FAQ\'S</a></li>\n';
sideMenuString += '      <li><a href="PDF/rubber-roof-professional.pdf" title="liquid applied roofing factsheet" target="_blank">Technical Spec Sheet</a></li>\n';
sideMenuString += '      <li><a href="update.html" title="RubbaRoof Updates" target="_blank">Rubba-Roof Updates</a></li>\n';
sideMenuString += '</ul>\n';
document.write(sideMenuString);
}
function buildMidColumn()
{
var menuString = "";
menuString += '<ul class="borderedlist iconlist" style="margin-bottom: 0;">';
menuString += '<li><a href="http://www.buildingproducts.co.uk/building-feature/679" title="All you need to know about liquid roof coatings" target="_blank" rel="nofollow">Liquid Roof Coatings</a></li>';
menuString += '<li><a href="http://www.householdersguide.com/Resource-Directory-Pages/Roofing.php" title="All you need to know about liquid roof coatings" target="_blank" rel="nofollow">Roofing With Householders Guide</a></li>';
menuString += '<li><a href="http://www.freeindex.co.uk/signup.htm?ref=R129546" title="freeindex - promote your company and sell your products" target="_blank" rel="nofollow">UK Business Directory</a></li>';
menuString += '<li><a href="http://www.betterbuild.com/" rel="nofollow">Betterbuild</a></li>';
menuString += '<li><a href="http://www.constructionstate.com/" rel="nofollow">Construction Directory</a></li>';
menuString += '<li><a href="http://www.buildingdesign.co.uk/facil-group5/green-roof-systems/green-roofs.htm" rel="nofollow">Building Design - Green Roofs</a></li>';
menuString += '<li><a href="http://www.shedexpress.com/site1/home.asp">Shed Express</a></li>';
menuString += '</ul>';
document.write(menuString);
}
