// Niibori
// T.SATO
//
// オープン
function C_Open(theURL,winName,features) { //v2.0
  window.open(theURL, '_blank','width=700,height=500,status=yes,resizable=yes,scrollbars=yes');
}
// 画像チェンジ
function c_ChangeImg(name, src) {
    if (document.images) {
        document.images[name].src = src;
    }
}
