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