<? $res = CIBlockSection::GetByID($_GET["SECTION_ID"]); if($ar_res = $res->GetNext()){ print_r($ar_res); CFile::ShowImage($ar_res['PICTURE']); } ?>