

var Tscroll_path_to_files = 'assets/ts_files/'


function Tscroll_init (id,ar,otr) {
	
	document.write ('<iframe id="Tscr' + ar + '" scrolling=no frameborder=no src="' + Tscroll_path_to_files + 'scroll.php?id=' + ar + '&otr='+otr+'" width="1" height="1"></iframe>');
}