// Title: Tigra Scroller
// Description: See the demo at url
// URL: http://www.softcomplex.com/products/tigra_scroller/
// Version: 1.5
// Date: 07-03-2003 (mm-dd-yyyy)
// Note: Permission given to use this script in ANY kind of applications if
//    header lines are left unchanged.
//modified JS-design.nl


// please, don't change anything below this line
function Tscroll_init (id) {
	document.write ('<iframe style="border: 1px solid #000000;" id="Tscr' + id + '" scrolling="no" frameborder="0" align="left" src="scroll.html?' + id + '" width="150" height="300"></iframe>');
}
