function photo(id, width, height)
{
window.open('/popup/photo.php?id='+id,'popup','(menubar=no,scrollbars=no,status=yes, width='+width+', height='+height+')');
}