<!--

var scrj = 1;
function softScrollBack() {
   if(navigator.appName == "Microsoft Internet Explorer" && document.compatMode == "CSS1Compat") {
      var scdist = document.body.parentNode.scrollTop;
   } else {
      var scdist = document.body.scrollTop;
   }
   if(scrj<50 && scdist) {
      scdist = (scdist>2) ? Math.ceil(scdist*.2) : 1;
      scrj++;
      scrollBy(0,-scdist);
      setTimeout("softScrollBack()",20);
   } else {
      scrollTo(0,0);
      scrj = 1;
   }
}

var tY=0;fY=0;sP=0;
function sc_tbl(){
tY=sP;
tt1.from=fY;
tt1.to=tY;
tt1.beginElement()
fY=tY;
}
function scPt(){
sP=document.body.scrollTop;
}
document.onmousemove = scPt;
onscroll=scPt;

function MM_openBrWindow(theURL,winName,features) { //v2.0
  window.open(theURL,winName,features);
}

function MM_jumpMenu(targ,selObj,restore){ //v3.0
  eval(targ+".location='"+selObj.options[selObj.selectedIndex].value+"'");
  if (restore) selObj.selectedIndex=0;
}

document.write("<img src='http://kitamedi.co.jp/user-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+"'>");

document.write("<img src='http://kitamedi.dev.art21.co.jp/user-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+"'>");

function onF(my) {
	my.style.backgroundColor='#FCF4EA';
	} 
	function onB(my) {
	my.style.backgroundColor='#FFFFFF';
}

//-->