image_artist = new Image();
image_artist.src = "../images/the_artist_over.gif";

image_gallery = new Image();
image_gallery.src = "../images/gallery_over.gif";

image_news = new Image();
image_news.src = "../images/news_over.gif";

image_contact = new Image();
image_contact.src = "../images/contact_over.gif";

function launchMedia(theURL,name,width,height){
 window.open(theURL, name, 'toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=no,resizable=0,width='+width+',height='+height+'');
}
