function OpenImage(p,x,y)
{
	window.open("photo.asp?photo=" + p + "", "photos", "width=" + x + ",height=" + y + "");
}