graphic1 = new Image();
graphic1.src = "home.GIF";
graphic1on = new Image();
graphic1on.src = "home_over.GIF";

//These are the second button graphics 

graphic2= new Image();
graphic2.src = "services.GIF";
graphic2on = new Image();
graphic2on.src = "services_over.gif";

//These are the third button graphics 

graphic3= new Image();
graphic3.src = "stories.GIF";
graphic3on = new Image();
graphic3on.src = "stories_over.GIF";

//These are the fourth button graphics 

graphic4= new Image();
graphic4.src = "staff.GIF";
graphic4on = new Image();
graphic4on.src = "staff_over.GIF";

//These are the fifth button graphics 

graphic5= new Image();
graphic5.src = "contact_us.GIF";
graphic5on = new Image();
graphic5on.src = "contact_us_over.GIF";

//These are the sixth button graphics 

graphic6= new Image();
graphic6.src = "blog.GIF";
graphic6on = new Image();
graphic6on.src = "blog_over.GIF";

function imageChange(imageID,imageName)
{ 
	document.images[imageID].src = eval(imageName + ".src");
}
