let images = [
"jazz.png",
"thunder.png",
"midi-bindings.png",
"hotspot.png"
];
let width=480;
let height = 320;
let borderWidth = 2;
let galleryPath = "gallery/";
document.write("
");
{
document.write("
");
{
for (let i = 0; i < images.length; ++i) {
document.write("");
}
}
document.write("