<!--

var myimages=new Array()
function preloadImages() {
	for (i=0;i<preloadImages.arguments.length;i++){
		myimages[i]=new Image()
		myimages[i].src=preloadImages.arguments[i]
	}
}
preloadImages(
	"images/topnav_01_our_services_on.png",
	"images/topnav_02_beverages_on.png",
	"images/topnav_03_equipment_on.png",
	"images/topnav_04_kitchen_supplies_on.png",
	"images/topnav_05_snacks_on.png"
);
	
function MM_swapImage() {
	var i, theObj, j = 0, swapArray = new Array, oldArray = document.MM_swapImgData;
		for (i = 0; i < (MM_swapImage.arguments.length - 2); i += 3) {
  		theObj = eval(MM_swapImage.arguments[(navigator.appName == 'Netscape')?i: i + 1])
   			if (theObj != null) {
 				swapArray[j++] = theObj;
   			swapArray[j++] = (oldArray == null || oldArray[j - 1] != theObj)?theObj.src: oldArray[j];
   			theObj.src = MM_swapImage.arguments[i + 2];
 			}
 		}
	document.MM_swapImgData = swapArray;
}

function MM_swapImgRestore() {
	if (document.MM_swapImgData != null)
		for (var i = 0; i < (document.MM_swapImgData.length - 1); i += 2)
 			document.MM_swapImgData[i].src = document.MM_swapImgData[i + 1];
}

// Testimonials
// This script and many more are available free online at
// The JavaScript Source!! http://javascript.internet.com

var maxAdNo = 8
var adNo
var myAd = new Array()

myAd[0] = '<p>"Alta Office Services offers great products and outshines its competitors when it comes to practical, helpful and friendly customer service.  It has truly been a pleasure dealing with Alta for the past seven years."</p><p class="testimonialCredit">- Tiffany H.<br />Facilities Operations Manager<br />Experian Interactive Media</p>'
myAd[1] = '<p>"We need a service that offers both quality products and reliable service in order to keep everyone happy. Alta provides a large variety of products and service packages. We have been able to select one that satisfies the needs of a high volume office and makes everyone happy, which is tough to accomplish in a large office setting. Our rep is personable and responsive and the order and delivery staff are friendly and accommodating. We highly recommend Alta to any business small or large."</p><p class="testimonialCredit">- Chloe Z.<br />Arthur J. Gallagher</p>'
myAd[2] = '<p>"Our Account Rep is extremely knowledgeable and very helpful with all of our needs.  Our questions and requests are responded to in a timely manner and always with a smile.  Our Route Driver and the office staff have given us the very best service, always going the extra mile.  We would not consider using anyone else for our needs."</p><p class="testimonialCredit">- Juli C.<br />Nabors Industries</p>'
myAd[3] = '<p>"Alta Service has provided the highest quality of service and products. The Reverse Osmosis system work perfectly and the coffee they select is exceptional. There driver\'s are always polite and on time. I will recommend them to any company looking to add coffee for their employees or customers."</p><p class="testimonialCredit">- Richard B<br />Operations Support<br />Dice Electronic</p>'
myAd[4] = '<p>"I am constantly amazed and impressed by the professionalism displayed by your team. Specifically, whenever I have a question or request I am responded to in such a timely manner that it actually exceeds my expectations. I just wanted to let you know that the work ethic of your employees is evident in their interactions with us."</p><p class="testimonialCredit">- With appreciation,<br />Legal Administrator<br />Los Angeles</p>'
myAd[5] = '<p>"Alta Service provides the highest level of customer service. The team is always helpful and responsive. They go above and beyond to not only meet our expectations in a vendor, but exceed them! Alta provides exceptional products across the board and they are a pleasure to work with!"</p><p class="testimonialCredit">- Janice<br />The Gores Group</p>'
myAd[6] = '<p>"We love your service!  Your office staff and Account Reps. are very helpful and always respond quickly to our needs. The driver is great, always delivering our supplies on time. Thank you!"</p><p class="testimonialCredit">- Brenda<br />Eastdil Secured</p>'
myAd[7] = '<p>"Alta has provided our company with coffee & kitchen supplies for quite a few years now.  The customer service has been excellent; everyone from the office staff to the Driver who delivers our order conduct themselves in a warm, professional manner. We are very pleased with the quality of the goods they offer and the services they extend."</p><p class="testimonialCredit">- P. English<br />Environmental Consulting Firm</p>'
myAd[8] = '<p>"I would like to take this opportunity to let each of you know how much we appreciate your service and hospitality.   Each of you go above and beyond to make our experience with Alta go well.  I have been satisfied 100% of the time over the past few years Vantage Media has worked with Alta.  It is always a pleasure doing business with each of you.  I am so glad we found you!"</p><p class="testimonialCredit">- Portia<br />Vantage Media</p>'

//-->
