var LOOK = { // scroller box size: [width, height] 'size': [260, 100], 'distance' : 0, // css classes for for item text 's_i':'TScrItem', // css classes for for scroller box 's_b':'ItemBody', 're' : [360, 180, 16, 16], 'pa' : [360, 180, 16, 16], 'nx' : [380, 180, 16, 16], 'pr' : [340, 180, 16, 16], 'item_w':0 }, BEHAVE = { // autoscroll - true, on-demand - false 'auto': true, // vertical - true, horizontal - false 'vertical': true, // scrolling speed, pixels per 40 milliseconds; // for auto mode use negative value to reverse scrolling direction 'speed': 3, 'hide_buttons' : true }, // a data to build scroll window content ITEMS = [ { 'file': '', 'content': '', 'pause_b': 4, 'pause_a': 0 },{ 'file': '', 'content': '', 'pause_b': 4, 'pause_a': 0 },{ 'file': '', 'content': '', 'pause_b': 4, 'pause_a': 0 },{ 'file': '', 'content': '', 'pause_b': 4, 'pause_a': 0 },{ 'file': '', 'content': '', 'pause_b': 4, 'pause_a': 0 }]