{
 home=new Image();
 home.src="http://theskullclub.com/LunaVegas/gfx/nav/home.gif";
 home_over=new Image();
 home_over.src="http://theskullclub.com/LunaVegas/gfx/nav/home_over.gif";
 
 music=new Image();
 music.src="http://theskullclub.com/LunaVegas/gfx/nav/music.gif";
 music_over=new Image();
 music_over.src="http://theskullclub.com/LunaVegas/gfx/nav/music_over.gif";

 photos=new Image();
 photos.src="http://theskullclub.com/LunaVegas/gfx/nav/photos.gif";
 photos_over=new Image();
 photos_over.src="http://theskullclub.com/LunaVegas/gfx/nav/photos_over.gif";
 
 gigs=new Image();
 gigs.src="http://theskullclub.com/LunaVegas/gfx/nav/gigs.gif";
 gigs_over=new Image();
 gigs_over.src="http://theskullclub.com/LunaVegas/gfx/nav/gigs_over.gif";
 
 guestbook=new Image();
 guestbook.src="http://theskullclub.com/LunaVegas/gfx/nav/guestbook.gif";
 guestbook_over=new Image();
 guestbook_over.src="http://theskullclub.com/LunaVegas/gfx/nav/guestbook_over.gif";

 links=new Image();
 links.src="http://theskullclub.com/LunaVegas/gfx/nav/links.gif";
 links_over=new Image();
 links_over.src="http://theskullclub.com/LunaVegas/gfx/nav/links_over.gif";

 contact=new Image();
 contact.src="http://theskullclub.com/LunaVegas/gfx/nav/contact.gif";
 contact_over=new Image();
 contact_over.src="http://theskullclub.com/LunaVegas/gfx/nav/contact_over.gif";
 

}

function imageChange(imageID,imageName)
{
 document.images[imageID].src=eval(imageName+".src");
}