function newWindow(fotos, width, height) {
bookwindow=window.open(fotos, 'detail','resizable, status=no, toolbar=no, height='+height+',width='+width)
bookwindow.focus
}
