echo $charge["description"];
?>
</td>
  </tr>
  <tr>
    <td class="bg">借款人信息</td>
    <td>
    <span class="width5">性别:<?php 
echo $minfo["sex"] ? $minfo["sex"] : "未填写";
?>
</span>
<span class="width6">年龄:<?php 
echo $minfo["age"] ? $minfo["age"] : "0";
?>
岁(<?php 
echo getagename($minfo["age"]);
?>
)</span>
<span class="width7">学历:<?php 
echo $minfo["education"] ? $minfo["education"] : "未填写";
?>
</span> 
<span class="width8">户籍所在地:<?php 
echo $minfo["location"] ? $minfo["location"] : "未填写";
?>
</span>
</td>
  </tr>
  <tr>
    <td class="bg">还款来源</td>
    <td><?php 
         <td><?php echo (($history["history1"]["wh"])?($history["history1"]["wh"]):0); ?></td>
         <td><?php echo (($history["history2"]["wh"])?($history["history2"]["wh"]):0); ?></td>
         <td><?php echo (($history["history3"]["wh"])?($history["history3"]["wh"]):0); ?></td>
         <td><?php echo ($history['history4']['wh'] - $history['history3']['wh']+0); ?></td>
         <td><?php echo (($history["history4"]["wh"])?($history["history4"]["wh"]):0); ?></td>
       </tr>
     </TABLE>
 </div>
 
 <div class="details" id="divPersonal" style="display:none">
 	<table width="665" border="0" cellspacing="0" cellpadding="0">
       <tr>
         <td>性别:</td>
         <td><?php echo ($minfo["sex"]); ?></td>
         <td>年龄:</td>
         <td><?php echo (getagename($minfo["age"])); ?></td>
         <td>婚姻状况:</td>
         <td><?php echo ($minfo["marry"]); ?></td>
         <td> 文化程度:</td>
         <td><?php echo ($minfo["education"]); ?></td>
       </tr>
       <tr>
         <td>职业:</td>
         <td><?php echo ($minfo["zy"]); ?></td>
         <td> 每月收入:</td>
         <td><?php echo (fmoney($minfo["fin_monthin"])); ?></td>
         <td>住房条件:</td>
         <td><?php echo ($minfo["fin_house"]); ?></td>
         <td><DIV>是否购车:</DIV></td>
         <td><?php echo ($minfo["fin_car"]); ?></td>
       </tr>