
if (document.images) {
homeoff = new Image
howtohelpoff = new Image
resourcesoff = new Image
contactoff = new Image
emailoff = new Image

homeon = new Image
howtohelpon = new Image
resourceson = new Image
contacton = new Image
emailon = new Image

homeoff.src = "http://atlchal.myaiweb30.com/images/nav_home.gif"
howtohelpoff.src = "http://atlchal.myaiweb30.com/images/nav_howtohelp.gif"
resourcesoff.src = "http://atlchal.myaiweb30.com/images/nav_resources.gif"
contactoff.src = "http://atlchal.myaiweb30.com/images/nav_contact.gif"
emailoff.src = "http://atlchal.myaiweb30.com/images/ft_email.gif"

homeon.src = "http://atlchal.myaiweb30.com/images/nav_home_r.gif"
howtohelpon.src = "http://atlchal.myaiweb30.com/images/nav_howtohelp_r.gif"
resourceson.src = "http://atlchal.myaiweb30.com/images/nav_resources_r.gif"
contacton.src = "http://atlchal.myaiweb30.com/images/nav_contact_r.gif"
emailon.src = "http://atlchal.myaiweb30.com/images/ft_email_r.gif"

}
else {

homeoff =  " "
howtohelpoff =  " "
resourcesoff =  " "
contactoff =  " "
emailoff =  " "

homeon =  " "
howtohelpon =  " "
resourceson =  " "
contacton =  " "
emailon =  " "


document.home =  " "
document.howtohelp =  " "
document.resources =  " "
document.contact =  " "
document.email =  " "


}