if (document.images) {

     	img1on = new Image
     	img2on = new Image
     	img3on = new Image	
	img4on = new Image
	img5on = new Image
 	img6on = new Image
	img1 = new Image
     	img2 = new Image
     	img3 = new Image
	img4 = new Image
	img5 = new Image
 	img6 = new Image

     	img1on.src = "images/home_r.jpg"
     	img2on.src = "images/downloads_r.jpg"
     	img3on.src = "images/reports_r.jpg"
	img4on.src = "images/information_r.jpg"
       	img5on.src = "images/offerings_r.jpg"
	img6on.src = "images/contact_r.jpg"
     	img1.src = "images/home_n.jpg"
     	img2.src = "images/downloads_n.jpg"
     	img3.src = "images/reports_n.jpg"
	img4.src = "images/information_n.jpg"
       	img5.src = "images/offerings_n.jpg"
	img6.src = "images/contact_n.jpg"

}

else {

     	img1on = " "
     	img2on = " "
     	img3on = " "
	img4on = " "
	img5on = " "
	img6on = " "
     	img1 = " "
     	img2 = " "
     	img3 = " "
	img4 = " "
	img5 = " "
	img6 = " "
     	document.buttons = " "

}


