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
     button15 = new Image
     button16 = new Image
     button17 = new Image
     button18 = new Image
     button19 = new Image
     button20 = new Image
     button21 = new Image
     button22 = new Image
     button23 = new Image
     button24 = new Image
     button25 = new Image
     button26 = new Image
     button27 = new Image
     button28 = new Image
     button29 = new Image
     button30 = new Image
     button31 = new Image
     button32 = new Image
     button33 = new Image
     button34 = new Image
     button35 = new Image
     button36 = new Image
     button37 = new Image
     button38 = new Image
     button39 = new Image
     button40 = new Image

     button1.src = 'gifs/home.gif'
     button2.src = 'gifs/home1.gif'
     button3.src = 'gifs/aboutUs.gif'
     button4.src = 'gifs/aboutUs1.gif'
     button5.src = 'gifs/serviceB.gif'
     button6.src = 'gifs/serviceB1.gif'
     button7.src = 'gifs/serviceR.gif'
     button8.src = 'gifs/serviceR1.gif'
     button9.src = 'gifs/contact.gif'
     button10.src = 'gifs/contact1.gif'
     button11.src = 'gifs/telephoneRates.gif'
     button12.src = 'gifs/telephoneRates1.gif'
     button13.src = 'gifs/carrierPre.gif'
     button14.src = 'gifs/carrierPre1.gif'
     button15.src = 'gifs/premium.gif'
     button16.src = 'gifs/premium1.gif'
     button17.src = 'gifs/numbering.gif'
     button18.src = 'gifs/numbering1.gif'
     button19.src = 'gifs/fax.gif'
     button20.src = 'gifs/fax1.gif'
     button21.src = 'gifs/emailB.gif'
     button22.src = 'gifs/emailB1.gif'
     button23.src = 'gifs/sms.gif'
     button24.src = 'gifs/sms1.gif'
     button25.src = 'gifs/faq.gif'
     button26.src = 'gifs/faq1.gif'
     button27.src = 'gifs/cDetails.gif'
     button28.src = 'gifs/cDetails1.gif'
     button29.src = 'gifs/cForm.gif'
     button30.src = 'gifs/cForm1.gif'
     button31.src = 'gifs/cMap.gif'
     button32.src = 'gifs/cMap1.gif'
     button33.src = 'gifs/cDirections.gif'
     button34.src = 'gifs/cDirections1.gif'
     button35.src = 'gifs/directoryList.gif'
     button36.src = 'gifs/directoryList1.gif'
     button37.src = 'gifs/whoWeAre.gif'
     button38.src = 'gifs/whoWeAre1.gif'
     button39.src = 'gifs/departments.gif'
     button40.src = 'gifs/departments1.gif'
 }



function placeFocus() {

if (document.forms.length > 0) {

var field = document.forms[0];

for (i = 0; i < field.length; i++) {

if ((field.elements[i].type == "text") || (field.elements[i].type == "textarea") || (field.elements[i].type.toString().charAt(0) == "s")) {

document.forms[0].elements[i].focus();

break;

         }

      }

   }

}

function printpage(){
            if (!window.print){
                alert("You need NS4.x to use this print button!")
                return
            }
            window.print()
        }