// 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)

//var Tscroll_path_to_files = 'ts_files/'
var Tscroll_path_to_files = '/img_cbbanorte/js/open/tigra/autoscroll/ts_files/'

var Tscroll_path_to_files_2 = '/img_cbbanorte/js/open/tigra/autoscroll/ts_files_2/'

// 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>');
}

// para cada mercado, cachamos su id
function Tscroll_init_2 (id) {

	document.write ('<iframe id="Tscr' + id + '" scrolling=no frameborder=no src="' + Tscroll_path_to_files_2 + 'scroll.html?' + id + '" width="1" height="1"></iframe>');

}