var i;
var img = new Array(13); 

for (i=0;i<14;i++){

img[i]= new Image();
img[i].src = "images/menu-b_"+i+".gif";
}

