// PRELOADING IMAGES
if (document.images) {
 img_homeon =new Image();  img_homeon.src ="img/homeo.gif";
 img_homeoff=new Image();  img_homeoff.src="img/home.gif";
 img_abouton =new Image();  img_abouton.src ="img/abouto.gif";
 img_aboutoff=new Image();  img_aboutoff.src="img/about.gif";
 img_newson =new Image();  img_newson.src ="img/newso.gif";
 img_newsoff=new Image();  img_newsoff.src="img/news.gif";
 img_eventson =new Image();  img_eventson.src ="img/eventso.gif";
 img_eventsoff=new Image();  img_eventsoff.src="img/events.gif";
 img_competitionon =new Image();  img_competitionon.src ="img/competitiono.gif";
 img_competitionoff=new Image();  img_competitionoff.src="img/competition.gif";
 img_historyon =new Image();  img_historyon.src ="img/historyo.gif";
 img_historyoff=new Image();  img_historyoff.src="img/history.gif";
 img_mediaon =new Image();  img_mediaon.src ="img/mediao.gif";
 img_mediaoff=new Image();  img_mediaoff.src="img/media.gif";
 img_artistson =new Image();  img_artistson.src ="img/artistso.gif";
 img_artistsoff=new Image();  img_artistsoff.src="img/artists.gif";
 img_productionon =new Image();  img_productionon.src ="img/productiono.gif";
 img_productionoff=new Image();  img_productionoff.src="img/production.gif";
 img_shopon =new Image();  img_shopon.src ="img/shopo.gif";
 img_shopoff=new Image();  img_shopoff.src="img/shop.gif";
 img_linkson =new Image();  img_linkson.src ="img/linkso.gif";
 img_linksoff=new Image();  img_linksoff.src="img/links.gif";
 img_signupon =new Image();  img_signupon.src ="img/signupo.gif";
 img_signupoff=new Image();  img_signupoff.src="img/signup.gif";
 img_forumon =new Image();  img_forumon.src ="img/forumo.gif";
 img_forumoff=new Image();  img_forumoff.src="img/forum.gif";
 img_qandaon =new Image();  img_qandaon.src ="img/qandao.gif";
 img_qandaoff=new Image();  img_qandaoff.src="img/qanda.gif";
 img_presson =new Image();  img_presson.src ="img/presso.gif";
 img_pressoff=new Image();  img_pressoff.src="img/press.gif";
 img_merchandiseon =new Image();  img_merchandiseon.src ="img/merchandiseo.gif";
 img_merchandiseoff=new Image();  img_merchandiseoff.src="img/merchandise.gif";
 img_musicon=new Image();  img_musicon.src ="img/musico.gif";
 img_musicoff=new Image();  img_musicoff.src="img/music.gif";
 img_touron=new Image();  img_touron.src ="img/touro.gif";
 img_touroff=new Image();  img_touroff.src="img/tour.gif";
}
// ON
function handleOverhome() {
 if (document.images) document.home.src=img_homeon.src;
}
function handleOverabout() {
if (document.images) document.about.src=img_abouton.src;
}
function handleOvernews() {
 if (document.images) document.news.src=img_newson.src;
}
function handleOverevents() {
if (document.images) document.events.src=img_eventson.src;
}
function handleOvercompetition() {
 if (document.images) document.competition.src=img_competitionon.src;
}
function handleOverhistory() {
if (document.images) document.history.src=img_historyon.src;
}
function handleOvermedia() {
 if (document.images) document.media.src=img_mediaon.src;
}
function handleOverartists() {
if (document.images) document.artists.src=img_artistson.src;
}
function handleOverproduction() {
 if (document.images) document.production.src=img_productionon.src;
}
function handleOvershop() {
if (document.images) document.shop.src=img_shopon.src;
}
function handleOverlinks() {
 if (document.images) document.links.src=img_linkson.src;
}
function handleOversignup() {
 if (document.images) document.signup.src=img_signupon.src;
}
function handleOverforum() {
 if (document.images) document.forum.src=img_forumon.src;
}
function handleOverqanda() {
 if (document.images) document.qanda.src=img_qandaon.src;
}
function handleOverpress() {
 if (document.images) document.press.src=img_presson.src;
}
function handleOvermerchandise() {
 if (document.images) document.merchandise.src=img_merchandiseon.src;
}
function handleOvermusic() {
 if (document.images) document.music.src=img_musicon.src;
}
function handleOvertour() {
 if (document.images) document.tour.src=img_touron.src;
}

// OUT
function handleOuthome() {
if (document.images) document.home.src=img_homeoff.src;
}
function handleOutabout() {
if (document.images) document.about.src=img_aboutoff.src;
}
function handleOutnews() {
if (document.images) document.news.src=img_newsoff.src;
}
function handleOutevents() {
if (document.images) document.events.src=img_eventsoff.src;
}
function handleOutcompetition() {
if (document.images) document.competition.src=img_competitionoff.src;
}
function handleOuthistory() {
if (document.images) document.history.src=img_historyoff.src;
}
function handleOutmedia() {
if (document.images) document.media.src=img_mediaoff.src;
}
function handleOutartists() {
if (document.images) document.artists.src=img_artistsoff.src;
}
function handleOutproduction() {
if (document.images) document.production.src=img_productionoff.src;
}
function handleOutshop() {
if (document.images) document.shop.src=img_shopoff.src;
}
function handleOutlinks() {
if (document.images) document.links.src=img_linksoff.src;
}
function handleOutsignup() {
if (document.images) document.signup.src=img_signupoff.src;
}
function handleOutforum() {
if (document.images) document.forum.src=img_forumoff.src;
}
function handleOutqanda() {
if (document.images) document.qanda.src=img_qandaoff.src;
}
function handleOutpress() {
if (document.images) document.press.src=img_pressoff.src;
}
function handleOutmerchandise() {
if (document.images) document.merchandise.src=img_merchandiseoff.src;
}
function handleOutmusic() {
if (document.images) document.music.src=img_musicoff.src;
}
function handleOuttour() {
if (document.images) document.tour.src=img_touroff.src;
}
