if (document.images)
   {
     pic1on= new Image(226,92);
     pic1on.src="http://churchlands.org.au/Portals/_default/Skins/ccf/ccfimgs/004_ICalledHover.png";  
	 pic2on= new Image(226,92);
     pic2on.src="http://churchlands.org.au/Portals/_default/Skins/ccf/ccfimgs/008_CustomerServiceHover.png";  
	 pic3on= new Image(226,92);
     pic3on.src="http://churchlands.org.au/Portals/_default/Skins/ccf/ccfimgs/006_LifeATChurchlandsHover.png";  
	 pic4on= new Image(226,92);
     pic4on.src="http://churchlands.org.au/Portals/_default/Skins/ccf/ccfimgs/007_SundaysMessageHover.png";  
     pic5on= new Image(296,186);
     pic5on.src="http://churchlands.org.au/Portals/_default/Skins/ccf/ccfimgs/lifeatchurch/youtube_hover.png";
     pic6on= new Image(293,136);
     pic6on.src="http://churchlands.org.au/Portals/_default/Skins/ccf/ccfimgs/contacts/faq_04_contactus_hover.jpg";  


		 
     pic1off= new Image(226,92);
     pic1off.src="http://churchlands.org.au/Portals/_default/Skins/ccf/ccfimgs/004_ICalled.png";
     pic2off= new Image(226,92);
     pic2off.src="http://churchlands.org.au/Portals/_default/Skins/ccf/ccfimgs/008_CustomerService.png";
     pic3off= new Image(226,92);
     pic3off.src="http://churchlands.org.au/Portals/_default/Skins/ccf/ccfimgs/006_LifeATChurchlandsLink.png";
     pic4off= new Image(226,92);
     pic4off.src="http://churchlands.org.au/Portals/_default/Skins/ccf/ccfimgs/007_SundaysMessage.png";
     pic5off= new Image(296,186);
     pic5off.src="http://churchlands.org.au/Portals/_default/Skins/ccf/ccfimgs/lifeatchurch/youtube.png";
	 pic6off= new Image(293,136);
     pic6off.src="http://churchlands.org.au/Portals/_default/Skins/ccf/ccfimgs/contacts/faq_03_contactus.jpg";


   }

function lightup(imgName)
 {
   if (document.images)
    {
      imgOn=eval(imgName + "on.src");
      document[imgName].src= imgOn;
    }
 }

function turnoff(imgName)
 {
   if (document.images)
    {
      imgOff=eval(imgName + "off.src");
      document[imgName].src= imgOff;
    }
 }

