//click on a thumbnail to see the big version of the image...

function update(url) { document.getElementById('bigimage').src=url; }
