function BottomBar() {
  document.write(' <center><table border="0" width="492" height="48" bgcolor="#FFFFFF">');
  document.write('  <tr>    ');
  document.write('   <td width="98%" align="center" valign="middle" height="10" style="border-top: medium double rgb(192,192,192)" colspan="2">   ');
  document.write('    <p align="center"><small>      ');
  document.write('     <a href="/index.htm">Главная страница</a>&nbsp;&nbsp;&nbsp;             ');
  document.write('     <a href="http://angel.cs.msu.su/~gregory/91/Teachers/test2.htm">Учителя</a>&nbsp;&nbsp;&nbsp;&nbsp;   ');
  document.write('     <a href="/SiteNews/News.html">Новости</a>&nbsp;&nbsp;&nbsp;   ');
  document.write('     <a href="/Tourism/index.html">Туризм</a>&nbsp;&nbsp;&nbsp;                ');
  document.write('     <a href="/Other/Links.html">Ссылки</a>&nbsp;&nbsp;&nbsp;            ');
  document.write('     <a href="/MathClasses/index.html">Математические классы</a>   ');
  document.write('    </small>          ');
  document.write('   </td>        ');
  document.write('  </tr>   ');
  document.write('  <tr>   ');
  document.write('   <td width="98%" align="center" valign="middle" height="10" colspan="2">   ');
  document.write('    <p align="center"><small>   ');
  document.write('     <a href="/Graduates/index.html">Выпускники</a>&nbsp;&nbsp;&nbsp;   ');
  document.write('     <a href="/Pupils/index.html">Ученики</a>&nbsp;&nbsp;&nbsp;&nbsp;   ');
  document.write('     <a href="/Education/index.html">Наука и обучение</a>&nbsp;&nbsp;&nbsp;   ');
  document.write('     <a href="/Map/index.html">Карта сервера</a>   ');
  document.write('    </small>               ');
  document.write('   </td>             ');
  document.write('  </tr>        ');
  document.write('  <tr>   ');
  document.write('   <td width="49%" align="right" valign="baseline" style="border-top: medium double rgb(255,255,255)" height="25">   ');
  document.write('    <p align="left"><font color="#000000"><em>   ');
  document.write('     <small>Copyright </small>©<small> School 91, 1999-2002-2005.</small>   ');
  document.write('    </em></font>   ');
  document.write('   </td>   ');
  document.write('   <td width="49%" align="right" valign="baseline" style="border-top: medium double rgb(255,255,255)" height="25">   ');
  document.write('    <font color="#000000"><em>    ');
  document.write('     <small>Мемориальный сайт 91-й школы XX века</small>   ');
  document.write('    </em></font>              ');
  document.write('   </td>                ');
  document.write('  </tr>           ');

  document.write('<tr><td width="33%" align="right" valign=top>');
  document.write('<a href="http://www.yandex.ru/cy?base=0&host=www.91.ru">');
  document.write('<img src="http://www.yandex.ru/cycounter?www.91.ru" width=88 height=31 alt="Яндекс цитирования" border=0></a>');
  document.write('</td><td width="33%" valign=top>');
  document.write('<a target=_top href="http://top.list.ru/jump?from=251657">');
  document.write('<img src="http://top.list.ru/counter?id=251657;t=48;l=1" border=0 height=31 width=88 alt="TopList">');
  document.write('</a></td></tr>');
 /*
d=document;
a='';
a+=';
r='+escape(d.referrer);
js=10;
a+=';j='+navigator.javaEnabled();
js=11;
s=screen;a+=';s='+s.width+'*'+s.height;
a+=';d='+(s.colorDepth?s.colorDepth:s.pixelDepth);
js=12;
js=13;
d.write('<img src="http://top.list.ru/counter'+'?id=251657;js='+js+a+';rand='+Math.random()+'" alt="" height=1 width=1>');
if(js>11)d.write('<'+'!-- ')
if(js>11)d.write('--'+'>')  */

  document.write(' </table></center>');
};

function TopBar2(img1,alt1,x1,y1,img2,alt2,x2,y2) {
  document.write('   <div align="left">');
  document.write('    <table border="0" width="100%">');
  document.write('     <tr>');
  document.write('      <td>');
  document.write('       <img src="'+img1+'" alt="'+alt1+'" align="left" WIDTH="'+x1+'" HEIGHT="'+y1+'">');
  document.write('       <hr>');
  document.write('      </td>');
  document.write('     </tr>');
  document.write('     <tr>');
  document.write('      <td>');
  document.write('       <img src="'+img2+'" alt="'+alt2+'" align="left" WIDTH="'+x2+'" HEIGHT="'+y2+'">');
  document.write('      </td>');
  document.write('     </tr>');
  document.write('    </table>');
  document.write('   </div>');
};

function TopBar1(img1,alt1,x1,y1) {
  document.write('   <div align="left">');
  document.write('    <table border="0" width="100%">');
  document.write('     <tr>');
  document.write('      <td>');
  document.write('       <img src="'+img1+'" alt="'+alt1+'" align="left" WIDTH="'+x1+'" HEIGHT="'+y1+'">');
  document.write('       <hr>');
  document.write('      </td>');
  document.write('     </tr>');
  document.write('    </table>');
  document.write('   </div>');
};

function NewsBlock(color, day, month, text){
  document.write('    <tr>');
  document.write('     <td width="45" valign="top" align="right" bgcolor="'+color+'">');
  document.write('      <b>'+day+'</b>');
  document.write('     </td>');
  document.write('     <td width="113" valign="top" align="left" bgcolor="'+color+'">');
  document.write('      <b>'+month+'</b>');
  document.write('     </td>');
  document.write('     <td bgcolor="'+color+'" width="524">');
  document.write('<P align="Justify">'+text+'</P>');
  document.write('     </td>');
  document.write('    </tr>');
};

function LinkBlock(imagetext, text){
  document.write('    <tr>');
  document.write('     <td width="37" align="center" valign="middle">');
  document.write(imagetext);
  document.write('     </td>');
  document.write('     <td width="376">');
  document.write(text);
  document.write('     </td>');
  document.write('     <td width="36"></td>');
  document.write('    </tr>');
};

function ClassHeadBlock(formname, year){
  document.write('    <tr>');
  document.write('     <td width="37" align="center" valign="middle">');
  document.write('');
  document.write('     </td>');
  document.write('     <td width="376">');
  document.write('<br><small><font face="Arial"><b>'+formname+'   ('+year+' год выпуска)</small></font></b>');
  document.write('     </td>');
  document.write('     <td width="36"></td>');
  document.write('    </tr>');
};

