function showBigImg(img, title) {
 document.images['bigimg'].src=img;
 document.images['bigimg'].title=title;
}
