function popup (url) {
	window.open("popup.php?image=" + url,'name','height=600,width=600,toolbar=no,status=no,menubar=no,resizable=false');
}