<!--
var pic_w=180;
var pic_h=180;

function pic_fk(pt,ptt)
{
  var fk_w=pic_w;
  var fk_h=pic_h;
  var fk_n=10;
  if (pt==1)
  {
    document.write ("<table border=0 width="+(fk_w+fk_n)+" height="+(fk_h+fk_n)+" cellpadding=0 cellspacing=0>");
    document.write ("<tr>");
    document.write ("<td width=5 height=5><img src='images/k1_1.gif' border=0></td>");
    document.write ("<td width="+fk_w+" height=5 background='images/k1_top.gif'></td>");
    document.write ("<td width=5 height=5><img src='images/k1_2.gif' border=0></td>");
    document.write ("</tr>");
    document.write ("<tr>");
    document.write ("<td height="+fk_h+" background='images/k1_left.gif'></td>");
    document.write ("<td height="+fk_h+" align=center>");
  }
  if (pt==2)
  {
    document.write ("</td>");
    document.write ("<td height="+fk_h+" background='images/k1_right.gif'></td>");
    document.write ("</tr>");
    document.write ("<tr>");
    document.write ("<td height=5><img src='images/k1_3.gif' border=0></td>");
    document.write ("<td height=5 background='images/k1_end.gif'></td>");
    document.write ("<td height=5><img src='images/k1_4.gif' border=0></td>");
    document.write ("</tr>");
    document.write ("</table>");
  }
}
-->
