function openPhoto(photoId,width,height) {
	var attributes = "height="+eval(eval(height)+100)+",width="+eval(eval(width)+50)+",directories=no,location=no,menubar=no,resizable,scrollbars=no,toolbar=no";
	path = 'full_photo.php?ID='+photoId;
	newWin = window.open(path,photoId,attributes);
}

