// JavaScript Document

function upimage (){
document.getElementById("about").src="images/abouthover.gif";}

function downimage (){
document.getElementById("about").src="images/about.gif";}

function upimage1 (){
document.getElementById("newshv").src="images/newshover.gif";}

function downimage1 (){
document.getElementById("newshv").src="images/news.gif";}

function upimage2 (){
document.getElementById("galhv").src="images/galleryhover.gif";}

function downimage2 (){
document.getElementById("galhv").src="images/gallery.gif";}

function upimage3 (){
document.getElementById("conthv").src="images/contacthover.gif";}

function downimage3 (){
document.getElementById("conthv").src="images/contact.gif";}

function upimage4 (){
document.getElementById("newshv1").src="images/newshover.gif";}

function downimage4 (){
document.getElementById("newshv1").src="images/news.gif";}

function upimage5 (){
document.getElementById("about1").src="images/abouthover.gif";}

function downimage5 (){
document.getElementById("about1").src="images/about.gif";}

function upimage6 (){
document.getElementById("conthv1").src="images/contacthover.gif";}

function downimage6 (){
document.getElementById("conthv1").src="images/contact.gif";}

function upimage7 (){
document.getElementById("gal1").src="images/gal1hover.gif";}

function downimage7 (){
document.getElementById("gal1").src="images/gal1.gif";}

function upimage8 (){
document.getElementById("galhv1").src="images/galleryhover.gif";}

function downimage8 (){
document.getElementById("galhv1").src="images/gallery.gif";}

function upimage9 (){
document.getElementById("gal2").src="images/gal2hover.gif";}

function downimage9 (){
document.getElementById("gal2").src="images/gal2.gif";}

function upimage10 (){
document.getElementById("gal3").src="images/art_workshover.gif";}

function downimage10 (){
document.getElementById("gal3").src="images/art_works.gif";}

function upimage11 (){
document.getElementById("artist").src="images/artisthover.gif";}

function downimage11 (){
document.getElementById("artist").src="images/artist.gif";}

function upimage12 (){
document.getElementById("progress1").src="images/progresshover.gif";}

function downimage12 (){
document.getElementById("progress1").src="images/progress.gif";}

function upimage_g(image, id) {
  document.getElementById(id).src="images/"+ image;
}

function downimage_g(image, id) {
  document.getElementById(id).src="images/"+ image;
}
