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