// 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.

// set correct path to Tigra Scroller files
var Tscroll_path_to_files = ''
// var Tscroll_path_to_files = 'ts_files/'

// please, don't change anything below this line
function Tscroll_init (id) {
// alert(Tscroll_path_to_files);
//	document.write ('<iframe id="Tscr' + id + '" scrolling=no frameborder=no src="' + Tscroll_path_to_files + 'scroll.html?' + id + '" width="250" height="150"></iframe>');
//	document.write ('<iframe id="Tscr' + id + '" scrolling=yes frameborder=yes src="' + Tscroll_path_to_files + 'scroll.html?' + id + '" width="400" height="400"></iframe>');
//	document.write ('<IFRAME scrolling=no frameborder=no SRC=["<html><head></head><body><table width="200" border="1"><tr><td><font face="Arial" size="3" color="C0C0C0" text-align="center">Informations</font></td></tr></table></body></html>"] width="250" height="100"></IFRAME>');
//	document.write ('<IFRAME scrolling=no frameborder=no SRC="http://srv-dominotest/sample1/index.html" width="250" height="100"></IFRAME>');
// document.write ('<font face="Arial" size="3" color="C0C0C0" text-align="center">Informations</font>');
//  document.write ('<iframe scrolling=no frameborder=no src="scroll.html" width="400" height="150"></iframe>');
//alert(id);
 document.write ('<iframe id="Tscr' + id + '" scrolling=no frameborder=no src="scroll.html" width="1" height="1"></iframe>');



}
