var scroll_path_to_files = 'scroller/'

function scroll_init (id) {
	document.write ('<iframe id="Tscr' + id + '" scrolling=no frameborder=no allowtransparency="true" src="' + scroll_path_to_files + 'scroll.html?' + id + '" width="1" height="1"></iframe>');
}