<!--Hide from old browsers
        if (document.images) 
        {
          choice = new Array
          choice[1] = new Image();  choice[1].src = path+"title_aboutus_a.gif"
          choice[2] = new Image();  choice[2].src = path+"title_ourservices_a.gif"
          choice[3] = new Image();  choice[3].src = path+"title_beginsearch_a.gif"
          choice[4] = new Image();  choice[4].src = path+"title_connecthere_a.gif"
          choice[5] = new Image();  choice[5].src = path+"title_ourcontact_a.gif"
          choice[6] = new Image();  choice[6].src = path+"title_justforyou_a.gif"
        }

        function swapchoice(in_choice, num) {
          if (document.images){
            var temp = document.images[in_choice].src
            document.images[in_choice].src = choice[num].src
            choice[num].src = temp
          }
        }

// End the Hide -->

