function t_round(w,c,a) {
var top_html;
top_html="<table cellspacing=0 cellpadding=0 border=0 width="+w+" bgcolor="+c+" align="+a+">";
top_html+="<tr><td><img src=http://damota.com/img/mai_r1.gif width=4 height=4 border=0></td>";
top_html+="<td width=100% background=http://damota.com/img/mai_rl1.gif></td>";
top_html+="<td><img src=http://damota.com/img/mai_r2.gif width=4 height=4 border=0></td></tr>";
top_html+="</table>";
top_html+="<table cellspacing=0 cellpadding=0 border=0 width="+w+" bgcolor="+c+" align="+a+">";
top_html+="<tr>";
top_html+="<td width=1 bgcolor=#C9C9C9 nowrap></td>";
top_html+="<td width=100% valign=top style=padding:6px>";
document.write(top_html);
}

function b_round(w,c,a) {
var bottom_html;
bottom_html="</td><td width=1 bgcolor=#C9C9C9 nowrap></td></tr></table>";
bottom_html+="<table cellspacing=0 cellpadding=0 border=0 width="+w+" bgcolor="+c+" align="+a+">";
bottom_html+="<tr><td><img src=http://damota.com/img/mai_r3.gif width=4 height=4 border=0></td>";
bottom_html+="<td width=100% background=http://damota.com/img/mai_rl4.gif></td>";
bottom_html+="<td><img src=http://damota.com/img/mai_r4.gif width=4 height=4 border=0></td></tr>";
bottom_html+="</table>";
document.write(bottom_html);
}