function popup(url){
	window.open(url,'photo','width=600, height=600, scrollbar=1, scrollbars=1,resizable=yes');
}
