
function Tscroll_init (id) {
	document.write ('<iframe id="Tscr' + id + '" scrolling="no" frameborder="no" src="scroll.html?' + id + '" width="1" height="1" style="background-color:#eeeeee"></iframe>');
}