// 主要著作一覧オープン
function openI(id) {
  window.open("http://www.pelebo.com/naokiaward/cgi-bin/lists.cgi?id="+id,"ichiran","scrollbars=yes,resizable=yes,width=600,height=500");
//  window.open("../naoki-cgi/lists.cgi?id="+id,"ichiran","scrollbars=yes,resizable=yes,width=600,height=500");
}
//
function count(page) {
}
function acclog() {
    document.write("<img src='http://www.pelebo.com/naokiaward/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("url="+location.href+"' width='1' height='1' style='display: none;'>");
}
