if(typeof file == 'undefined') var file = {}; file = { 'index.html':'[an error occurred while processing the directive]', 'global_service_guide.pdf':'[an error occurred while processing the directive]', 'global_service_guide_price.pdf':'[an error occurred while processing the directive]' } function fsizeGetBB(path){ if(!path){txt = 'ファイルを指定してください'} else if(!file[path]){txt = '指定されたファイルがデータベースに登録されていません'} else {txt = file[path].replace(' ','').replace('k','K') + 'バイト'} document.write(txt); }