if(typeof file == 'undefined') var file = {}; file = { 'index.html':'[an error occurred while processing the directive]', 'email_i.pdf':'[an error occurred while processing the directive]', 'sp_buy_ipad.pdf':'[an error occurred while processing the directive]', 'terms_of_wifi_spots_2y.pdf':'[an error occurred while processing the directive]', 'how_to_use_wifi_spots_2y.pdf':'[an error occurred while processing the directive]', 'how_to_use_wifi_spots.pdf':'[an error occurred while processing the directive]', 'prepaid_set_up.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); }