<!--
//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


     button1.src = '/images/nav/home_off.jpg'
     button2.src = '/images/nav/home_on.jpg'
	 button3.src = '/images/nav/locator_off.jpg'
     button4.src = '/images/nav/locator_on.jpg'
	 button5.src = '/images/nav/career_off.jpg'
     button6.src = '/images/nav/career_on.jpg'
	 button7.src = '/images/nav/links_off.jpg'
     button8.src = '/images/nav/links_on.jpg'
	 button9.src = '/images/nav/contact_off.jpg'
     button10.src = '/images/nav/contact_on.jpg'

 }
//-->
