function LeftMenu()
{
 Menu='<table border="0" width="100%" cellspacing="0" cellpadding="0">'+
      '<tr>'+
      '<td bgColor="#000000" colspan=3><img src="../border/spacer.gif" width="1" height="1"></td>'+
      '</tr>'+
      '<tr>'+
      '<td bgColor="#000000" width="1"><img src="../border/spacer.gif" width="1" height="1"></td>'+
      '<th>Меню</th>'+
      '<td bgColor="#000000" width="1"><img src="../border/spacer.gif" width="1" height="1"></td>'+
      '</tr>'+
      '<tr>'+
      '<td bgColor="#000000" width="1"><img src="../border/spacer.gif" width="1" height="1"></td>'+
      '<td align=center><h2><a href="../">Главная</a></h2></td>'+
      '<td bgColor="#000000" width="1"><img src="../border/spacer.gif" width="1" height="1"></td>'+
      '</tr>'+
      '<tr>'+
      '<td bgColor="#000000" width="1"><img src="../border/spacer.gif" width="1" height="1"></td>'+
      '<td align=center><h2><a href="../price.htm">Цены</a></h2></td>'+
      '<td bgColor="#000000" width="1"><img src="../border/spacer.gif" width="1" height="1"></td>'+
      '</tr>'+
      '<tr>'+
      '<td bgColor="#000000" width="1"><img src="../border/spacer.gif" width="1" height="1"></td>'+
      '<td align=center><h2><a href="../platf.htm">Платформа</a></h2></td>'+
      '<td bgColor="#000000" width="1"><img src="../border/spacer.gif" width="1" height="1"></td>'+
      '</tr>'+
      '<tr>'+
      '<td bgColor="#000000" width="1"><img src="../border/spacer.gif" width="1" height="1"></td>'+
      '<td align=center><h2><a href="../koord.htm">Наши координаты</a></h2></td>'+
      '<td bgColor="#000000" width="1"><img src="../border/spacer.gif" width="1" height="1"></td>'+
      '</tr>'+
      '<tr>'+
      '<td bgColor="#000000" width="1"><img src="../border/spacer.gif" width="1" height="1"></td>'+
      '<td align=center><h2><a href="../mail.htm">Обратная связь</a></h2></td>'+
      '<td bgColor="#000000" width="1"><img src="../border/spacer.gif" width="1" height="1"></td>'+
      '</tr>'+
      '<tr>'+
      '<td bgColor="#000000" colspan=3><img src="../border/spacer.gif" width="1" height="1"></td>'+
      '</tr>'+
      '</table>';
  return Menu;
}


function News()
{
 Menu='<table border="0" width="100%" cellspacing="0" cellpadding="0">'+
      '<tr>'+
      '<td bgColor="#000000" colspan=3><img src="../border/spacer.gif" width="1" height="1"></td>'+
      '</tr>'+
      '<tr>'+
      '<td bgColor="#000000" width="1"><img src="../border/spacer.gif" width="1" height="1"></td>'+
      '<th>Новости</th>'+
      '<td bgColor="#000000" width="1"><img src="../border/spacer.gif" width="1" height="1"></td>'+
      '</tr>'+
      '<tr>'+
      '<td bgColor="#000000" colspan=3><img src="../border/spacer.gif" width="1" height="1"></td>'+
      '</tr>'+
      '</table>';
  return Menu;
}
