// JavaScript Document
function showPreview(img) {
	window.open("preview.php?id="+img,"popup","scrollbars=yes,location=0,directories=0,menubar=0,status=0,width=40,height=32,resize=yes");
}
