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