// 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 = '/_js/scroll/'

// please, don't change anything below this line
function Tscroll_init (id, tLeng) {
	document.write ('<iframe id="Tscr" scrolling=no frameborder=no src="' + Tscroll_path_to_files + 'scroll.asp?id=' + id + '&idLingua='+ tLeng + '" width="1" height="1"></iframe>');
}
function Tscroll_initp (id, tLeng) {
	document.write ('<iframe id="Tscr" scrolling=no frameborder=no src="' + Tscroll_path_to_files + 'scrollp.asp?id=' + id + '&idLingua='+ tLeng + '" width="1" height="1"></iframe>');
}
function Tscroll_initlp (id, tLeng) {
	document.write ('<iframe id="Tscr" scrolling=no frameborder=no src="' + Tscroll_path_to_files + 'scrolllp.asp?id=' + id + '&idLingua='+ tLeng + '" width="1" height="1"></iframe>');
}

function Tscroll_initt (id, tLeng) {
	document.getElementById('contDescrizione1').style.display = 'NONE';
	document.write ('<iframe id="Tscr" scrolling=no frameborder=no src="' + Tscroll_path_to_files + 'scrollt.asp?id=' + id + '&idLingua='+ tLeng + '" width="1" height="1"></iframe>');
}
