// JavaScript Document

<!--
//Slide Show script (this notice must stay intact)
//For this and more scripts
//visit java-scripts.net or http://wsabstract.com

if (document.images) {
     button1 = new Image
     button2 = new Image
     button3 = new Image
     button4 = new Image
	 button5 = new Image
     button6 = new Image
	 button7 = new Image
     button8 = new Image
	 button9 = new Image
     button10 = new Image
	 button11 = new Image
     button12 = new Image
	 button13 = new Image
     button14 = new Image

     button1.src = '/images/footerCustomer.jpg'
     button2.src = '/images/footerHoverCustomer.jpg'
	 button3.src = '/images/footerOrderTrack.jpg'
     button4.src = '/images/footerHoverOrderTrack.jpg'
	 button5.src = '/images/footerShipping.jpg'
     button6.src = '/images/footerHoverShipping.jpg'
	 button7.src = '/images/footerPrivacy.jpg'
     button8.src = '/images/footerHoverPrivacy.jpg'
	 button9.src = '/images/navCompany.jpg'
     button10.src = '/images/navHoverCompany.jpg'
	 button11.src = '/images/navContact.jpg'
     button12.src = '/images/navHoverContact.jpg'
	 button13.src = '/images/viewBag.jpg'
     button14.src = '/images/viewBagHover.jpg'
 }
//-->

