function getHeaderMenu()
{
document.writeln('          <DIV Id="menuBar" class="menuBar" >')
document.writeln('              <DIV Id="Bar1" class="Bar"  menu="menu1" style="width: 120px" onMouseOver="hold();" onMouseOut="drop();"><FONT face="Arial" size="2">A</FONT>BOUT <FONT face="Arial" size="2">U</FONT>S</DIV>')
document.writeln('              <DIV Id="Bar2" class="Bar"  menu="menu2" style="width: 135px" cmd="consulting.htm" onMouseOver="hold();" onMouseOut="drop();"><FONT face="Arial" size="2">C</FONT>ONSULTING</DIV>')

document.writeln('              <DIV Id="Bar3" class="Bar"  menu="menu4" style="width: 190px" cmd="businessdev.htm" onMouseOver="hold();" onMouseOut="drop();"><FONT face="Arial" size="2">B</FONT>USINESS <FONT face="Arial" size="2">D</FONT>EVELOPMENT</DIV>')
document.writeln('              <DIV Id="Bar4" class="Bar"  menu="menu5" style="width: 120px" cmd="training.htm" onMouseOver="hold();" onMouseOut="drop();"><FONT face="Arial" size="2">T</FONT>RAINING</DIV>')
document.writeln('              <DIV Id="Bar5" class="Bar"  menu="menu6" style="width: 110px" cmd="news.htm" onMouseOver="hold();" onMouseOut="drop();"><FONT face="Arial" size="2">N</FONT>EWS</DIV>')
document.writeln('              <DIV Id="Bar6" class="Bar"  menu="menu7" style="width: 120px" cmd="partners.htm" onMouseOver="hold();" onMouseOut="drop();"><FONT face="Arial" size="2">P</FONT>ARTNERS</DIV>')
document.writeln('              <DIV Id="Bar7" class="Bar"  menu="menu7" style="width: 120px" cmd="download.htm" onMouseOver="hold();" onMouseOut="drop();"><FONT face="Arial" size="2">D</FONT>OWNLOAD</DIV>')
document.writeln('          </DIV>')
}


function getHeaderSubMenus()
{
document.writeln('<!--MenuItem Definition -->')
document.writeln('<div Id="menu1" class="menu"  onMouseOver="hold();" onMouseOut="drop();">')
document.writeln('   <div Id="menuItem1_1" class="menuItem" title="Overview" cmd="overview.htm">Overview</div>')
document.writeln('   <div Id="menuItem1_2" class="menuItem" title="Management" cmd="management.htm">Management</div>')
document.writeln('   <div Id="menuItem1_3" class="menuItem" title="Customers" cmd="customers.htm">Customers</div>')
document.writeln('   <div Id="menuItem1_4" class="menuItem" title="Careers" cmd="careers.htm">Careers</div>')
document.writeln('   <div Id="menuItem1_5" class="menuItem" title="Contact" cmd="contact.htm">Contact Us</div>')
document.writeln('</div>')
document.writeln('<div Id="menu2" class="menu" onMouseOver="hold();" onMouseOut="drop();"></div>')
document.writeln('<div Id="menu3" class="menu" onMouseOver="hold();" onMouseOut="drop();">')
document.writeln('   <div Id="menuItem3_1" class="menuItem" title="Requirements Modeling" cmd="requirements.htm">Requirements Modeling</div>')
document.writeln('   <div Id="menuItem3_2" class="menuItem" title="Software Complexity Management" cmd="swcomplexmgt.htm">Software Complexity Management</div>')
document.writeln('   <div Id="menuItem3_3" class="menuItem" title="RUP & OOAD Desktop Mentors" cmd="rupooad.htm">RUP & OOAD Desktop Mentors</div>')
document.writeln('   <div Id="menuItem3_4" class="menuItem" title="Process Management" cmd="processmgt.htm">Process Management</div>')
document.writeln('</div>')
document.writeln('<div Id="menu4" class="menu" onMouseOver="hold();" onMouseOut="drop();"></div>')
document.writeln('<div id="menu5" class="menu" onMouseOver="hold();" onMouseOut="drop();"></div>')
document.writeln('<div id="menu6" class="menu" onMouseOver="hold();" onMouseOut="drop();"></div>')
document.writeln('<div id="menu7" class="menu" onMouseOver="hold();" onMouseOut="drop();"></div>')
}

function getFooter()
{
document.writeln('  <table border="0" cellpadding="0" cellspacing="0" width="100%" height="37">')
document.writeln('    <tr>')
document.writeln('      <td width="100%" height="21" bgcolor="#003366">')
document.writeln('        <p align="center">')
document.writeln('        <font face="Arial" size="2" color="#E0E0E0">')
document.writeln('          <b>')
document.writeln('            <a href="http://">Home</a> &nbsp;&nbsp;&nbsp;&nbsp; | &nbsp;&nbsp;&nbsp;&nbsp;')
document.writeln('            <a href="http://">Info</a> &nbsp;&nbsp;&nbsp;&nbsp; | &nbsp;&nbsp;&nbsp;&nbsp;')
document.writeln('            <a href="http://">Sales</a> &nbsp;&nbsp;&nbsp;&nbsp; | &nbsp;&nbsp;&nbsp;&nbsp;')
document.writeln('            <a href="http://">Careers</a>')
document.writeln('          </b>')
document.writeln('        </font>')
document.writeln('      </td>')
document.writeln('    </tr>')
document.writeln('    <tr>')
document.writeln('      <td width="100%" height="16">')
document.writeln('        <p align="center"><font color="#666666" size="1">Copyright © 2001-2003')
document.writeln('        Chiara Corporation. All rights reserved.</font></td>')
document.writeln('    </tr>')
document.writeln('  </table>')
}