function show_image(url) {
	window.open(url, url, "width=525,height=405,status=0,toolbar=0,menubar=0");
}
