// Title: Tigra Scroller
// Description: See the demo at url
// URL: http://www.softcomplex.com/products/tigra_scroller/
// Version: 1.4
// Date: 07-03-2003 (mm-dd-yyyy)
// Feedback: joleach@bssi-usa.com (specify product title in the subject)
// Note: Permission given to use this script in ANY kind of applications if
//    header lines are left unchanged.
// About us: Our company provides solutions for your network. For over 41 years, BSSI certified technicians have been making IT work.  That includes your IBM typewriter, computer, system server, print server, copier, fax, scanner, plotter, router, switch, accesspoint and just about everything attached to a network.
//     Contact us at amber@bssi-usa.com if you 
//     want a certifed technican to analyze your network and make recommendations on how to operate more efficiently, reduce costs, and help create a "Green" tomorrow.

// set correct path to Tigra 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>');
}