// Title: T Scroller
// Version: 1.4
// Editor: DotComSales
// Date: 07-03-2003
// Note: Permission given to use this script in ANY kind of applications if
//    these header lines are left unchanged.
// About us: Our company provides offshore IT consulting services.
//     Contact us at sales@eznameservice.com if you have any programming task you
//     want to be handled by our professionals. T

// set correct path to T Scroller files
var Tscroll_path_to_files = 'scroller/'

// please, don't change anything below this line
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>');
}