if (document.images) {

	txGAL1 = new Image(0,0); 
	txGAL1.src = "../../galerija/images/galerija/1_1.en.gif"; 

	txGAL2 = new Image(0,20);
	txGAL2.src = "../../galerija/images/galerija/1_2.en.jpg";

        txGAL3 = new Image(0,40);
	txGAL3.src = "../../galerija/images/galerija/g3.en.jpg";

        txGAL4 = new Image(0,60);
	txGAL4.src = "../../galerija/images/galerija/1_4.en.jpg";

        txGAL5 = new Image(0,80);
	txGAL5.src = "../../galerija/images/galerija/1_5.en.jpg";

        txGAL6 = new Image(0,100);
	txGAL6.src = "../../galerija/images/galerija/1_6.en.jpg";

        txGAL7 = new Image(0,120);
	txGAL7.src = "../../galerija/images/galerija/1_7.en.jpg";

        txGAL8 = new Image(0,140);
	txGAL8.src = "../../galerija/images/galerija/1_8.en.jpg";

	}

function rollover(imgname) { 
        if (document.images) {
         this.document["tx"].src = eval("tx" + imgname + ".src"); 
                                return true;
        }
 }

function rolloff() { 
        if (document.images) {this.document["tx"].src = "../../images/emblemos/galerija.gif";} 
                   }
