var myScroller1 = new Scroller(0, 0, 370,100, 1, 1); //(xpos, ypos, width, height, border, padding)
myScroller1.setColors("#9E9E9E", "#000000", "#FFFFFF"); //(fgcolor, bgcolor, bdcolor)
myScroller1.setFont("Verdana", 1);
myScroller1.addItem("<br><b>These guys provided an excellent job. They were very much supportive through out the project time. I will use them again and again...<b><br>-Appollow Mathews<br>");
myScroller1.addItem("<br><b>I would recommend these guys to any one because they provide a very cost effective service with high quality. They have excellent communications skills and exceeded my expectations<b><br>-Ency<br><br>");
myScroller1.addItem("<b>We see Benzinfo as a key strategic partner for the delivery of our e-Business transformation vision, in terms of providing the expertise, commitment to quality and the skilled resources that will allow us to deliver these solutions in the time frame that we need.<b><br>-Donovan<br><br><br>")
myScroller1.addItem("<b>Our sales shows a marked increase ever since Benzinfo Solutions created our website with shopping cart. Their devotion to client satisfaction is indeed commendable<b><br>-Lauren<br><br>");
myScroller1.addItem("<b>Benzinfo Solutions is extremely responsive and worked diligently to provide what we were looking when we contracted the design work out. We will definitely use them again and highly recommend them to all of our clients and friends. Clear and simple, these folks are some of the best in the industry! We are even now looking at more projects for them to work on! This is a first rate creative, customer service oriented company!<b><br>-James Stickland <br><br>");
myScroller1.addItem("<b>I work with Benzinfo Solutions. Although we have contacts by messenger and e-mail only, it feels like we're working sitting side by side. Regular contacts, good solutions of problems, good suggestions about the projects we work on, excellent skills.I can say: You can always rely on Benzinfo, and you can have your project done just in time.<b><br>-Jason Zisler<br><br>");


function init() 
{
  var img;
  var x, y;
  // Locate placeholder image so we can use it to position the scrollers.
  img = getImage("placeholder1");
  x = getImagePageLeft(img);
  y = getImagePageTop(img);
  
  // Create the first scroller and position it.
  myScroller1.create();
  myScroller1.hide();
  myScroller1.moveTo(x, y);
  myScroller1.setzIndex(100);
  myScroller1.show();
}