var lista_imagenes = new Array();
 
function preloadImage(ruta){
 
 
img = new Image();
img.src = ruta;
lista_imagenes.push(img);
 
} 

function redimensionarDivSwf(numero,ancho) {
                document.getElementById("links").style.height= numero + 
"px";
document.getElementById("links").style.width= ancho + 
"px";
                //alert(numero);
        }
function redimensionarDivSwf3(hef) {
                document.getElementById("links").style.height= hef + "px";
document.getElementById("links").style.width= hef + "px";
                //alert(numero);
        }

 function redimensionarDivSwf2(numero,ancho) {
                document.getElementById("links").style.height= numero + 
"px";
document.getElementById("links").style.width= ancho + 
"px";

                //alert(numero);
        }
