function showsponsors(topic)
{

document.write('<table border="0" cellspacing="0" cellpadding="0" align="right">');


document.write('<tr>');
document.write('<td width="15">&nbsp;</td>');
document.write('<td align="center" valign="top" nowrap>');
document.write('</td>');
document.write('<td width="15">&nbsp;</td>');
document.write('</tr>');

// document.write('<tr>');
// document.write('<td width="15">&nbsp;</td>');
// document.write('<td align="center" valign="top" nowrap>');
// document.write('<a href="http://www.rgz.ru/" target="_blank"><img src="/images/russia_sm.gif" width="97" height="30" border="0" alt="RGZ" vspace="10"></a>');
// document.write('</td>');
// document.write('<td width="15">&nbsp;</td>');
// document.write('</tr>');


 if (topic=='eng')
   { 
document.write('');

   }
     else
{
document.write('');


};

document.write('</table>');
}
