<!--

defaultStatus="Escola Profissional do Infante";

    if (document.images) {
		a15 = new Image; a15.src = "/img/comercio_off.jpg";                   a151 = new Image; a151.src = "/img/comercio_on.jpg";		a152 = new Image; a152.src = "/img/comercio_activo.jpg";		
        a1 = new Image; a1.src = "img/animador_off.jpg";
        a11 = new Image; a11.src = "img/animador_on.jpg";
		a12 = new Image; a12.src = "img/animador_activo.jpg";

		a2 = new Image; a2.src = "img/turismo_off.jpg";           
        a21 = new Image; a21.src = "img/turismo_on.jpg";
		a22 = new Image; a22.src = "img/turismo_activo.jpg";

        a3 = new Image; a3.src = "img/informatica_off.jpg";
        a31 = new Image; a31.src = "img/informatica_on.jpg";
		a32 = new Image; a32.src = "img/informatica_activo.jpg";
		
		a4 = new Image; a4.src = "img/comunicacao_off.jpg";           
        a41 = new Image; a41.src = "img/comunicacao_on.jpg";
		a42 = new Image; a42.src = "img/comunicacao_activo.jpg";
	
		a5 = new Image; a5.src = "/img/qs_off.gif";           
        a51 = new Image; a51.src = "../img/qs_on.gif";
		a52 = new Image; a52.src = "../img/qs_activo.gif";
		
		a6 = new Image; a6.src = "../img/cd_off.gif";
        a61 = new Image; a61.src = "../img/cd_on.gif";
		a62 = new Image; a62.src = "../img/cd_activo.gif";

		a7 = new Image; a7.src = "../img/pi_off.gif";           
        a71 = new Image; a71.src = "../img/pi_on.gif";
		a72 = new Image; a72.src = "../img/pi_activo.gif";

        a8 = new Image; a8.src = "../img/ae_off.gif";
        a81 = new Image; a81.src = "../img/ae_on.gif";
		a82 = new Image; a82.src = "../img/ae_activo.gif";
	
		a9 = new Image; a9.src = "../img/ji_off.gif";           
		a91 = new Image; a91.src = "../img/ji_on.gif";
		a92 = new Image; a92.src = "../img/ji_activo.gif";
		
		a10 = new Image; a10.src = "../img/pf_off.gif";           
        a101 = new Image; a101.src = "../img/pf_on.gif";
		a102 = new Image; a102.src = "../img/pf_activo.gif";

		aa1 = new Image; aa1.src = "../img/c_off.gif";           
		aa11 = new Image; aa11.src = "../img/c_on.gif";
		aa12 = new Image; aa12.src = "../img/c_activo.gif";

		aa2 = new Image; aa2.src = "../img/news_off.gif";           
        aa21 = new Image; aa21.src = "../img/news_on.gif";
		aa22 = new Image; aa22.src = "../img/news_activo.gif";
		
		aa3 = new Image; aa3.src = "../img/do_off.gif";           
        aa31 = new Image; aa31.src = "../img/do_on.gif";
		aa32 = new Image; aa32.src = "../img/do_activo.gif";

	 } 



    function imgactivo(imgName) {
            if (document.images) {
                document[imgName].src = eval(imgName + "2.src");
            }
    }

	function imgover(imgName) {
            if (document.images) {
                document[imgName].src = eval(imgName + "1.src");
            }
    }
	
	 function imgdown(imgName) {
            if (document.images) {
                document[imgName].src = eval(imgName + "12.src");
            }
    }

    function imgoff(imgName) {
            if (document.images) {
                document[imgName].src = eval(imgName + ".src");
            }
    }

// -->