<!--
browser = (((navigator.appName == "Netscape") && (parseInt(navigator.appVersion) >= 3 )) || ((navigator.appName == "Microsoft Internet Explorer") && (parseInt(navigator.appVersion) >= 3 )))

if (browser) {
   
    el_taller = new Image(); el_taller.src = "../img/el_taller.gif";
    el_taller_p = new Image(); el_taller_p.src = "../img/el_taller_p.gif";
	
	on_auction = new Image(); on_auction.src = "../img/on_auction.gif";
    on_auction_p = new Image(); on_auction_p.src = "../img/on_auction_p.gif";
	
	exhibitions_pi = new Image(); exhibitions_pi.src = "../img/exhibitions_pi.gif";
    exhibitions_pi_p = new Image(); exhibitions_pi_p.src = "../img/exhibitions_pi_p.gif";
	
	catalogues_pi = new Image(); catalogues_pi.src = "../img/catalogues_pi.gif";
    catalogues_pi_p = new Image(); catalogues_pi_p.src = "../img/catalogues_pi_p.gif";
	
	the_gallery = new Image(); the_gallery.src = "../img/the_gallery.gif";
    the_gallery_p = new Image(); the_gallery_p.src = "../img/the_gallery_p.gif";
	
	contact_info = new Image(); contact_info.src = "../img/contact_info.gif";
    contact_info_p = new Image(); contact_info_p.src = "../img/contact_info_p.gif";
	
	emil_pi = new Image(); emil_pi.src = "../img/emil_pi.gif";
    emil_pi_p = new Image(); emil_pi_p.src = "../img/emil_pi_p.gif";
	
	home = new Image(); home.src = "../img/home.gif";
    home_p = new Image(); home_p.src = "../img/home_p.gif";
	
}
        
function imgover(imgname)
{
    if (browser)
    {
        document[imgname].src = eval(imgname+"_p.src");
        return true;
    }
}

function imgnorm(imgname)
{
    if (browser)
    {
        document[imgname].src = eval(imgname+".src");
        return true;
    }               
}
// -->
