if (document.images) {

	homeon = new Image(48,25);
	homeon.src = "http://www.djcybian.com/images/HNOhome.gif";
	homeoff = new Image(48,25);
	homeoff.src = "http://www.djcybian.com/images/HNhome.gif";

	home_headeron = new Image(395,100);
	home_headeron.src = "http://www.djcybian.com/images/Hwelcome.gif";
	home_headeroff = new Image(395,100);
	home_headeroff.src = "http://www.djcybian.com/images/Hwelcome.gif";

	contacton = new Image(55,25);
	contacton.src = "http://www.djcybian.com/images/HNOcontact.gif";
	contactoff = new Image(55,25);
	contactoff.src = "http://www.djcybian.com/images/HNcontact.gif";
	
	contact_headeron = new Image(198,47);
	contact_headeron.src = "http://www.djcybian.com/images/Hcontact.gif";
	contact_headeroff = new Image(198,47);
	contact_headeroff.src = "http://www.djcybian.com/images/Hcontact.gif";	
	
	sitemapon = new Image(62,25);
	sitemapon.src = "http://www.djcybian.com/images/HNOsitemap.gif";
	sitemapoff = new Image(62,25);
	sitemapoff.src = "http://www.djcybian.com/images/HNsitemap.gif";
	
	sitemap_headeron = new Image(198,47);
	sitemap_headeron.src = "http://www.djcybian.com/images/Hsitemap.gif";
	sitemap_headeroff = new Image(198,47);
	sitemap_headeroff.src = "http://www.djcybian.com/images/Hsitemap.gif";
	
	whoon = new Image(82,28);
	whoon.src = "http://www.djcybian.com/images/HNOwho.gif";
	whooff = new Image(82,28);
	whooff.src = "http://www.djcybian.com/images/HNwho.gif";
	
	who_headeron = new Image(198,47);
	who_headeron.src = "http://www.djcybian.com/images/Hwho.gif";
	who_headeroff = new Image(198,47);
	who_headeroff.src = "http://www.djcybian.com/images/Hwho.gif";
	
	livejournalon = new Image(93,28);
	livejournalon.src = "http://www.djcybian.com/images/HNOlivejournal.gif";
	livejournaloff = new Image(93,28);
	livejournaloff.src = "http://www.djcybian.com/images/HNlivejournal.gif";
	
	livejournal_headeron = new Image(198,47);
	livejournal_headeron.src = "http://www.djcybian.com/images/Hlivejournal.gif";
	livejournal_headeroff = new Image(198,47);
	livejournal_headeroff.src = "http://www.djcybian.com/images/Hlivejournal.gif";

	playlistson = new Image(82,28);
	playlistson.src = "http://www.djcybian.com/images/HNOplaylists.gif";
	playlistsoff = new Image(82,28);
	playlistsoff.src = "http://www.djcybian.com/images/HNplaylists.gif";
	
	playlists_headeron = new Image(198,47);
	playlists_headeron.src = "http://www.djcybian.com/images/Hplaylists.gif";
	playlists_headeroff = new Image(198,47);
	playlists_headeroff.src = "http://www.djcybian.com/images/Hplaylists.gif";

	galleryon = new Image(66,28);
	galleryon.src = "http://www.djcybian.com/images/HNOgallery.gif";
	galleryoff = new Image(66,28);
	galleryoff.src = "http://www.djcybian.com/images/HNgallery.gif";
	
	gallery_headeron = new Image(198,47);
	gallery_headeron.src = "http://www.djcybian.com/images/Hgallery.gif";
	gallery_headeroff = new Image(198,47);
	gallery_headeroff.src = "http://www.djcybian.com/images/Hgallery.gif";

	linkson = new Image(54,28);
	linkson.src = "http://www.djcybian.com/images/HNOlinks.gif";
	linksoff = new Image(54,28);
	linksoff.src = "http://www.djcybian.com/images/HNlinks.gif";
	
	links_headeron = new Image(198,47);
	links_headeron.src = "http://www.djcybian.com/images/Hlinks.gif";
	links_headeroff = new Image(198,47);
	links_headeroff.src = "http://www.djcybian.com/images/Hlinks.gif";
	
	guestbookon = new Image(85,28);
	guestbookon.src = "http://www.djcybian.com/images/HNOguestbook.gif";
	guestbookoff = new Image(85,28);
	guestbookoff.src = "http://www.djcybian.com/images/HNguestbook.gif";
	
	guestbook_headeron = new Image(198,47);
	guestbook_headeron.src = "http://www.djcybian.com/images/Hguestbook.gif";
	guestbook_headeroff = new Image(198,47);
	guestbook_headeroff.src = "http://www.djcybian.com/images/Hguestbook.gif";
	
	admin_headeroff = new Image(198,47);
	admin_headeroff.src = "http://www.djcybian.com/images/Hadmin.gif";
	
	notfound_headeroff = new Image(198,47);
	notfound_headeroff.src = "http://www.djcybian.com/images/H404.gif";
	
	noaccess_headeroff = new Image(198,47);
	noaccess_headeroff.src = "http://www.djcybian.com/images/Hnoaccess.gif";
	
	underworldon = new Image(298,370);
	underworldon.src = "/images/Underworld-Back-20060722-Sm.jpg";
	underworldoff = new Image(298,370);
	underworldoff.src = "/images/Underworld-Front-20060722-Sm.jpg";

}

function On(imgName) {
      if (document.images)
	  document.images[imgName].src = eval(imgName + "on.src");
}

function Off(imgName) {
      if (document.images)
	  document.images[imgName].src = eval(imgName + "off.src");
}

function headerOn(imgName,triggerImgName) {
      if (document.images) 
          document.images[imgName].src = eval(triggerImgName + "on.src");
}

function headerOff(imgName,triggerImgName) {
      if (document.images) 
          document.images[imgName].src = eval(triggerImgName + "off.src");
}