
function text_banner_info()
{
document.writeln(' <center> ');
document.writeln(' </center> ');
}


function news_info()
{
document.writeln(' <center> ');
document.writeln(' <img src="img/ani_angle_left.gif" border="0" width="40" height="20" align=left alt="Не проходите мимо!"> ');
document.writeln(' <img src="img/ani_angle_right.gif" border="0" width="40" height="20" align=right alt="Самое интересное!"> ');
document.writeln(' </center> ');
}



function rating_info()
{
document.writeln(' <center> </center> ');
}



function up_line()
{
document.writeln(' <tr> ');
document.writeln(' <td width="16" height="16" background="img/plot_lu.gif"></td> ');
document.writeln(' <td width="720" background="img/line_h.gif"></td> ');
document.writeln(' <td width="16" height="16" background="img/plot_ru.gif"></td> ');
document.writeln(' </tr> ');
}


function down_line()
{
document.writeln(' <tr> ');
document.writeln(' <td width="16" height="16" background="img/plot_ld.gif"></td> ');
document.writeln(' <td width="720" background="img/line_h.gif"></td> ');
document.writeln(' <td width="16" height="16" background="img/plot_rd.gif"></td> ');
document.writeln(' </tr> ');
}


function middle_line()
{
document.writeln(' <tr> ');
document.writeln(' <td width="16" height="16" background="img/plot_lm.gif"></td> ');
document.writeln(' <td width="16" background="img/line_h.gif"></td> ');
document.writeln(' <td width="16" height="16" background="img/plot_rm.gif"></td> ');
document.writeln(' </tr> ');
}

function vert_line()
{
document.writeln(' <td width="16" background="img/line_v.gif"></td> ');
}


function top_html_1()
{
document.writeln(' <center> ');
document.writeln(' <table bgcolor="#ffffff" width="760" border="0"> ');
document.writeln(' <tr><td> ');
document.writeln(' <table cellspacing="0" cellpadding="0" border="0"> ');

up_line();

document.writeln(' <tr> ');
vert_line();
document.writeln(' <td><center><img src="img/toplogo.gif" width="369" height="38" border="0"></center> ');
document.writeln(' </td> ');
vert_line();
document.writeln(' </tr> ');
middle_line();
document.writeln(' <tr> ');
vert_line();
document.writeln(' <td>');
news_info();
document.writeln(' </td> ');
vert_line();
document.writeln(' </tr> ');


middle_line();

document.writeln(' <tr> ');
vert_line();
document.writeln(' <td> ');
document.writeln(' <center> ');
document.writeln(' <h2> ');
}


function top_html_2()
{
document.writeln(' </h2>');
document.writeln(' <table width="685" border="0"><tr><td> ');
document.writeln(' <div class=mydiv> ');
}




function bottom_html_1()
{
document.writeln(' </div> ');
document.writeln(' </td></tr></table> ');
document.writeln(' </td> ');
vert_line();
document.writeln(' </tr> ');
middle_line();
document.writeln(' <tr> ');
vert_line();
document.writeln(' <td> ');
document.writeln('  <center> ');
document.writeln('  <table border="0" width="100%"> ');
document.writeln('   <tr> ');
document.writeln('    <td align=left vAlign=bottom> ');
document.writeln('     <a href="javascript:history.back()" title="Назад"><img src="img/img_back.gif" border="0"></a> ');
document.writeln('    </td> ');
document.writeln('    <td vAlign=middle><center> ');
document.writeln('     <font class=mycopy> ');
document.writeln('      GCM-Site &copy;  All rights reserved. ');
document.writeln('      &nbsp;&nbsp; Last UpDate: 24.04.2002 </font></center> ');
document.writeln('    </td> ');
document.writeln('    <td align=right vAlign=middle> ');
document.writeln('     <a href="javascript:window.scrollTo(0,0)"   ');
document.writeln('        onFocus="this.blur()" title="Наверх"><img src="img/img_up.gif" border="0"></a> ');
document.writeln('    </td> ');
document.writeln('   </tr> ');
document.writeln('  </table></center> ');
document.writeln(' </td> ');
vert_line();
document.writeln(' </tr> ');

middle_line();

document.writeln(' <tr> ');
vert_line();
document.writeln(' <td> ');
document.writeln('  <center> ');

}



function bottom_html_2()
{
document.writeln(' </center> ');
document.writeln(' </td> ');
vert_line();
document.writeln(' </tr> ');
down_line();
document.writeln(' </td></tr></table></body></html> ');

text_banner_info();
}