// set correct path to Scroller files
var Tscroll_path_to_files = 'scroller/en/' // Folder Location from root goes between

// please, don't change anything below this line
function Tscroll_init (id) {
	document.write ('<iframe id="Tscr' + id + '" scrolling=no frameborder=1 src="' + Tscroll_path_to_files + 'scroll_en.html?' + id + '" width="1" height="1"></iframe>');
}
