// set correct path to Tigra Scroller files
var Tscroll_path_to_files = 'ts_files/'

// please, don't change anything below this line
function TscrollProduct_init (id) {
	document.write ('<iframe id="Tscrp' + id + '" scrolling=no frameborder=no src="' + Tscroll_path_to_files + 'productscroll.php?' + id + '" width="1" height="1"></iframe>');
	return true;
}


