function GetMenu()
{
      var s = "";
      s+="<table   bgcolor=#567DB6  width=780   border=0 cellspacing=0 cellpadding=0>";
      s+="<tr>";
      s+="<td  width=650  height='82'>&nbsp;";
       s+= "<table  border='0'  cellspacing='0'  cellpadding='0'  bgcolor='#567DB6'>";
       s+= "<tr>";
       s+= " <td width=650 height='71'></td>";
       s+= "</tr>";
       s+= "<tr>";
       s+= "<td height='9'  width='40'>&nbsp;</td>";
       s+= "<td height='9'  width='140' align='center' style='border-left: 1 solid #FFFFFF; border-right: 0 solid #FFFFFF'><a class='buttonStyle' href='com_pany.htm'><b>Company</b></a></td>";
       s+= "<td height='9'  width='140' align='center' style='border-left: 1 solid #FFFFFF; border-right: 0 solid #FFFFFF'><a class='buttonStyle' href='pro_ducts.htm'><b>Products</b></a></td>";
       s+= "<td height='9'  width='140' align='center' style='border-left: 1 solid #FFFFFF; border-right: 0 solid #FFFFFF'><a class='buttonStyle' href='so_lutions.htm'><b>Solutions</b></a></td>";
       s+= "<td height='9'  width='140' align='center' style='border-left: 1 solid #FFFFFF; border-right: 0 solid #FFFFFF'><a class='buttonStyle' href='pr.htm'>&nbsp;&nbsp;<b>PR &nbsp;&nbsp;&nbsp;</b></a></td>";
       s+= "<td height='9'  width='140' align='center' style='border-left: 1 solid #FFFFFF; border-right: 0 solid #FFFFFF'><a class='buttonStyle' href='par_tners.htm'><b>Partners</b></a></td>";
       s+= "<td height='9'  width='140' align='center' style='border-left: 1 solid #FFFFFF; border-right: 0 solid #FFFFFF'><a class='buttonStyle' href='ma_in.htm'><b>Home</b></a></td>";
       s+= "<td height='9'  width='220'>&nbsp;</td>";
       s+= "</tr>";
       s+= "<tr>";
       s+= "<td height='2'  width='40'><font size='1'></font></td>";
       s+= "<td height='2'  width='140' align='center' style='border-left: 1 solid #FFFFFF; border-right: 0 solid #FFFFFF'><font size='1'>&nbsp;</font></td>";
       s+= "<td height='2'  width='140' align='center' style='border-left: 1 solid #FFFFFF; border-right: 0 solid #FFFFFF'><font size='1'>&nbsp;</font></td>";
       s+= "<td height='2'  width='140' align='center' style='border-left: 1 solid #FFFFFF; border-right: 0 solid #FFFFFF'><font size='1'>&nbsp;</font></td>";
       s+= "<td height='2'  width='140' align='center' style='border-left: 1 solid #FFFFFF; border-right: 0 solid #FFFFFF'><font size='1'>&nbsp;</font></td>";
       s+= "<td height='2'  width='140' align='center' style='border-left: 1 solid #FFFFFF; border-right: 0 solid #FFFFFF'><font size='1'>&nbsp;</font></td>";
       s+= "<td height='2'  width='140' align='center' style='border-left: 1 solid #FFFFFF; border-right: 0 solid #FFFFFF'><font size='1'>&nbsp;</font></td>";
       s+= "<td height='2'  width='220'><font size='1'>&nbsp;</font></td>";
       s+= "</tr>";
       s+="</table>";
       s+="</td>";       

       s+="<td  width=120  height='82'>&nbsp;";
       s+= "<table  border='0'  cellspacing='0'  cellpadding='0'  bgcolor='#567DB6'>";
       s+= "<tr>";
       s+= " <td width=120 height='82'><a href='com_pany.htm'><img border='0' src='images/px_logo_banner.gif' width='101' height='84'></a></td>";
       s+= "</tr>";
       s+= "<tr>";
       s+="</table>";
       s+="</td>";  

       s+=" </tr>";
       s+="</table>";
     return s;
}


function GetBottomPage()

{
      var s = "";
      s+= "<form name='frm' method='post' action='se_arch.pl'>";
      s+= "<input type='hidden' name='boolean' value='AND'>";
      s+= "<input type='hidden' name='case' value='Insensitive'>";
      s+= "<table bgcolor='#A7BAD8' width=780 border='0' cellpadding='0' cellspacing='0'>";
      s+= "  <tr valign='middle'>";
      s+= "    <td width=555  height='20' bgcolor='#567DB6'>";
      s+= "      <a href='site_map.htm'><img border='0' alt='site map' align='right' src='images/Site_map_icon.gif'></a>";   
      s+= "          </td>";
      s+= "    <td width=205  height='20' bgcolor='#A7BAD8'>&nbsp;";
      s+= "      <font face='ARIAL BLACK' color='#567DB6' size='3'>search</font>&nbsp;&nbsp;";
      s+= "      <input TYPE='TEXT' NAME='terms' SIZE='15'>";
      s+= "    </td>";
      s+= "    <td width=20  height='20' bgcolor='#A7BAD8'><a href='#'><input type='image' border='0' src='images/search_arrow.gif'></a></td>";        
      s+= "  </tr>";
      s+= "</table>";
      s+= "</form>";
     
     return s;
}