

<!-- Tabs Rollover -->

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/tabs/home.gif'
     button2.src = '/images/tabs/home2.gif'
     button3.src = '/images/tabs/general.gif'
     button4.src = '/images/tabs/general2.gif'
     button5.src = '/images/tabs/treatments.gif'
     button6.src = '/images/tabs/treatments2.gif'
     button7.src = '/images/tabs/orthotics.gif'
     button8.src = '/images/tabs/orthotics2.gif'
     button9.src = '/images/tabs/contactus.gif'
     button10.src = '/images/tabs/contactus2.gif'
 }