var file = { 'agreement.pdf':'[an error occurred while processing this directive]', '_en_agreement.pdf':'[an error occurred while processing this directive]', 'proxy.pdf':'409K' } function fsizeGetBB(path){ if(!path){txt = 'ファイルを指定してください'} else if(!file[path]){txt = '指定されたファイルがデータベースに登録されていません'} else if(path.indexOf("_en_") != -1){txt = file[path].replace(' ','').replace('k','K') + 'B'} else {txt = file[path].replace(' ','').replace('k','K') + 'B'} document.write(txt); }