function imagePreview(path, image, title) {
	window.open(path + "/image_preview.php?image=" + image + "&title=" + title, "Preview", "width=610,height=500,resizable=yes,menubar=no,toolbar=no,status=no,location=no");
	//window.open(path + "/image_preview.php?image=" + image + "&title=" + title, "Preview", "width=610,height=500,resizable=yes,menubar=yes,toolbar=yes,status=yes,location=yes");
}