$thinking = $myrow['thinking'];
    $yes = $myrow['yes'];
    $no = $myrow['no'];
    $one = $myrow['one'];
    $two = $myrow['two'];
    $three = $myrow['three'];
    $four = $myrow['four'];
}
if ($bpid != "") {
    $bp1 = new Tbp();
    $bp1->GetById($bpid);
    $title = $bp1->title;
    $bodytxt = $bp1->bodytxt;
    $status = $bp1->status;
    $bpshema = $bp1->xml;
    $tnode = $bp1->GetTitleNode($bp1->node);
}
?>
 
   <div class="row-fluid">
        <div class="span6">            
            <legend>Описание БП</legend>
            <?php 
echo "<h3>{$title}</h3>";
?>
            <p class="lead">    
            <?php 
echo "{$bodytxt}";
?>
            </p> 
        </div>