function preload(imgObj,imgSrc,x,y)
{if (document.images)
{eval(imgObj+' = new Image('+ x +','+ y +')')
eval(imgObj+'.src = "'+imgSrc+'"')
}
}
preload('france','img/france.gif',30,20);
preload('spain','img/spain.gif',30,20);
preload('uk','img/uk.gif',30,20);
preload('cuadro','pelis/cuadro.swf',740,335);
preload('fondo','img/fondo.gif',485,278);
preload('feae','img/feae.gif',90,90);