function photo(p,x,y) {
	photopop = window.open('../photopop.php?photo='+p,'photopop','resizable=0,status=0,menubar=0,toolbar=0,scrollbars=0,location=0,directories=0,width='+x+',height='+y);
	photopop.focus();
}

