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

function opros_result()
{
window.open('/popup/opros_result.php','opros_result','(menubar=no,scrollbars=no,status=no, width=200, height=360)')
}
