// JavaScript Document



normal_image1 = new Image();
normal_image1.src = "imagini/btn_ro.gif";

mouseover_image1 = new Image();
mouseover_image1.src = "imagini/btn_ro_over.gif";

<!-- repeat the 4 lines above for any subsequent images. -->

function swap(){
if (document.images){
for (var x=0;
x<swap.arguments.length;
x+=2) {
document[swap.arguments[x]].src = eval(swap.arguments[x+1] + ".src");
}
}
}


normal_image2 = new Image();
normal_image2.src = "imagini/btn_en.gif";

mouseover_image2 = new Image();
mouseover_image2.src = "imagini/btn_en_over.gif";

<!-- repeat the 4 lines above for any subsequent images. -->

function swap(){
if (document.images){
for (var x=0;
x<swap.arguments.length;
x+=2) {
document[swap.arguments[x]].src = eval(swap.arguments[x+1] + ".src");
}
}
}

normal_image3 = new Image();
normal_image3.src = "imagini/btn_flash.gif";

mouseover_image3 = new Image();
mouseover_image3.src = "imagini/btn_flash_over.gif";

<!-- repeat the 4 lines above for any subsequent images. -->

function swap(){
if (document.images){
for (var x=0;
x<swap.arguments.length;
x+=2) {
document[swap.arguments[x]].src = eval(swap.arguments[x+1] + ".src");
}
}
}

normal_image4 = new Image();
normal_image4.src = "imagini/btn_flash.gif";

mouseover_image4 = new Image();
mouseover_image4.src = "imagini/btn_flash_over.gif";

<!-- repeat the 4 lines above for any subsequent images. -->

function swap(){
if (document.images){
for (var x=0;
x<swap.arguments.length;
x+=2) {
document[swap.arguments[x]].src = eval(swap.arguments[x+1] + ".src");
}
}
}
