
var soundEmbed = null;
links = new Array('http://www.academia-de-engleza.ro', 
                  'http://www.academia-de-engleza.ro/Gramatica-limbii-engleze/Gramatica-engleza.html', 
                  'http://www.academia-de-engleza.ro/Exercitii-de-gramatica-engleza/Exercitii-gramatica-engleza.html', 
                  'http://www.academia-de-engleza.ro/Conversatie-in-limba-engleza/Conversatie-engleza/Conversatii-limba-engleza.html', 
                  'http://www.academia-de-engleza.ro') 


   function init() {}
			
   function Play(mp3file) {
				soundEmbed = document.createElement("embed");
				soundEmbed.setAttribute("src", mp3file);
				soundEmbed.setAttribute("hidden", true);
				soundEmbed.setAttribute("autostart", true);
				document.body.appendChild(soundEmbed);
		           }

   function goImg_1() {
              //window.open(links[0]);
            1 = 1;
   }
   function goImg_2() {
              window.open(links[1]);
   }
   function goImg_3() {
              window.open(links[2]);
   }
   function goImg_4() {
              window.open(links[3]);
   }
   function goImg_5() {
              window.open(links[4]);
   }


   function mouseOver_1() {
              document.getElementById("img_1").href=links[0];
   }	
   function mouseOver_2() {
              document.getElementById("img_2").href=links[1];
   }
   function mouseOver_3() {
              document.getElementById("img_3").href=links[2];
   }
   function mouseOver_4() {
              document.getElementById("img_4").href=links[3];
   }
   function mouseOver_5() {
              document.getElementById("img_5").href=links[4];
   }





