function showpic(image) {
	win=window.open('imageviewer.php?id=' + image, 'pictureviewer', 'scrollbars=no, width=10, height=10');
}

