var file = { 'agreement.pdf':'[an error occurred while processing the directive]', '_en_agreement.pdf':'[an error occurred while processing the directive]', 'proxy.pdf':'[an error occurred while processing the directive]' } 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); }