function strreclame() {
  var ReclameW = getWindowWidth() - 390;
  var ReclameHtml = '';

  if ( ReclameW > 200 ) {
    ReclameHtml += '<!--<IFRAME> scroller- By Dynamic Drive-->';
    ReclameHtml += '<!--For full source code and more DHTML scripts, visit http://www.dynamicdrive.com-->';
    ReclameHtml += '<!--This credit MUST stay intact for use-->';
    ReclameHtml += '<iframe id="datamain" src="index.php?id=reclame" width=' + ReclameW;
    ReclameHtml += ' height=18 marginwidth=0 marginheight=0 hspace=0 vspace=0';
    ReclameHtml += ' frameborder=0 scrolling=no></iframe>';
  } else {
    ReclameHtml = '&nbsp;';
  }
  return ReclameHtml;
}

function putreclame() {
  document.write(strreclame());
}
