function imagePreview(imageID, type, title) {
	window.open("image_preview.php?id=" + imageID + "&type=" + type + "&title=" + title, "Preview", "width=800,height=600,resizable=yes,menubar=no,toolbar=no,status=no,location=no");
}
