
//エクセルからのサイズ表
function xPopUp(sTargetUrl, sName , nWidth , nHeight){ sName = window.open(sTargetUrl, sName,"width=" + nWidth + ",height=" + nHeight +",toolbar=no,location=no,directories=no,nemubar=no,scrollbars=yes,resizable=yes");
sName.focus();
}
