// ポップアップ
function popWin (f,w,h,n) {
  nw = window.open(f, "pop" + n, "width=" + w + ", height=" + h + ", toolbar=no, location=no, directories=no, status=no, menubar=no, scrollbars=yes,resizable=no");
}

// ログトリ
function acc () {
    document.write("<img src='http://www.karerano.com/acc/acclog.cgi?"); 
    document.write("referrer="+document.referrer+"&"); 
    document.write("width="+screen.width+"&"); 
    document.write("height="+screen.height+"&"); 
    document.write("color="+screen.colorDepth+"'>"); 
}

// スクロールライト
function scrollRight () {
    window.scrollBy(5000,0);
}

