function showimage(url) {
	window.open('/imagepreview.php?img=' + url, 'imageprev', 'width=400, height=400, toolbar=0, location=0, resizable=0');
}
