/*
Mike's DHTML scroller (By Mike Hall)
Permission granted to Dynamicdrive.com to include script in archive
For this and 100's more DHTML scripts, visit http://dynamicdrive.com
*/

var myScroller1 = new Scroller(0, 0, 200, 160, 1, 2);
myScroller1.setColors("#585859", "", "");
myScroller1.setFont("Arial,Helvetica", 2);


myScroller1.addItem("<img src='images/quote1.gif' width=20 height=18>&nbsp;&nbsp;<span class=awards>ORNATE has really made my life very easy. Now I can look forward to growth of my business as all my daily time wasters are taken care by ORNATE.</span>&nbsp;&nbsp;<img src='images/quote2.gif' width=20 height=18> <br><br><span class=awards_Blue_title>… Hareshbhai Soni</span>");
myScroller1.addItem("<img src='images/quote1.gif' width=20 height=18>&nbsp;&nbsp;<span class=awards>Earlier we were using different software's for Accounting, Stock Management and Billing. Now, we have everything on-line and fully integrated with ORNATE.</span>&nbsp;&nbsp;<img src='images/quote2.gif' width=20 height=18> <br><br><span class=awards_Blue_title>… Dharmeshbhai Soni</span>");
myScroller1.addItem("<img src='images/quote1.gif' width=20 height=18>&nbsp;&nbsp;<span class=awards>ORNATE has given a completely professional look to my show room. All my products are Bar-coded, my invoices are printed with colorful designs of ornaments and I have my own guarantee cards printed.</span>&nbsp;&nbsp;<img src='images/quote2.gif' width=20 height=18> <br><br><span class=awards_Blue_title>… Vikas Jain</span>");
myScroller1.addItem("<img src='images/quote1.gif' width=20 height=18>&nbsp;&nbsp;<span class=awards>After implementing ORNATE, my customers are very happy. Order management has become very smooth and our greeting cards on their birth days make them feel really proud to be our customers.</span>&nbsp;&nbsp;<img src='images/quote2.gif' width=20 height=18> <br><br><span class=awards_Blue_title>… Rohitbhai Choksi</span>");
myScroller1.addItem("<img src='images/quote1.gif' width=20 height=18>&nbsp;&nbsp;<span class=awards>My profitability has literally increased by 1.5% in just one year after implementing ORNATE. I have now much better control over my dead stocks, cash flow and out standings. I found dramatic decrease in shrinkage which has directly contributed to profitability </span>&nbsp;&nbsp;<img src='images/quote2.gif' width=20 height=18> <br><br><span class=awards_Blue_title>… Bipinbhai Adhesara</span>");
myScroller1.addItem("<img src='images/quote1.gif' width=20 height=18>&nbsp;&nbsp;<span class=awards>ORNATE is not a software. It is a complete jewellery business management system. i discovered new dynamics of doing business after implementing it.</span>&nbsp;&nbsp;<img src='images/quote2.gif' width=20 height=18> <br><br><span class=awards_Blue_title>… K Selvam</span>");
myScroller1.addItem("<img src='images/quote1.gif' width=20 height=18>&nbsp;&nbsp;<span class=awards>I have bought ORNATE for all three show rooms. Apart from much greater control over stocks and cash, ORNATE facilitates me in providing consolidated out put at any given time</span>&nbsp;&nbsp;<img src='images/quote2.gif' width=20 height=18> <br><br><span class=awards_Blue_title>… Tarun</span>");
myScroller1.addItem("<img src='images/quote1.gif' width=20 height=18>&nbsp;&nbsp;<span class=awards>I have changed three soft wares in last five years. Finally I bought ORNATE. After one year of its successful working I am proud to say that my search for the best solution for jewellery business is now over.</span>&nbsp;&nbsp;<img src='images/quote2.gif' width=20 height=18> <br><br><span class=awards_Blue_title>…  H Kazi</span>");

function runmikescroll() {

  var layer;
  var mikex, mikey;

  // Locate placeholder layer so we can use it to position the scrollers.

  layer = getLayer("placeholder");
  mikex = getPageLeft(layer);
  mikey = getPageTop(layer);

  // Create the first scroller and position it.

  myScroller1.create();
  myScroller1.hide();
  myScroller1.moveTo(mikex, mikey);
  myScroller1.setzIndex(100);
  myScroller1.show();

  
}

window.onload=runmikescroll
