var Lang = document.location.search.substr(1);
if(Lang==''){
	Lang = 'es'
}else{
	Lang = Lang.replace(/Lang=/,'');
}
//alert(Lang)
var Tscroll_path_to_files = 'lib/ts_files/'
function Tscroll_init (id) {
	document.write ('<iframe id="Tscr' + id + '" scrolling=no frameborder=no src="' + Tscroll_path_to_files + 'scroll.html?' + Lang + '" width="1" height="1"></iframe>');
}