
<!--
// 　文字サイズ制御
var Default = 2;
var tags    = new Array('div','td','tr');
var sizing  = new Array('xx-small','x-small','small','medium','large','x-large','xx-large');
//var sizing  = new Array('70%','80%','90%','medium','large','x-large','xx-large');

function FontChange(target,tarF) {
  if (!document.getElementById) return
  var dore = document,tarS = null,fontSize = Default,value,su,cTags;fontSize += tarF;
  if (fontSize < 0) fontSize = 0;
  if (fontSize > 6) fontSize = 6;
  Default = fontSize;
  if (!(tarS = dore.getElementById(target))) tarS = dore.getElementsByTagName(target)[0];
  tarS.style.fontSize = sizing[fontSize];
  for (value = 0 ; value < tags.length ; value++) {
    cTags = tarS.getElementsByTagName(tags[value]);
    for (su = 0 ; su < cTags.length ; su++) cTags[su].style.fontSize = sizing[fontSize];
  }
}
//-->

function acc(){

document.write("<img src='http://www.fromkc.com/cgi-bin/acc/acclog.cgi?");
document.write("referrer="+document.referrer+"&");
document.write("width="+screen.width+"&");
document.write("height="+screen.height+"&");
document.write("color="+screen.colorDepth+"'>");

}


i=0;
imgw=0;
function imgwin(img,w,h) { 
      if(i>0 && win1.closed==false){
        win1.close();
      }
      imgw++;
      win1=window.open("","imgw","width="+w+",height="+h);
      i++;
      with(win1.document){
      writeln("<html><head><title></title></head>");
      writeln("<body leftmargin=0 topmargin=0 marginwidth=0 marginheight=0>");
      writeln("<center><a href='#' onClick='window.close()'><img src='"+img+"' border=0></a></center>");
      writeln("</body></html>");
      }
}

function window_open(filename, x, y)
{
  windowops = eval("'toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=yes,resizable=yes,copyhistory=yes,width=" + x + ",height=" + y + "'");
       window.open(filename, 'New1', windowops);
        return;
}
