var Tscr_LOOK1 = { // scroller box size: [width, height] 'size' : [262, 33], // a length of a gap between two neighboring items, pixels //'distance' : 100, //'item_w' : 200, 's_i':'TScrItem1', 's_b':'TScrBody1', 'pa' : [300, 300, 0, 0, '/images/pixel.gif'], 're' : [300, 300, 0, 0, '/images/pixel.gif'], 'nx' : [300, 300, 0, 0, '/images/pixel.gif'], 'pr' : [300, 300, 0, 0, '/images/pixel.gif'], 'up': [300, 300, 0, 0, '/images/pixel.gif'], 'dn': [300, 300, 0, 0, '/images/pixel.gif'] }, Tscr_BEHAVE1 = { // 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, 'interval' : 2, 'zindex':1, // buttons visible on mouse over - true, always visible - false 'hide_buttons' : true }, // a data to build scroll window content Tscr_ITEMS1 = [ { // file to get content for item from; if is set 'content' property doesn't matter // only body of HTML document is taken to become scroller item content // note: external files require time for loading // it is RECOMMENDED to use content property to speed loading up // doesn't work in Opera 'file' : '', // string to be displayed as item content, // is RECOMMENDED to be used as an alternative to 'file' property 'content' : ' ', // pause duration when item top gets top of the scroller box, seconds // ignored in on-demand mode while scrolling forward 'pause_b' : 0, // pause duration when item top gets top of the scroller box, seconds // ignored in on-demand mode while scrolling forward 'pause_a' : 0 }, { 'file': '', 'content': '*TMCC Entrepreneurship Club Students to Lunch at the Governor`s Mansion', 'pause_b': 3, 'pause_a': 0 }, { 'file': '', 'content': '*Nevada Historian Discusses the State`s Environmental Impact', 'pause_b': 3, 'pause_a': 0 }, { 'file': '', 'content': '*TMCC 2nd Annual Poetry Reading', 'pause_b': 3, 'pause_a': 0 }, { 'file': '', 'content': '*TMCC Receives $100,000 for Solar Technology Lab', 'pause_b': 3, 'pause_a': 0 }, { 'file': '', 'content': '*TMCC Observes Nevada Day Holiday', 'pause_b': 3, 'pause_a': 0 }, { 'file': '', 'content': '*Help Us Improve TMCC\'s Web Site. Fill Out Our Survey.', 'pause_b': 3, 'pause_a': 0 }, { 'file': '', 'content': '*Activate Your E-mail Account', 'pause_b': 3, 'pause_a': 0 }, { 'file': '', 'content': '*TMCC Program Aids First-generation College Students', 'pause_b': 3, 'pause_a': 0 }, ]