var imgArray = new Array;
 	imgArray[0] = new Image;
	    imgArray[0].src = "images/book_text_on.gif"
   	imgArray[1] = new Image;
	    imgArray[1].src = "images/clinic_text_on.gif"
  	imgArray[2] = new Image;
	    imgArray[2].src = "images/coffee_text_on.gif"
	imgArray[3] = new Image;
	    imgArray[3].src = "images/library_text_on.gif"
	imgArray[4] = new Image;
	    imgArray[4].src = "images/bulletin_text_on.gif"
	imgArray[5] = new Image;
		imgArray[5].src = "images/office_text_on.gif"
	imgArray[6] = new Image;
	    imgArray[6].src = "images/phone_text_on.gif"
	imgArray[7] = new Image;
	    imgArray[7].src = "images/play_text_on.gif"
	imgArray[8] = new Image;
        imgArray[8].src = "images/school_text_on.gif"
        imgArray[9] = new Image;
        imgArray[9].src = "images/navtextover.gif"
	
