function TestingHeader()
{
  document.write("<div id='logo_'>");  
  document.write("&nbsp;</div>");  
  document.write("<div id='headerLeft_'>");
  document.write("&nbsp;<h2>");  
  document.write("Validation</h2>");  
  document.write("<p>The process of evaluating software to determine whether the products, &nbsp; <a href='validation.html'>read more ...</a></p>");  
  document.write("</div>");  
  document.write("<div id='headerMiddle_'>");  
  document.write("&nbsp;<h2>");
  document.write("Verification</h2>");  
  document.write("<p>The process of evaluating software during or at the end of the, &nbsp; <a href='verification.html'>read more ...</a></p>");  
  document.write("</div>");  
  document.write("<div id='headerRight_'>");  
  document.write("&nbsp;<h2>");  
  document.write("Quality</h2>");
  document.write("<p>Software Quality is everyone feels that it changes the world for, &nbsp; <a href='quality.html'>read more ...</a></p>");  
  document.write("</div>");  
  document.write("<div id='headerBar_'>");  
  document.write("&nbsp;<ul class='navi'>");  
  document.write("<li><a href='index.html'>Home</a></li>");  
  document.write("<li><a href='ourservices.html'>Our Services</a></li>");
  document.write("<li><a href='routemap.html'>Route Map</a></li>");  
  document.write("<li><a href='weblinks.html'>Web Links</a></li>");  
  document.write("<li><a href='contact_us.html'>Contact</a></li>"); 
  document.write("</ul>");  
  document.write("</div>");  
  document.write("<div id='left_'>");  
  document.write("<ul>");  
  document.write("<li><a href='testingpracties.html'>Testing Practices</a></li>");
  document.write("<li><a href='testingteam.html'>Testing Team</a></li>");  
  document.write("<li><a href='testingaction.html'>Testing in Action</a></li>");  
  document.write("<li><a href='testingspecification.html'>Testing Specification</a></li>");  
  document.write("<li><a href='testingbugreport.html'>Testing Bug Report</a></li>");
  document.write("<li><a href='testingprocess.html'>Testing Process</a></li>");  
  document.write("<li><a>Testing Types</a>");  
  document.write("<ul style='padding-top: 0px'>");  
  document.write("<li><a href='blackbox.html'>Black Box</a></li><li><a href='unittesting.html'>Unit Testing</a></li>");  
  document.write("<li><a href='whitebox.html'>White Box Testing</a></li><li><a href='stress_testing.html'>Stress Testing</a></li><li><a href='performance_testing.html'>Performance Testing</a></li><li>");  
  document.write("<a href='integration.html'>Integration Testing</a></li><li><a href='user_acceptance.html'>User Acceptance</a></li><li><a href='regression.html'>Regression</a></li><li><a href='system_testing.html'>");
  document.write("System Testing</a></li></ul>");  
  document.write("</li>");
  document.write("</ul>");
  document.write("</div>");  
}

function TestingFooter()
{
  document.write("<div id='footer_'>");  
  document.write("&nbsp;<p>");  
  document.write("Copyright &copy; WBC Software Lab 1999-2010. All rights reserved.<br />");  
  document.write("Designed by <a href='http://www.wbcsoftwarelab.com/' target='_blank'>WBC Sofware Lab</a><br />");  
  document.write("<br/>");  
  document.write("</p>");  
  document.write("</div>");  
}

