// JavaScript Document

function pop0()
{
window.open("/access.html","window","width=500,height=570","scrollbars=yes","resizable=yes")
}

//popwin
function openwin(win,w,h){
var features="toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=yes,resizable=yes,"+"width="+w+",height="+h;
window.open(win,"window",features);}	
//"window"なくせば個別window
