<!--

if (document.images) {

nav_homeRO = new Image
nav_home = new Image
nav_aboutusRO = new Image
nav_aboutus = new Image
nav_fuelsRO = new Image
nav_fuels = new Image
nav_propaneRO = new Image
nav_propane = new Image
nav_residentialservicesRO = new Image
nav_residentialservices = new Image
nav_serviceplansRO = new Image
nav_serviceplans = new Image
nav_paymentplansRO = new Image
nav_paymentplans = new Image
nav_equipmentRO = new Image
nav_equipment = new Image
nav_ournewsletterRO = new Image
nav_ournewsletter = new Image
nav_conservationadviceRO = new Image
nav_conservationadvice = new Image
nav_newsandinfoRO = new Image
nav_newsandinfo = new Image
nav_contactusRO = new Image
nav_contactus = new Image

nav_homeRO.src = "images/nav_homeRO.png"
nav_home.src = "images/nav_home.png"
nav_aboutusRO.src = "images/nav_aboutusRO.png"
nav_aboutus.src = "images/nav_aboutus.png"
nav_fuelsRO.src = "images/nav_fuelsRO.png"
nav_fuels.src = "images/nav_fuels.png"
nav_propaneRO.src = "images/nav_propaneRO.png"
nav_propane.src = "images/nav_propane.png"
nav_residentialservicesRO.src = "images/nav_residentialservicesRO.png"
nav_residentialservices.src = "images/nav_residentialservices.png"
nav_serviceplansRO.src = "images/nav_serviceplansRO.png"
nav_serviceplans.src = "images/nav_serviceplans.png"
nav_paymentplansRO.src = "images/nav_paymentplansRO.png"
nav_paymentplans.src = "images/nav_paymentplans.png"
nav_equipmentRO.src = "images/nav_equipmentRO.png"
nav_equipment.src = "images/nav_equipment.png"
nav_ournewsletterRO.src = "images/nav_ournewsletterRO.png"
nav_ournewsletter.src = "images/nav_ournewsletter.png"
nav_conservationadviceRO.src = "images/nav_conservationadviceRO.png"
nav_conservationadvice.src = "images/nav_conservationadvice.png"
nav_newsandinfoRO.src = "images/nav_newsandinfoRO.png"
nav_newsandinfo.src = "images/nav_newsandinfo.png"
nav_contactusRO.src = "images/nav_contactusRO.png"
nav_contactus.src = "images/nav_contactus.png"

}

else {

nav_homeRO.src = ""
nav_home.src = ""
document.homes.src = ""
nav_aboutusRO.src = ""
nav_aboutus.src = ""
document.aboutus.src = ""
nav_fuelsRO.src = ""
nav_fuels.src = ""
document.fuels.src = ""
nav_propaneRO.src = ""
nav_propane.src = ""
document.propane.src = ""
nav_residentialservicesRO.src = ""
nav_residentialservices.src = ""
document.residentialservices.src = ""
nav_serviceplansRO.src = ""
nav_serviceplans.src = ""
document.serviceplans.src = ""
nav_paymentplansRO.src = ""
nav_paymentplans.src = ""
document.paymentplans.src = ""
nav_equipmentRO.src = ""
nav_equipment.src = ""
document.equipment.src = ""
nav_ournewsletterRO.src = ""
nav_ournewsletter.src = ""
document.ournewsletter.src = ""
nav_conservationadviceRO.src = ""
nav_conservationadvice.src = ""
document.conservationadvice.src = ""
nav_newsandinfoRO.src = ""
nav_newsandinfo.src = ""
document.newsandinfo.src = ""
nav_contactusRO.src = ""
nav_contactus.src = ""
document.contactus.src = ""

}


 //display or hide container

 function setVisible(objContainer,status) {
	var obj = document.getElementById(objContainer);
	obj.style.display = status;
 }


// -->
