// Title: News Scroller
// Description: Vertical and Horizontal
// Date: 04-05-2003
// set correct path to Scroller files
var Tscroll_path_to_files = 'js/ts_files/'

// Call to make the respective scroller
function Tscroll_init (id) {
	document.write ('<iframe id="Tscr' + id + '" scrolling=no frameborder=no src="' + Tscroll_path_to_files + 'scroll.html?' + id + '" width="1" height="1"></iframe>');
}