function o(s){document.write(s);}
function d1(m,id,id0,id1,id2){
  o('<ul>');
  for(var i=0;i<m.length;i++){
    if(m[i][1]==id) {
      var n=m[i][0];
      var c=m[i][11]?'e':(n<=id0||id1<=n&&n<=id2)?'o':'n';
      o('<li class="'+c+'"><font color="black">');
      if(m[i][6]!='')o('<img src="emotion/'+m[i][6]+'.gif"/>');
      o('<a href="show.php?f='+m[i][3]+'&amp;t='+m[i][2]+'&amp;m='+m[i][0]+'"'+'>'+m[i][4].substr(0,m[i][4].length-1)+'</a>¡¾'+m[i][9].substr(0,m[i][9].length-1)+'¡¿');
      if(m[i][7]&1)o('<font color="blue">[Í¼]</font>');
      if(m[i][7]&2)o('<font color="blue">[Á´½Ó]</font>');
      o(m[i][5]+"'");
      o(m[i][10]?m[i][10]+'×Ö½Ú':'&lt;ÎÞÄÚÈÝ&gt;');
      o('['+m[i][8]+']');
      if(m[i][1]==0&&m[i][12])o(' <a class="pager" href="fshow.php?f='+m[i][3]+'&amp;t='+m[i][2]+'&amp;m='+m[i][0]+'&amp;p=1" target="_blank">1</a> <a class="pager" href="fshow.php?f='+m[i][3]+'&amp;t='+m[i][2]+'&amp;m='+m[i][0]+'&amp;p='+m[i][12]+'" target="_blank">'+m[i][12]+'</a>');
      o('</font></li>');
      d1(m,m[i][0],id0,id1,id2);
    }
  }
  o('</ul>');
}
function ed(){
  var f=document.forms['f'];
  f.s.value=msg[0];
  f.b.value=msg[1];
  if(msg[2] !== undefined){
    for(var i=0;i<f.e.length;i++)
      if(f.e[i].value==msg[2]){
        f.e[i].checked=true;
        break;
      }
  }
  f.s.disabled=true;
  f.action+='&ed=1';
  var ts=document.getElementById('tags');
  if(ts){
    ts.style.display='block';
    for(var i=0;i<f['tg[]'].length;i++)
      for(var j=0;j<tags.length;j++)
        if(f['tg[]'][i].value==tags[j])
          f['tg[]'][i].checked=true;
  }
  return true;
}
var bn=navigator.appName=='Netscape';
var ci=null;
function sz(e){
  var zm=document.getElementById('zm');
  if(zm==null)return;
  var im=bn?e.target:event.srcElement;
  zm.style.position='absolute';
  zm.style.top=im.offsetTop+'px';
  zm.style.left=im.offsetLeft+'px';
  zm.style.visibility='visible';
  ci=im;
}
function zimg(){
  var ob=document.getElementById('mb');
  if(ob==null)return;
  var w=document.body.clientWidth-ob.offsetLeft*2-12;
  if(w<=0)return;
  var im=ob.getElementsByTagName('img');
  for(var i=0;i<im.length;i++){
    if(im[i].width-w>0){
      im[i].ow=im[i].width;
      im[i].oh=im[i].height;
      im[i].height=im[i].height*w/im[i].width;
      im[i].width=w;
      im[i].onmouseover=sz;
    }
  }
}
function zi(){
  if(ci==null)return;
  if(ci.ow&&ci.oh){
    ci.width=ci.ow;
    ci.height=ci.oh;
  }
}
function zo(){
  if(ci==null)return;
  var ob=document.getElementById('mb');
  if(ob==null)return;
  var w=document.body.clientWidth-ob.offsetLeft*2-12;
  if(w<=0)return;
  if(ci.width-w>0){
    ci.height=ci.height*w/ci.width;
    ci.width=w;
  }
}
