﻿// JavaScript Document
document.write("<img src='http://www.korogi.homeip.net/cgi-bin/acc2/acclog.cgi?");
document.write("referrer="+document.referrer+"&");
document.write("width="+screen.width+"&");
document.write("height="+screen.height+"&");
document.write("color="+screen.colorDepth+"'>");

// function open_win(url, width, height){
// window.open(url,"","width="+width+", height="+height+", menubar=0,toolbar=0,location=1,status=no,scrollbars=yes,resizable=yes");
// }

function open_win(url, width, height){
window.open(url,"","width="+width+", height="+height+", toolbar=yes,location=yes,scrollbars=yes,resizable=yes");
}

function open_win_no(url, width, height){
window.open(url,"","width="+width+", height="+height+", menubar=0,toolbar=0,location=1,status=no,scrollbars=yes,resizable=yes");
}

function open_win_normal(url, width, height){
window.open(url,"","width="+width+", height="+height+", menubar=1,toolbar=1,location=1,status=no,scrollbars=yes,resizable=yes");
}

