<!--

defaultStatus=".::Claus Porto::.";

    if (document.images) {

        a1 = new Image; a1.src = "../img/empresa_off.gif";
        a11 = new Image; a11.src = "../img/empresa_on.gif";

		a2 = new Image; a2.src = "../img/claus_off.gif";           
        a21 = new Image; a21.src = "../img/claus_on.gif";

        a3 = new Image; a3.src = "../img/links_off.gif";
        a31 = new Image; a31.src = "../img/links_on.gif";
		
		a4 = new Image; a4.src = "../img/show_off.gif";           
        a41 = new Image; a41.src = "../img/show_on.gif";
	
		a5 = new Image; a5.src = "../img/media_off.gif";           
        a51 = new Image; a51.src = "../img/media_on.gif";
        
        a6 = new Image; a6.src = "../img/e_shop_off.gif";           
        a61 = new Image; a61.src = "../img/e_shop_on.gif";
        
        a7 = new Image; a7.src = "../img/pt/contactos_off.gif";
        a71 = new Image; a71.src = "../img/pt/contactos_on.gif";
		
		     
	 } 


	function imgover(imgName) {
            if (document.images) {
                document[imgName].src = eval(imgName + "1.src");
            }
    }


    function imgoff(imgName) {
            if (document.images) {
                document[imgName].src = eval(imgName + ".src");
            }
    }

// -->
