var iScrollingTableWidth=600;
var iScrollingTableHeight=21;
var iScrollingTableBackgroundColor="#00116E";








var myScroller1 = new Scroller(0, 0, iScrollingTableWidth, iScrollingTableHeight, 0, 2);


myScroller1.setColors("#0/00066", "", "#ffffff");
myScroller1.setSpeed(100);
myScroller1.setPause(4000);
//0 scroll up
//1 scroll left
myScroller1.setDirection(1);


