var LOOK2 = { // scroller box size: [width, height] 'size': [640, 100], 'distance':0, 're' : [360, 180, 16, 16], 'pa' : [360, 180, 16, 16], 'nx' : [380, 180, 16, 16], 'pr' : [340, 180, 16, 16], 'item_w':0 }, BEHAVE2 = { // autoscroll - true, on-demand - false 'auto': true, // vertical - true, horizontal - false 'vertical': false, // scrolling speed, pixels per 40 milliseconds; // for auto mode use negative value to reverse scrolling direction 'speed': 2, 'hide_buttons' : false }, // a data to build scroll window content ITEMS2 = [ { 'file': '', 'content': '', 'pause_b': 0, 'pause_a': 0 },{ 'file': '', 'content': '', 'pause_b': 0, 'pause_a': 0 },{ 'file': '', 'content': '', 'pause_b': 0, 'pause_a': 0 },{ 'file': '', 'content': '', 'pause_b': 0, 'pause_a': 0 },{ 'file': '', 'content': '', 'pause_b': 0, 'pause_a': 0 },{ 'file': '', 'content': '', 'pause_b': 0, 'pause_a': 0 }]