var Tscr_LOOK0 = {
    // scroller box size: [width, height]
    'size' : [129, 200],
    // image for 'pause' control (autoscroll mode only)
    // [left, top, width, height, sorce_file]
    'pa' : [600, 130, 16, 16],
    // image for 'resume' control (autoscroll mode only)
    // [left, top, width, height, sorce_file]
   're' : [600, 130, 16, 16],
    // image for 'next item' control (autoscroll mode only)
    // [left, top, width, height, sorce_file]
    'nx' : [600, 130, 16, 16],
    // image for 'previous item' control (autoscroll mode only)
    // [left, top, width, height, sorce_file]
    'pr' : [600, 130, 16, 16]
},
Tscr_BEHAVE0 = {
    // if scrolling mode is auto (true / false); 
    'auto'  : true,
    // if scrolling direction is vertical (true / false, false means horisontal)
    'vertical' : true,
    // scrolling speed, pixels per 50 miliseconds;
    // for auto mode use negative value to reverse scrolling direction
    'speed' : 2,
    // buttons visible on mouse over - true, always visible - false
    'hide_buttons' : true
}

// a data to build scroll window content
Tscr_ITEMS0 = [

{
    'file': 'tsp_files/SuppliersScroller.htm',
    'content': '<img src="tsp.gif" width="350" height="80" border="0" alt="Tigra Scroller PRO">',
    'pause_b': 2,
    'pause_a': 10,
    'transition' : [24, 0.5]
}
];

