function bigImage(mailgif) {
bookWindow = window.open(mailgif, 'mailWin', 'width=468, height=323, left=0, top=0, scrollbars=no, resize=yes')
bookWindow.focus()
}
