function Header() 
{
    document.write("<div id='header_'>");
    document.write("</br>");
    document.write("<ul class='navi'>");
    document.write("<li><a href='/index.html'>Home</a></li>")
    document.write("<li><a href='/services.html'>Services</a></li>")
    document.write("<li><a href='/weblinks.html'>Weblinks</a></li>")
    document.write("<li><a href='/routemap.html'>Routemap</a></li>")
    document.write("<li><a href='/contactus.html'>Contact Us</a></li>");
    document.write("</ul>");
    document.write("</div>");
}

function SideMenu() {
    document.write("<div id='left_'> ");
    document.write("&nbsp;<h2>Outsourcing services</h2>");
    document.write("<p><span>Join with us</span> for your offshore&nbsp;software developments&nbsp;and develop&nbsp;Microsoft windows / web based applications <a href='/offshore_advantage.html'>More...</a></p>");
    document.write("<br />");
    document.write("<ul>");
    document.write("<li><a href='/offshore_advantage.html'>Offshore&nbsp;Advantages</a></li>");
    document.write("<li><a href='/what_to_outshore.html'>What&nbsp;to&nbsp;Outsource?</a></li>");
    document.write("<li><a href='/outsourcing_contract.html'>Outsourcing&nbsp;contract</a></li>");
    document.write("<li><a href='/whykaraikudi.html'>Why Karaikudi?</a></li>");
    document.write(" </ul>");
    document.write("</div>");
}

function RightMenu() {
    document.write("<div id='right_'>");
    document.write("&nbsp;<h2>Critics of outsourcing</h2>");
    document.write("<p>Can any organization recognize a process which might be outsourced offshore? Most likely properties of strong offshore &nbsp;<a href='/what_to_outshore.html'>More...</a></p>");
    document.write("<p><br />In <span>Our offshore development centre </span>Experience the quality, timely delivery of your projects / tasks at unimaginable cost!!!!</p>");
    document.write(" <p>&nbsp;</p>");
    document.write("</div>");
}

function Footer() {
    document.write("<div id='footer12_'>");
    document.write("</br>");
    document.write("</div>");
    document.write("<div id='footer2_'>");
    document.write("<p>");
    document.write(" Copyright © 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>");
    document.write("</p>");
    document.write("</div>");
}
