function crea_imagen (laurl,ellink,eltarget){ el_largo = imagenes.length; imagenes[el_largo] = new Image(); imagenes[el_largo].src = laurl; // ruta o nombre de imagen imagenes[el_largo].a = ellink; // link de la imagen imagenes[el_largo].target = eltarget; //target del link } var imagenes = new Array(); crea_imagen ('core/adapta_img_portada.php?nom_imatge=media/medium/img_615.jpg','indexcd.php','_self'); crea_imagen ('core/adapta_img_portada.php?nom_imatge=media/medium/img_5919.jpg','indexcd.php','_self'); crea_imagen ('core/adapta_img_portada.php?nom_imatge=media/medium/img_6538.jpg','indexcd.php','_self'); crea_imagen ('core/adapta_img_portada.php?nom_imatge=media/medium/img_5831.jpg','indexcd.php','_self'); crea_imagen ('core/adapta_img_portada.php?nom_imatge=media/medium/img_5165.jpg','indexcd.php','_self'); crea_imagen ('core/adapta_img_portada.php?nom_imatge=media/medium/img_3660.jpg','indexcd.php','_self'); crea_imagen ('core/adapta_img_portada.php?nom_imatge=media/medium/img_4055.jpg','indexcd.php','_self');