var Tscroll_path_to_files = 'data/announcements/scroll/'
function Tscroll_init (id, lang) {
  document.write ('<iframe id="Tscr' + id + '" scrolling=no frameborder=no src="/' + Tscroll_path_to_files + 'scroll.html?n=' + id + '&language=' + lang + '" width="1" height="1"></iframe>');
}
