// JavaScript Document
var array1 = new Array(4);
var array2 = new Array(2);
var array3 = new Array(3);
var array4 = new Array(2);

//array1 content
array1[0] = '"As our business was quickly gaining momentum we started researching a new accounting package that would meet our growing needs...<div align=right><a href="testimonials.html">read more &raquo;</a></b></div> ';
array1[1] = '"We want you to know that we are very pleased with the quality of service your company provides. As you know, we needed to inventory over 10,000 items in our 200,000 square feet candle facility... <div align=right><a href="testimonials.html">read more &raquo;</a></b></div> ';
array1[2] = '"At our office, the integration of P.R.I.S.M. with our Winsol order management system has gone very smoothly. Customer lists and inventory are being smoothly downloaded to our reps, and their orders are being uploaded into our order system with a minimum of handling...<div align=right><a href="testimonials.html">read more &raquo;</a></b></div> ';
array1[3] = '"Your BAS<span class="txt_small">IS</span> inventory program has reduced the stock take time by 75%. Your help in reconciling the inventory has been invaluable...<div align=right><a href="testimonials.html">read more &raquo;</a></b></div> ';
array1[4] = '"In the last few years it has taken up to a month to inventory and account for all our products...<div align=right><a href="testimonials.html">read more &raquo;</a></b></div> ';
