// JavaScript Document// List image names WITHOUT filetype extensionvar myImg = new Array();  myImg[0]= "cricket_2";  myImg[1]= "hampi_2";  myImg[2]= "baldboy_2";  myImg[3]= "asleeponboat_2";  myImg[4]= "Untitled(cows)_2";  myImg[5]= "climbinggirl_2";  myImg[6]= "courtyard_2";  myImg[7]= "cycle&bus_2";  myImg[8]= "inflight_2";  myImg[9]= "desertcasualty_2";  myImg[10]= "indianbillboard_2";  myImg[11]= "templefriends";  myImg[12]= "Indian_schoolgirls";  myImg[13]= "Brick_wall_with_face";// Then create thumbnails of 90 x 70 pixels and save them// under the same name with "_thumb" added to the name