/***-- ¾®Áë¤ò³«¤¯javascript --***/
/***-- <a href="./window.html" onclick="openwin(this.href, 400, 200, 0, 0, 1); return false;">400x200</a> --***/

function openwin(url, w, h, t, l, s, st) {
window.open(url, "", "width=" + w + ",height=" + h + ",top=" + t + ",left=" + l + ",scrollbars=" + s + ",status=" + st);
}


