function ramka_top($table1param,$zagolovok,$td1align) {
    var s='';
    s+='<table border="0" '+$table1param+' cellspacing="0" cellpadding="0">';
    s+='<tr><td width="100%">';
    s+='<table border="0" width="100%" cellspacing="0" cellpadding="0" bgcolor="#E4F5DE">';
    s+='<tr><td valign="top"><img border="0" src="http://src.ucoz.ru/t/103/htl.gif" width="6" height="6"></td>';
    s+='<td width="100%" style="border-top:2px solid #BBE6AA;"><img border="0" src="http://src.ucoz.ru/t/103/1px.gif" width="1" height="1"></td>';
    s+='<td valign="top"><img border="0" src="http://src.ucoz.ru/t/103/htr.gif" width="6" height="6"></td>';
    s+='</tr><tr>';
    s+='<td style="border-left:2px solid #BBE6AA;"><img border="0" src="http://src.ucoz.ru/t/103/1px.gif" width="1" height="1"></td>';
    s+='<td align="center" class="blocktitle">'+$zagolovok+'</td>';
    s+='<td style="border-right:2px solid #BBE6AA;"><img border="0" src="http://src.ucoz.ru/t/103/1px.gif" width="1" height="1"></td>';
    s+='</tr><tr>';
    s+='<td valign="top"><img border="0" src="http://src.ucoz.ru/t/103/hbl.gif" width="6" height="6"></td>';
    s+='<td width="100%" style="border-bottom:2px solid #BBE6AA;"><img border="0" src="http://src.ucoz.ru/t/103/1px.gif" width="1" height="1"></td>';
    s+='<td valign="top"><img border="0" src="http://src.ucoz.ru/t/103/hbr.gif" width="6" height="6"></td>';
    s+='</tr></table></td></tr><tr><td width="100%">';
    s+='<table border="0" width="95%" cellspacing="0" cellpadding="0" align="center">';
    s+='<tr><td style="border-left:2px solid #BBE6AA;"><img border="0" src="http://src.ucoz.ru/t/103/1px.gif" width="1" height="1"></td>';
    s+='<td style="padding-top:5px;" align="'+$td1align+'">';

    return s;
};//function

function ramka_bottom() {
    var s='';
    s+='</td>';
    s+='<td style="border-right:2px solid #BBE6AA;"><img border="0" src="http://src.ucoz.ru/t/103/1px.gif" width="1" height="1"></td>';
    s+='</tr><tr>';
    s+='<td valign="top"><img border="0" src="http://src.ucoz.ru/t/103/hbl.gif" width="6" height="6"></td>';
    s+='<td width="100%" style="border-bottom:2px solid #BBE6AA;"><img border="0" src="http://src.ucoz.ru/t/103/1px.gif" width="1" height="1"></td>';
    s+='<td valign="top"><img border="0" src="http://src.ucoz.ru/t/103/hbr.gif" width="6" height="6"></td>';
    s+='</tr></table></td></tr></table>';
    return s;
};

