function Menu()
{
document.write("<ul class='navi'>");
document.write("<li><a href='index.html' title='Home'>");
document.write("Home");
document.write("</a></li>");
document.write("<li><a href='weblinks.html' title='Web Links'>");
document.write("Web Links");
document.write("</a>");
document.write("</li>");
document.write("<li><a href='faq.html' title='Frequently Asked Questions'>");
document.write("FAQ");
document.write("</a>");
document.write("</li>");
document.write("<li><a href='routemap.html' title='Route Map'>");
document.write("Route Map");
document.write("</a>");
document.write("</li>");
document.write("<li><a href='contactus.html' title='Contact'>");
document.write("Contact");
document.write("</a>");
document.write("</li>");
document.write("</ul>");
}

function footer()
{
document.write("<div id='footer2_'>");
document.write("&nbsp;<p> Copyright  &copy;  WBC Software Lab 1999-2010. All rights reserved.<br /> Designed and Developed  by <a href='http://www.wbcsoftwarelab.com/' target='_blank'>WBC Software Lab</a><br />");
document.write("<br />");
document.write("</p>");
document.write("</div>");
}

function sidebar()
{
document.write("<h2><strong>Joomla</strong></h2>");
document.write("<p>Joomla is so much more than just a powerful content management system but the true power of Joomla is in its extensibility.&nbsp;<a href='joomla.html'>Read More</a></p>");
document.write("<h2><strong>Drupal</strong></h2>");
document.write("<p>Drupal provides browser based Admin interfaces that can be used to manage the website as well as publish and organize. &nbsp;<a href='drupal.html'>Read More</a></p>");
document.write("<h2><strong>Magento</strong></h2>");
document.write("<p> We provide a managed service which offers our clients our expertise in populating their system at a very reasonable cost.&nbsp;<a href='magento.html'>Read More</a></p>");
document.write("<h2><strong>Oscommerce</strong></h2>");
document.write("<p> osCommerce is an online shop e-commerce solution that offers a wide range of out-of-the-box features that allows online &nbsp;<a href='oscommerce.html'>Read More</a></p>");
document.write("<h2><strong>Zencart</strong></h2>");
document.write("<p>Zen Cart's default installation provides everything needed to maintain a shopping cart web site, however no warranty is given that the software fulfills its purpose.&nbsp;<a href='zencart.html'>Read More</a></p>");
document.write("<h2><strong>WordPress</strong></h2>");
document.write("<p>We offer a feature set with WordPress on par or better than any other software of its kind.&nbsp;<a href='wordpress.html'>Read More</a></p>");
}

