// Java Document<!-- Paste this code into an external JavaScript file named: altTextBox.js  -->/* This script and many more are available free online atThe JavaScript Source :: http://javascript.internet.comCreated by: Sandeep Gangadharan :: http://sivamdesign.com/scripts/Licensed under: U.S. Copyright */var text = 0;var message=new Array();  message[0] = "I am amazed.  I've called AccuConference a dozen times to learn how to maximize the phone conferencing system.  My longest wait time was eight seconds, and my average wait time was half that.  Most important, my questions were answered quickly and thoroughly so I could get back to working with my clients. ~Leslie Hamp, Certified Marketing Consultant"  message[1] = "Our company is growing rapidly and so has the need for conferencing.  I will be bringing more business to AccuConference because I am very satisfied with your conferencing, recording and transcription services. ~Franchise Owner, Tampa, Florida"  message[2] = "Your conferencing products save us time and money and allow us to do business throughout the United States, Canada and the United Kingdom. ~Fortune 500 Company, New York"  message[3] = "I asked for a new option for my conference that was vital to my business; AccuConference made it happen.  Thank you for the excellent service. ~Donovan Reid, CEO The Reid Group, New York"  message[4] = "I called Customer Service to ask if they could play a recording into my conference. They fulfilled my request quickly and courteously. I am very happy with the service I receive each time I call. ~Debbie, South Carolina"  message[5] = "Thank you for the FAST and courteous service even after 'normal' hours when I do business.  This system and your personalized customer service set you FAR ahead of the competition.  The team at AccuConference has exceeded my expectations once again.  I'm happy to be a customer and will continue to recommend your service as I move forward. ~Small Business Consultant, San Francisco"  message[6] = "AccuConference saves us money and makes us more efficient.  I called to add 12 more conference lines for specific employees in my office.  I am thrilled it was so easy to do this and that the bill will be subtotaled for each person. ~Small Business Owner, Baltimore Maryland"  message[7] = "AccuConference is the highest quality teleconferencing system I have seen anywhere.  Its wide range of excellent features allows me to conduct state-of-the-art teleseminars with participants from around the world.  Whether hosting programs for 12 people or 300, I can count on AccuConference for all of my teleconferencing and webconferencing needs.  ~Mitch Meyerson, author, speaker and Internet marketer"  message[8] = "I am a very satisfied customer. The customer service representatives always do their best to not just resolve my call but to actually resolve the issue & educate me on what has happened and why. ~Estella, Washington"  message[9] = "I am so impressed with your online management. I called Customer Service and the gentleman showed me how to use it and gave me some great suggestions for future conferences. ~Laurie, Texas"  message[10] = "I like the fact that I can change my PIN codes for each conference to prevent unauthorized participants from joining my conference. ~David, Texas"function changeText() {  if (message.length > 0) {    document.change.descript.value=message[text];    text++;  }  if (text == 10) {text = 0; }  // change the # 4 at the left to the maximum # of message lines you want included    window.setTimeout("changeText()", 9000); }  // change the # on the left to adjust the speed of the                                               // scroll. The smaller the # the faster the speed// Multiple onload function created by: Simon Willison// http://simon.incutio.com/archive/2004/05/26/addLoadEventfunction addLoadEvent(func) {  var oldonload = window.onload;  if (typeof window.onload != 'function') {    window.onload = func;  } else {    window.onload = function() {      if (oldonload) {        oldonload();      }      func();    }  }}addLoadEvent(function() {  changeText();});
