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