function showphoto(url) {
	windowPop = window.open (url,"photo","width="+600+",height="+480+",location=0,menubar=0,resizable=1,scrollbars=1,status=0,titlebar=1,toolbar=0");
	windowPop.focus();
}
