function pic_fk(pvar,pt,purl)
{
  var burl,picurl,temp1="";
  burl="images/fk/";
  picurl=pvar;
  picurl="<img border=0 src='" + picurl + "' width='"+pt+"'>"
  //onload='javascript:if(this.width>"+pt+")this.width="+pt+"' width='"+pt+"'>"
  if (purl!="" && purl!=null) { picurl="<a href='"+purl+"' target=_blank>"+picurl+"</a>"; }

  temp1+="<table border=0 cellpadding=0 cellspacing=0>";
  temp1+="<tr><td colspan=3 width='100%' align=center>";
  temp1+="  <table border=0 cellpadding=0 cellspacing=0 width='100%'>";
  temp1+="  <tr height=4>";
  temp1+="  <td width=7><img src='"+burl+"fk_top_left.gif' width=7 height=4 border=0></td>";
  temp1+="  <td background='"+burl+"fk_top_bg.gif' width='*'><img src='"+burl+"fk_top_bg.gif' border=0 height=4></td>";
  temp1+="  <td width=7 align=right><img src='"+burl+"fk_top_right.gif' border=0 width=7 height=4></td>";
  temp1+="  </tr>";
  temp1+="  </table>";
  temp1+="</td></tr>";
  temp1+="<tr><td colspan=3 width='100%' align=center>";
  temp1+="  <table border=0 cellpadding=0 cellspacing=0 width='100%'>";
  temp1+="  <tr>";
  temp1+="  <td width=4 height='100%'>";
  temp1+="    <table border=0 cellpadding=0 cellspacing=0 width='100%' height='100%'>";
  temp1+="    <tr><td height=4><img src='"+burl+"fk_left_top.gif' border=0 width=4></td></tr>";
  temp1+="    <tr><td background='"+burl+"fk_left_bg.gif'></td></tr>";
  temp1+="    <tr><td height=4 valign=bottom><img src='"+burl+"fk_left_end.gif' border=0 width=4></td></tr>";
  temp1+="    </table>";
  temp1+="  </td>";
  temp1+="  <td align=center width=*>"+picurl+"</td>";
  temp1+="  <td width=4 height='100%'>";
  temp1+="    <table border=0 cellpadding=0 cellspacing=0 width='100%' height='100%'>";
  temp1+="    <tr><td height=4><img src='"+burl+"fk_right_top.gif' border=0 width=4></td></tr>";
  temp1+="    <tr><td background='"+burl+"fk_right_bg.gif'></td></tr>";
  temp1+="    <tr><td height=4 valign=bottom><img src='"+burl+"fk_right_end.gif' border=0 width=4></td></tr>";
  temp1+="    </table>";
  temp1+="  </td>";
  temp1+="  </tr>";
  temp1+="  </table>";
  temp1+="</td></tr>";
  temp1+="<tr><td colspan=3 width='100%' align=center>";
  temp1+="  <table border=0 cellpadding=0 cellspacing=0 width='100%'>";
  temp1+="  <tr height=4>";
  temp1+="  <td width=7><img src='"+burl+"fk_end_left.gif' width=7 height=4 border=0></td>";
  temp1+="  <td background='"+burl+"fk_end_bg.gif' width='*'><img src='"+burl+"fk_end_bg.gif' border=0 height=4></td>";
  temp1+="  <td width=7 align=right><img src='"+burl+"fk_end_right.gif' border=0 width=7 height=4></td>";
  temp1+="  </tr>";
  temp1+="  </table>";
  temp1+="</td></tr>";
  temp1+="</table>";
  return temp1;
}
