// Off imagesimage1 = new Image(); image1.src = "img/square.gif";image2 = new Image(); image2.src = "img/square.gif";image3 = new Image(); image3.src = "img/square.gif";image4 = new Image(); image4.src = "img/square.gif";image5 = new Image(); image5.src = "img/square.gif";image6 = new Image(); image6.src = "img/square.gif";image7 = new Image(); image7.src = "img/square.gif";image8 = new Image(); image8.src = "img/square.gif";image9 = new Image(); image9.src = "img/square.gif";// On imagesimage1on = new Image(); image1on.src = "img/square-on.gif";image2on = new Image(); image2on.src = "img/square-on.gif";image3on = new Image(); image3on.src = "img/square-on.gif";image4on = new Image(); image4on.src = "img/square-on.gif";image5on = new Image(); image5on.src = "img/square-on.gif";image6on = new Image(); image6on.src = "img/square-on.gif";image7on = new Image(); image7on.src = "img/square-on.gif";image8on = new Image(); image8on.src = "img/square-on.gif";image9on = new Image(); image9on.src = "img/square-on.gif";// Thumbnailsimage1thumb = new Image(); image1thumb.src = 'thumbnails/gouache/1.jpg';image2thumb = new Image(); image2thumb.src = 'thumbnails/gouache/2.jpg';image3thumb = new Image(); image3thumb.src = 'thumbnails/gouache/3.jpg';image4thumb = new Image(); image4thumb.src = 'thumbnails/gouache/4.jpg';image5thumb = new Image(); image5thumb.src = 'thumbnails/gouache/5.jpg';image6thumb = new Image(); image6thumb.src = 'thumbnails/gouache/6.jpg';image7thumb = new Image(); image7thumb.src = 'thumbnails/gouache/7.jpg';image8thumb = new Image(); image8thumb.src = 'thumbnails/gouache/8.jpg';image9thumb = new Image(); image9thumb.src = 'thumbnails/gouache/9.jpg';
