// JavaScript Document
window._myjQuery = jQuery.noConflict(true);
_myjQuery(function(){
_myjQuery('div.btm_cont:not(".btm_word") article').each(function(){
var txt = _myjQuery(this).html();
// txt = txt.replace(/\>([^<]+)ABC部数([^>]+)\$1ABC部数$2<");
txt=txt.replace(/<[^>]*?>|(ABC部数)/g,
function(s0,s1){
if(s1===undefined) return s0;
return 'ABC部数';
});
// txt = txt.replace(/\>([^<]+)回読人数([^>]+)\$1回読人数$2<");
txt=txt.replace(/<[^>]*?>|(回読人数)/g,
function(s0,s1){
if(s1===undefined) return s0;
return '回読人数';
});
// txt = txt.replace(/\>([^<]+)記事下広告\|記事下([^>]+)\$1記事下広告|記事下$2<");
txt=txt.replace(/<[^>]*?>|(記事下広告\|記事下)/g,
function(s0,s1){
if(s1===undefined) return s0;
return '記事下広告|記事下';
});
// txt = txt.replace(/\>([^<]+)記事体広告\|記事体([^>]+)\$1記事体広告|記事体$2<");
txt=txt.replace(/<[^>]*?>|(記事体広告\|記事体)/g,
function(s0,s1){
if(s1===undefined) return s0;
return '記事体広告|記事体';
});
// txt = txt.replace(/\>([^<]+)クーポン([^>]+)\$1クーポン$2<");
txt=txt.replace(/<[^>]*?>|(クーポン)/g,
function(s0,s1){
if(s1===undefined) return s0;
return 'クーポン';
});
// txt = txt.replace(/\>([^<]+)決算公告\|決算IR公告([^>]+)\$1決算公告|決算IR公告$2<");
txt=txt.replace(/<[^>]*?>|(決算公告\|決算IR公告)/g,
function(s0,s1){
if(s1===undefined) return s0;
return '決算公告|決算IR公告';
});
// txt = txt.replace(/\>([^<]+)広告接触率([^>]+)\$1広告接触率$2<");
txt=txt.replace(/<[^>]*?>|(広告接触率)/g,
function(s0,s1){
if(s1===undefined) return s0;
return '広告接触率';
});
// txt = txt.replace(/\>([^<]+)広告注目率([^>]+)\$1広告注目率$2<");
txt=txt.replace(/<[^>]*?>|(広告注目率)/g,
function(s0,s1){
if(s1===undefined) return s0;
return '広告注目率';
});
// txt = txt.replace(/\>([^<]+)雑報広告([^>]+)\$1雑報広告$2<");
txt=txt.replace(/<[^>]*?>|(雑報広告)/g,
function(s0,s1){
if(s1===undefined) return s0;
return '雑報広告';
});
// txt = txt.replace(/\>([^<]+)純広告([^>]+)\$1純広告$2<");
txt=txt.replace(/<[^>]*?>|(純広告)/g,
function(s0,s1){
if(s1===undefined) return s0;
return '純広告';
});
// txt = txt.replace(/\>([^<]+)新聞閲読率([^>]+)\$1新聞閲読率$2<");
txt=txt.replace(/<[^>]*?>|(新聞閲読率)/g,
function(s0,s1){
if(s1===undefined) return s0;
return '新聞閲読率';
});
// txt = txt.replace(/\>([^<]+)推定読者数([^>]+)\$1推定読者数$2<");
txt=txt.replace(/<[^>]*?>|(推定読者数)/g,
function(s0,s1){
if(s1===undefined) return s0;
return '推定読者数';
});
// txt = txt.replace(/\>([^<]+)タイアップ([^>]+)\$1タイアップ$2<");
txt=txt.replace(/<[^>]*?>|(タイアップ)/g,
function(s0,s1){
if(s1===undefined) return s0;
return 'タイアップ';
});
// txt = txt.replace(/\>([^<]+)突き出し広告([^>]+)\$1突き出し広告$2<");
txt=txt.replace(/<[^>]*?>|(突き出し広告)/g,
function(s0,s1){
if(s1===undefined) return s0;
return '突き出し広告';
});
// txt = txt.replace(/\>([^<]+)読者特性([^>]+)\$1読者特性$2<");
txt=txt.replace(/<[^>]*?>|(読者特性)/g,
function(s0,s1){
if(s1===undefined) return s0;
return '読者特性';
});
// txt = txt.replace(/\>([^<]+)二連版\|2連版([^>]+)\$1二連版|2連版$2<");
txt=txt.replace(/<[^>]*?>|(二連版\|2連版)/g,
function(s0,s1){
if(s1===undefined) return s0;
return '二連版|2連版';
});
// txt = txt.replace(/\>([^<]+)BtoBtoC\|BtoB([^>]+)\$1BtoBtoC|BtoB$2<");
txt=txt.replace(/<[^>]*?>|(BtoBtoC\|BtoB)/g,
function(s0,s1){
if(s1===undefined) return s0;
return 'BtoBtoC|BtoB';
});
// txt = txt.replace(/\>([^<]+)変形広告([^>]+)\$1変形広告$2<");
txt=txt.replace(/<[^>]*?>|(変形広告)/g,
function(s0,s1){
if(s1===undefined) return s0;
return '変形広告';
});
// txt = txt.replace(/\>([^<]+)マルチ広告\|マルチ([^>]+)\$1マルチ広告|マルチ$2<");
txt=txt.replace(/<[^>]*?>|(マルチ広告\|マルチ)/g,
function(s0,s1){
if(s1===undefined) return s0;
return 'マルチ広告|マルチ';
});
// txt = txt.replace(/\>([^<]+)面別接触率([^>]+)\$1面別接触率$2<");
txt=txt.replace(/<[^>]*?>|(面別接触率)/g,
function(s0,s1){
if(s1===undefined) return s0;
return '面別接触率';
});
// txt = txt.replace(/\>([^<]+)ラッピング広告([^>]+)\$1ラッピング広告$2<");
txt=txt.replace(/<[^>]*?>|(ラッピング広告)/g,
function(s0,s1){
if(s1===undefined) return s0;
return 'ラッピング広告';
});
// txt = txt.replace(/\>([^<]+)EDI([^>]+)\$1EDI$2<");
txt=txt.replace(/<[^>]*?>|(EDI)/g,
function(s0,s1){
if(s1===undefined) return s0;
return 'EDI';
});
// txt = txt.replace(/\>([^<]+)CTS([^>]+)\$1CTS$2<");
txt=txt.replace(/<[^>]*?>|(CTS)/g,
function(s0,s1){
if(s1===undefined) return s0;
return 'CTS';
});
// txt = txt.replace(/\>([^<]+)ワークフロー([^>]+)\$1ワークフロー$2<");
txt=txt.replace(/<[^>]*?>|(ワークフロー)/g,
function(s0,s1){
if(s1===undefined) return s0;
return 'ワークフロー';
});
// txt = txt.replace(/\>([^<]+)DTP([^>]+)\$1DTP$2<");
txt=txt.replace(/<[^>]*?>|(DTP)/g,
function(s0,s1){
if(s1===undefined) return s0;
return 'DTP';
});
// txt = txt.replace(/\>([^<]+)MB([^>]+)\$1MB$2<");
txt=txt.replace(/<[^>]*?>|(MB)/g,
function(s0,s1){
if(s1===undefined) return s0;
return 'MB';
});
// txt = txt.replace(/\>([^<]+)MO([^>]+)\$1MO$2<");
txt=txt.replace(/<[^>]*?>|(MO)/g,
function(s0,s1){
if(s1===undefined) return s0;
return 'MO';
});
// txt = txt.replace(/\>([^<]+)完全データ\|校了データ([^>]+)\$1完全データ|校了データ$2<");
txt=txt.replace(/<[^>]*?>|(完全データ\|校了データ)/g,
function(s0,s1){
if(s1===undefined) return s0;
return '完全データ|校了データ';
});
// txt = txt.replace(/\>([^<]+)在版([^>]+)\$1在版$2<");
txt=txt.replace(/<[^>]*?>|(在版)/g,
function(s0,s1){
if(s1===undefined) return s0;
return '在版';
});
// txt = txt.replace(/\>([^<]+)ネーティブデータ([^>]+)\$1ネーティブデータ$2<");
txt=txt.replace(/<[^>]*?>|(ネーティブデータ)/g,
function(s0,s1){
if(s1===undefined) return s0;
return 'ネーティブデータ';
});
// txt = txt.replace(/\>([^<]+)平台校正機([^>]+)\$1平台校正機$2<");
txt=txt.replace(/<[^>]*?>|(平台校正機)/g,
function(s0,s1){
if(s1===undefined) return s0;
return '平台校正機';
});
// txt = txt.replace(/\>([^<]+)プリプレス([^>]+)\$1プリプレス$2<");
txt=txt.replace(/<[^>]*?>|(プリプレス)/g,
function(s0,s1){
if(s1===undefined) return s0;
return 'プリプレス';
});
// txt = txt.replace(/\>([^<]+)マルウエア([^>]+)\$1マルウエア$2<");
txt=txt.replace(/<[^>]*?>|(マルウエア)/g,
function(s0,s1){
if(s1===undefined) return s0;
return 'マルウエア';
});
// txt = txt.replace(/\>([^<]+)コンピューターウイルス([^>]+)\$1コンピューターウイルス$2<");
txt=txt.replace(/<[^>]*?>|(コンピューターウイルス)/g,
function(s0,s1){
if(s1===undefined) return s0;
return 'コンピューターウイルス';
});
// txt = txt.replace(/\>([^<]+)イラストレーター([^>]+)\$1イラストレーター$2<");
txt=txt.replace(/<[^>]*?>|(イラストレーター)/g,
function(s0,s1){
if(s1===undefined) return s0;
return 'イラストレーター';
});
// txt = txt.replace(/\>([^<]+)フォトショップ([^>]+)\$1フォトショップ$2<");
txt=txt.replace(/<[^>]*?>|(フォトショップ)/g,
function(s0,s1){
if(s1===undefined) return s0;
return 'フォトショップ';
});
// txt = txt.replace(/\>([^<]+)デジマーク\|電子透かし([^>]+)\$1デジマーク|電子透かし$2<");
txt=txt.replace(/<[^>]*?>|(デジマーク\|電子透かし)/g,
function(s0,s1){
if(s1===undefined) return s0;
return 'デジマーク|電子透かし';
});
// txt = txt.replace(/\>([^<]+)クォークエクスプレス([^>]+)\$1クォークエクスプレス$2<");
txt=txt.replace(/<[^>]*?>|(クォークエクスプレス)/g,
function(s0,s1){
if(s1===undefined) return s0;
return 'クォークエクスプレス';
});
// txt = txt.replace(/\>([^<]+)エクステンション([^>]+)\$1エクステンション$2<");
txt=txt.replace(/<[^>]*?>|(エクステンション)/g,
function(s0,s1){
if(s1===undefined) return s0;
return 'エクステンション';
});
// txt = txt.replace(/\>([^<]+)プラグイン([^>]+)\$1プラグイン$2<");
txt=txt.replace(/<[^>]*?>|(プラグイン)/g,
function(s0,s1){
if(s1===undefined) return s0;
return 'プラグイン';
});
// txt = txt.replace(/\>([^<]+)インデザイン([^>]+)\$1インデザイン$2<");
txt=txt.replace(/<[^>]*?>|(インデザイン)/g,
function(s0,s1){
if(s1===undefined) return s0;
return 'インデザイン';
});
// txt = txt.replace(/\>([^<]+)アクロバット([^>]+)\$1アクロバット$2<");
txt=txt.replace(/<[^>]*?>|(アクロバット)/g,
function(s0,s1){
if(s1===undefined) return s0;
return 'アクロバット';
});
// txt = txt.replace(/\>([^<]+)ペイント系ソフト([^>]+)\$1ペイント系ソフト$2<");
txt=txt.replace(/<[^>]*?>|(ペイント系ソフト)/g,
function(s0,s1){
if(s1===undefined) return s0;
return 'ペイント系ソフト';
});
// txt = txt.replace(/\>([^<]+)ドロー系ソフト([^>]+)\$1ドロー系ソフト$2<");
txt=txt.replace(/<[^>]*?>|(ドロー系ソフト)/g,
function(s0,s1){
if(s1===undefined) return s0;
return 'ドロー系ソフト';
});
// txt = txt.replace(/\>([^<]+)デフォルト値([^>]+)\$1デフォルト値$2<");
txt=txt.replace(/<[^>]*?>|(デフォルト値)/g,
function(s0,s1){
if(s1===undefined) return s0;
return 'デフォルト値';
});
// txt = txt.replace(/\>([^<]+)2値\|多値([^>]+)\$12値|多値$2<");
txt=txt.replace(/<[^>]*?>|(2値\|多値)/g,
function(s0,s1){
if(s1===undefined) return s0;
return '2値|多値';
});
// txt = txt.replace(/\>([^<]+)解像度([^>]+)\$1解像度$2<");
txt=txt.replace(/<[^>]*?>|(解像度)/g,
function(s0,s1){
if(s1===undefined) return s0;
return '解像度';
});
// txt = txt.replace(/\>([^<]+)画像解像度([^>]+)\$1画像解像度$2<");
txt=txt.replace(/<[^>]*?>|(画像解像度)/g,
function(s0,s1){
if(s1===undefined) return s0;
return '画像解像度';
});
// txt = txt.replace(/\>([^<]+)入力解像度([^>]+)\$1入力解像度$2<");
txt=txt.replace(/<[^>]*?>|(入力解像度)/g,
function(s0,s1){
if(s1===undefined) return s0;
return '入力解像度';
});
// txt = txt.replace(/\>([^<]+)出力解像度([^>]+)\$1出力解像度$2<");
txt=txt.replace(/<[^>]*?>|(出力解像度)/g,
function(s0,s1){
if(s1===undefined) return s0;
return '出力解像度';
});
// txt = txt.replace(/\>([^<]+)スクリーン線数([^>]+)\$1スクリーン線数$2<");
txt=txt.replace(/<[^>]*?>|(スクリーン線数)/g,
function(s0,s1){
if(s1===undefined) return s0;
return 'スクリーン線数';
});
// txt = txt.replace(/\>([^<]+)lpi([^>]+)\$1lpi$2<");
txt=txt.replace(/<[^>]*?>|(lpi)/g,
function(s0,s1){
if(s1===undefined) return s0;
return 'lpi';
});
// txt = txt.replace(/\>([^<]+)dpi([^>]+)\$1dpi$2<");
txt=txt.replace(/<[^>]*?>|(dpi)/g,
function(s0,s1){
if(s1===undefined) return s0;
return 'dpi';
});
// txt = txt.replace(/\>([^<]+)ppi([^>]+)\$1ppi$2<");
txt=txt.replace(/<[^>]*?>|(ppi)/g,
function(s0,s1){
if(s1===undefined) return s0;
return 'ppi';
});
// txt = txt.replace(/\>([^<]+)BMP([^>]+)\$1BMP$2<");
txt=txt.replace(/<[^>]*?>|(BMP)/g,
function(s0,s1){
if(s1===undefined) return s0;
return 'BMP';
});
// txt = txt.replace(/\>([^<]+)掲載データ([^>]+)\$1掲載データ$2<");
txt=txt.replace(/<[^>]*?>|(掲載データ)/g,
function(s0,s1){
if(s1===undefined) return s0;
return '掲載データ';
});
// txt = txt.replace(/\>([^<]+)製版データ([^>]+)\$1製版データ$2<");
txt=txt.replace(/<[^>]*?>|(製版データ)/g,
function(s0,s1){
if(s1===undefined) return s0;
return '製版データ';
});
// txt = txt.replace(/\>([^<]+)レイアウトデータ([^>]+)\$1レイアウトデータ$2<");
txt=txt.replace(/<[^>]*?>|(レイアウトデータ)/g,
function(s0,s1){
if(s1===undefined) return s0;
return 'レイアウトデータ';
});
// txt = txt.replace(/\>([^<]+)モアレ([^>]+)\$1モアレ$2<");
txt=txt.replace(/<[^>]*?>|(モアレ)/g,
function(s0,s1){
if(s1===undefined) return s0;
return 'モアレ';
});
// txt = txt.replace(/\>([^<]+)偏倍([^>]+)\$1偏倍$2<");
txt=txt.replace(/<[^>]*?>|(偏倍)/g,
function(s0,s1){
if(s1===undefined) return s0;
return '偏倍';
});
// txt = txt.replace(/\>([^<]+)ラスタライズ([^>]+)\$1ラスタライズ$2<");
txt=txt.replace(/<[^>]*?>|(ラスタライズ)/g,
function(s0,s1){
if(s1===undefined) return s0;
return 'ラスタライズ';
});
// txt = txt.replace(/\>([^<]+)デコード([^>]+)\$1デコード$2<");
txt=txt.replace(/<[^>]*?>|(デコード)/g,
function(s0,s1){
if(s1===undefined) return s0;
return 'デコード';
});
// txt = txt.replace(/\>([^<]+)エンコーディング([^>]+)\$1エンコーディング$2<");
txt=txt.replace(/<[^>]*?>|(エンコーディング)/g,
function(s0,s1){
if(s1===undefined) return s0;
return 'エンコーディング';
});
// txt = txt.replace(/\>([^<]+)プリフライトチェック([^>]+)\$1プリフライトチェック$2<");
txt=txt.replace(/<[^>]*?>|(プリフライトチェック)/g,
function(s0,s1){
if(s1===undefined) return s0;
return 'プリフライトチェック';
});
// txt = txt.replace(/\>([^<]+)ハーフトーンスクリーン([^>]+)\$1ハーフトーンスクリーン$2<");
txt=txt.replace(/<[^>]*?>|(ハーフトーンスクリーン)/g,
function(s0,s1){
if(s1===undefined) return s0;
return 'ハーフトーンスクリーン';
});
// txt = txt.replace(/\>([^<]+)アキュレートスクリーン([^>]+)\$1アキュレートスクリーン$2<");
txt=txt.replace(/<[^>]*?>|(アキュレートスクリーン)/g,
function(s0,s1){
if(s1===undefined) return s0;
return 'アキュレートスクリーン';
});
// txt = txt.replace(/\>([^<]+)トランスファー関数([^>]+)\$1トランスファー関数$2<");
txt=txt.replace(/<[^>]*?>|(トランスファー関数)/g,
function(s0,s1){
if(s1===undefined) return s0;
return 'トランスファー関数';
});
// txt = txt.replace(/\>([^<]+)モノクロ2階調([^>]+)\$1モノクロ2階調$2<");
txt=txt.replace(/<[^>]*?>|(モノクロ2階調)/g,
function(s0,s1){
if(s1===undefined) return s0;
return 'モノクロ2階調';
});
// txt = txt.replace(/\>([^<]+)カスタムカラー\|スポットカラー([^>]+)\$1カスタムカラー|スポットカラー$2<");
txt=txt.replace(/<[^>]*?>|(カスタムカラー\|スポットカラー)/g,
function(s0,s1){
if(s1===undefined) return s0;
return 'カスタムカラー|スポットカラー';
});
// txt = txt.replace(/\>([^<]+)ベクトル\|ピクセル([^>]+)\$1ベクトル|ピクセル$2<");
txt=txt.replace(/<[^>]*?>|(ベクトル\|ピクセル)/g,
function(s0,s1){
if(s1===undefined) return s0;
return 'ベクトル|ピクセル';
});
// txt = txt.replace(/\>([^<]+)アンシャープマスク([^>]+)\$1アンシャープマスク$2<");
txt=txt.replace(/<[^>]*?>|(アンシャープマスク)/g,
function(s0,s1){
if(s1===undefined) return s0;
return 'アンシャープマスク';
});
// txt = txt.replace(/\>([^<]+)ポストスクリプトカラーマネジメント([^>]+)\$1ポストスクリプトカラーマネジメント$2<");
txt=txt.replace(/<[^>]*?>|(ポストスクリプトカラーマネジメント)/g,
function(s0,s1){
if(s1===undefined) return s0;
return 'ポストスクリプトカラーマネジメント';
});
// txt = txt.replace(/\>([^<]+)プレビュー([^>]+)\$1プレビュー$2<");
txt=txt.replace(/<[^>]*?>|(プレビュー)/g,
function(s0,s1){
if(s1===undefined) return s0;
return 'プレビュー';
});
// txt = txt.replace(/\>([^<]+)アンチエイリアス([^>]+)\$1アンチエイリアス$2<");
txt=txt.replace(/<[^>]*?>|(アンチエイリアス)/g,
function(s0,s1){
if(s1===undefined) return s0;
return 'アンチエイリアス';
});
// txt = txt.replace(/\>([^<]+)ダブルトーン([^>]+)\$1ダブルトーン$2<");
txt=txt.replace(/<[^>]*?>|(ダブルトーン)/g,
function(s0,s1){
if(s1===undefined) return s0;
return 'ダブルトーン';
});
// txt = txt.replace(/\>([^<]+)単色([^>]+)\$1単色$2<");
txt=txt.replace(/<[^>]*?>|(単色)/g,
function(s0,s1){
if(s1===undefined) return s0;
return '単色';
});
// txt = txt.replace(/\>([^<]+)サムネール([^>]+)\$1サムネール$2<");
txt=txt.replace(/<[^>]*?>|(サムネール)/g,
function(s0,s1){
if(s1===undefined) return s0;
return 'サムネール';
});
// txt = txt.replace(/\>([^<]+)インクジェットプリンター([^>]+)\$1インクジェットプリンター$2<");
txt=txt.replace(/<[^>]*?>|(インクジェットプリンター)/g,
function(s0,s1){
if(s1===undefined) return s0;
return 'インクジェットプリンター';
});
// txt = txt.replace(/\>([^<]+)画素([^>]+)\$1画素$2<");
txt=txt.replace(/<[^>]*?>|(画素)/g,
function(s0,s1){
if(s1===undefined) return s0;
return '画素';
});
// txt = txt.replace(/\>([^<]+)ジャギー([^>]+)\$1ジャギー$2<");
txt=txt.replace(/<[^>]*?>|(ジャギー)/g,
function(s0,s1){
if(s1===undefined) return s0;
return 'ジャギー';
});
// txt = txt.replace(/\>([^<]+)キャプチャー([^>]+)\$1キャプチャー$2<");
txt=txt.replace(/<[^>]*?>|(キャプチャー)/g,
function(s0,s1){
if(s1===undefined) return s0;
return 'キャプチャー';
});
// txt = txt.replace(/\>([^<]+)ビットマップ画像([^>]+)\$1ビットマップ画像$2<");
txt=txt.replace(/<[^>]*?>|(ビットマップ画像)/g,
function(s0,s1){
if(s1===undefined) return s0;
return 'ビットマップ画像';
});
// txt = txt.replace(/\>([^<]+)アタリ画像([^>]+)\$1アタリ画像$2<");
txt=txt.replace(/<[^>]*?>|(アタリ画像)/g,
function(s0,s1){
if(s1===undefined) return s0;
return 'アタリ画像';
});
// txt = txt.replace(/\>([^<]+)実画像([^>]+)\$1実画像$2<");
txt=txt.replace(/<[^>]*?>|(実画像)/g,
function(s0,s1){
if(s1===undefined) return s0;
return '実画像';
});
// txt = txt.replace(/\>([^<]+)アートボード([^>]+)\$1アートボード$2<");
txt=txt.replace(/<[^>]*?>|(アートボード)/g,
function(s0,s1){
if(s1===undefined) return s0;
return 'アートボード';
});
// txt = txt.replace(/\>([^<]+)Digital Send Web([^>]+)\$1Digital Send Web$2<");
txt=txt.replace(/<[^>]*?>|(Digital Send Web)/g,
function(s0,s1){
if(s1===undefined) return s0;
return 'Digital Send Web';
});
// txt = txt.replace(/\>([^<]+)配置画像([^>]+)\$1配置画像$2<");
txt=txt.replace(/<[^>]*?>|(配置画像)/g,
function(s0,s1){
if(s1===undefined) return s0;
return '配置画像';
});
// txt = txt.replace(/\>([^<]+)グレースケール([^>]+)\$1グレースケール$2<");
txt=txt.replace(/<[^>]*?>|(グレースケール)/g,
function(s0,s1){
if(s1===undefined) return s0;
return 'グレースケール';
});
// txt = txt.replace(/\>([^<]+)オブジェクト([^>]+)\$1オブジェクト$2<");
txt=txt.replace(/<[^>]*?>|(オブジェクト)/g,
function(s0,s1){
if(s1===undefined) return s0;
return 'オブジェクト';
});
// txt = txt.replace(/\>([^<]+)アンカーポイント([^>]+)\$1アンカーポイント$2<");
txt=txt.replace(/<[^>]*?>|(アンカーポイント)/g,
function(s0,s1){
if(s1===undefined) return s0;
return 'アンカーポイント';
});
// txt = txt.replace(/\>([^<]+)孤立点([^>]+)\$1孤立点$2<");
txt=txt.replace(/<[^>]*?>|(孤立点)/g,
function(s0,s1){
if(s1===undefined) return s0;
return '孤立点';
});
// txt = txt.replace(/\>([^<]+)カーニング([^>]+)\$1カーニング$2<");
txt=txt.replace(/<[^>]*?>|(カーニング)/g,
function(s0,s1){
if(s1===undefined) return s0;
return 'カーニング';
});
// txt = txt.replace(/\>([^<]+)トラッキング([^>]+)\$1トラッキング$2<");
txt=txt.replace(/<[^>]*?>|(トラッキング)/g,
function(s0,s1){
if(s1===undefined) return s0;
return 'トラッキング';
});
// txt = txt.replace(/\>([^<]+)バウンディングボックス([^>]+)\$1バウンディングボックス$2<");
txt=txt.replace(/<[^>]*?>|(バウンディングボックス)/g,
function(s0,s1){
if(s1===undefined) return s0;
return 'バウンディングボックス';
});
// txt = txt.replace(/\>([^<]+)レイヤー([^>]+)\$1レイヤー$2<");
txt=txt.replace(/<[^>]*?>|(レイヤー)/g,
function(s0,s1){
if(s1===undefined) return s0;
return 'レイヤー';
});
// txt = txt.replace(/\>([^<]+)ネスティング([^>]+)\$1ネスティング$2<");
txt=txt.replace(/<[^>]*?>|(ネスティング)/g,
function(s0,s1){
if(s1===undefined) return s0;
return 'ネスティング';
});
// txt = txt.replace(/\>([^<]+)パス([^>]+)\$1パス$2<");
txt=txt.replace(/<[^>]*?>|(パス)/g,
function(s0,s1){
if(s1===undefined) return s0;
return 'パス';
});
// txt = txt.replace(/\>([^<]+)マスク処理([^>]+)\$1マスク処理$2<");
txt=txt.replace(/<[^>]*?>|(マスク処理)/g,
function(s0,s1){
if(s1===undefined) return s0;
return 'マスク処理';
});
// txt = txt.replace(/\>([^<]+)リンク([^>]+)\$1リンク$2<");
txt=txt.replace(/<[^>]*?>|(リンク)/g,
function(s0,s1){
if(s1===undefined) return s0;
return 'リンク';
});
// txt = txt.replace(/\>([^<]+)Degital Send PDF Checker Plugin([^>]+)\$1Degital Send PDF Checker Plugin$2<");
txt=txt.replace(/<[^>]*?>|(Degital Send PDF Checker Plugin)/g,
function(s0,s1){
if(s1===undefined) return s0;
return 'Degital Send PDF Checker Plugin';
});
// txt = txt.replace(/\>([^<]+)PSチェック([^>]+)\$1PSチェック$2<");
txt=txt.replace(/<[^>]*?>|(PSチェック)/g,
function(s0,s1){
if(s1===undefined) return s0;
return 'PSチェック';
});
// txt = txt.replace(/\>([^<]+)テンプレート([^>]+)\$1テンプレート$2<");
txt=txt.replace(/<[^>]*?>|(テンプレート)/g,
function(s0,s1){
if(s1===undefined) return s0;
return 'テンプレート';
});
// txt = txt.replace(/\>([^<]+)CMS([^>]+)\$1CMS$2<");
txt=txt.replace(/<[^>]*?>|(CMS)/g,
function(s0,s1){
if(s1===undefined) return s0;
return 'CMS';
});
// txt = txt.replace(/\>([^<]+)キャリブレーション([^>]+)\$1キャリブレーション$2<");
txt=txt.replace(/<[^>]*?>|(キャリブレーション)/g,
function(s0,s1){
if(s1===undefined) return s0;
return 'キャリブレーション';
});
// txt = txt.replace(/\>([^<]+)ICCプロファイル([^>]+)\$1ICCプロファイル$2<");
txt=txt.replace(/<[^>]*?>|(ICCプロファイル)/g,
function(s0,s1){
if(s1===undefined) return s0;
return 'ICCプロファイル';
});
// txt = txt.replace(/\>([^<]+)新聞用ジャパンカラー\|JCN([^>]+)\$1新聞用ジャパンカラー|JCN$2<");
txt=txt.replace(/<[^>]*?>|(新聞用ジャパンカラー\|JCN)/g,
function(s0,s1){
if(s1===undefined) return s0;
return '新聞用ジャパンカラー|JCN';
});
// txt = txt.replace(/\>([^<]+)RGB([^>]+)\$1RGB$2<");
txt=txt.replace(/<[^>]*?>|(RGB)/g,
function(s0,s1){
if(s1===undefined) return s0;
return 'RGB';
});
// txt = txt.replace(/\>([^<]+)CMYK([^>]+)\$1CMYK$2<");
txt=txt.replace(/<[^>]*?>|(CMYK)/g,
function(s0,s1){
if(s1===undefined) return s0;
return 'CMYK';
});
// txt = txt.replace(/\>([^<]+)プロセスカラー([^>]+)\$1プロセスカラー$2<");
txt=txt.replace(/<[^>]*?>|(プロセスカラー)/g,
function(s0,s1){
if(s1===undefined) return s0;
return 'プロセスカラー';
});
// txt = txt.replace(/\>([^<]+)UCR([^>]+)\$1UCR$2<");
txt=txt.replace(/<[^>]*?>|(UCR)/g,
function(s0,s1){
if(s1===undefined) return s0;
return 'UCR';
});
// txt = txt.replace(/\>([^<]+)GCR([^>]+)\$1GCR$2<");
txt=txt.replace(/<[^>]*?>|(GCR)/g,
function(s0,s1){
if(s1===undefined) return s0;
return 'GCR';
});
// txt = txt.replace(/\>([^<]+)TAC([^>]+)\$1TAC$2<");
txt=txt.replace(/<[^>]*?>|(TAC)/g,
function(s0,s1){
if(s1===undefined) return s0;
return 'TAC';
});
// txt = txt.replace(/\>([^<]+)カラーカンプ([^>]+)\$1カラーカンプ$2<");
txt=txt.replace(/<[^>]*?>|(カラーカンプ)/g,
function(s0,s1){
if(s1===undefined) return s0;
return 'カラーカンプ';
});
// txt = txt.replace(/\>([^<]+)トラッピング([^>]+)\$1トラッピング$2<");
txt=txt.replace(/<[^>]*?>|(トラッピング)/g,
function(s0,s1){
if(s1===undefined) return s0;
return 'トラッピング';
});
// txt = txt.replace(/\>([^<]+)色見本([^>]+)\$1色見本$2<");
txt=txt.replace(/<[^>]*?>|(色見本)/g,
function(s0,s1){
if(s1===undefined) return s0;
return '色見本';
});
// txt = txt.replace(/\>([^<]+)DDCP([^>]+)\$1DDCP$2<");
txt=txt.replace(/<[^>]*?>|(DDCP)/g,
function(s0,s1){
if(s1===undefined) return s0;
return 'DDCP';
});
// txt = txt.replace(/\>([^<]+)NSAC([^>]+)\$1NSAC$2<");
txt=txt.replace(/<[^>]*?>|(NSAC)/g,
function(s0,s1){
if(s1===undefined) return s0;
return 'NSAC';
});
// txt = txt.replace(/\>([^<]+)ガモット([^>]+)\$1ガモット$2<");
txt=txt.replace(/<[^>]*?>|(ガモット)/g,
function(s0,s1){
if(s1===undefined) return s0;
return 'ガモット';
});
// txt = txt.replace(/\>([^<]+)Lab([^>]+)\$1Lab$2<");
txt=txt.replace(/<[^>]*?>|(Lab)/g,
function(s0,s1){
if(s1===undefined) return s0;
return 'Lab';
});
// txt = txt.replace(/\>([^<]+)HSB([^>]+)\$1HSB$2<");
txt=txt.replace(/<[^>]*?>|(HSB)/g,
function(s0,s1){
if(s1===undefined) return s0;
return 'HSB';
});
// txt = txt.replace(/\>([^<]+)色差([^>]+)\$1色差$2<");
txt=txt.replace(/<[^>]*?>|(色差)/g,
function(s0,s1){
if(s1===undefined) return s0;
return '色差';
});
// txt = txt.replace(/\>([^<]+)⊿E([^>]+)\$1⊿E$2<");
txt=txt.replace(/<[^>]*?>|(⊿E)/g,
function(s0,s1){
if(s1===undefined) return s0;
return '⊿E';
});
// txt = txt.replace(/\>([^<]+)色温度([^>]+)\$1色温度$2<");
txt=txt.replace(/<[^>]*?>|(色温度)/g,
function(s0,s1){
if(s1===undefined) return s0;
return '色温度';
});
// txt = txt.replace(/\>([^<]+)標準光源([^>]+)\$1標準光源$2<");
txt=txt.replace(/<[^>]*?>|(標準光源)/g,
function(s0,s1){
if(s1===undefined) return s0;
return '標準光源';
});
// txt = txt.replace(/\>([^<]+)色相\|主波長([^>]+)\$1色相|主波長$2<");
txt=txt.replace(/<[^>]*?>|(色相\|主波長)/g,
function(s0,s1){
if(s1===undefined) return s0;
return '色相|主波長';
});
// txt = txt.replace(/\>([^<]+)明度([^>]+)\$1明度$2<");
txt=txt.replace(/<[^>]*?>|(明度)/g,
function(s0,s1){
if(s1===undefined) return s0;
return '明度';
});
// txt = txt.replace(/\>([^<]+)彩度\|純度([^>]+)\$1彩度|純度$2<");
txt=txt.replace(/<[^>]*?>|(彩度\|純度)/g,
function(s0,s1){
if(s1===undefined) return s0;
return '彩度|純度';
});
// txt = txt.replace(/\>([^<]+)グレーバランス([^>]+)\$1グレーバランス$2<");
txt=txt.replace(/<[^>]*?>|(グレーバランス)/g,
function(s0,s1){
if(s1===undefined) return s0;
return 'グレーバランス';
});
// txt = txt.replace(/\>([^<]+)スポットカラー([^>]+)\$1スポットカラー$2<");
txt=txt.replace(/<[^>]*?>|(スポットカラー)/g,
function(s0,s1){
if(s1===undefined) return s0;
return 'スポットカラー';
});
// txt = txt.replace(/\>([^<]+)カラープロファイル([^>]+)\$1カラープロファイル$2<");
txt=txt.replace(/<[^>]*?>|(カラープロファイル)/g,
function(s0,s1){
if(s1===undefined) return s0;
return 'カラープロファイル';
});
// txt = txt.replace(/\>([^<]+)カラープルーフ([^>]+)\$1カラープルーフ$2<");
txt=txt.replace(/<[^>]*?>|(カラープルーフ)/g,
function(s0,s1){
if(s1===undefined) return s0;
return 'カラープルーフ';
});
// txt = txt.replace(/\>([^<]+)モニタープルーフ([^>]+)\$1モニタープルーフ$2<");
txt=txt.replace(/<[^>]*?>|(モニタープルーフ)/g,
function(s0,s1){
if(s1===undefined) return s0;
return 'モニタープルーフ';
});
// txt = txt.replace(/\>([^<]+)色分解([^>]+)\$1色分解$2<");
txt=txt.replace(/<[^>]*?>|(色分解)/g,
function(s0,s1){
if(s1===undefined) return s0;
return '色分解';
});
// txt = txt.replace(/\>([^<]+)分光光度計([^>]+)\$1分光光度計$2<");
txt=txt.replace(/<[^>]*?>|(分光光度計)/g,
function(s0,s1){
if(s1===undefined) return s0;
return '分光光度計';
});
// txt = txt.replace(/\>([^<]+)組み寸・刷り寸([^>]+)\$1組み寸・刷り寸$2<");
txt=txt.replace(/<[^>]*?>|(組み寸・刷り寸)/g,
function(s0,s1){
if(s1===undefined) return s0;
return '組み寸・刷り寸';
});
// txt = txt.replace(/\>([^<]+)オーバープリント([^>]+)\$1オーバープリント$2<");
txt=txt.replace(/<[^>]*?>|(オーバープリント)/g,
function(s0,s1){
if(s1===undefined) return s0;
return 'オーバープリント';
});
// txt = txt.replace(/\>([^<]+)イメージセッター([^>]+)\$1イメージセッター$2<");
txt=txt.replace(/<[^>]*?>|(イメージセッター)/g,
function(s0,s1){
if(s1===undefined) return s0;
return 'イメージセッター';
});
// txt = txt.replace(/\>([^<]+)CEPS([^>]+)\$1CEPS$2<");
txt=txt.replace(/<[^>]*?>|(CEPS)/g,
function(s0,s1){
if(s1===undefined) return s0;
return 'CEPS';
});
// txt = txt.replace(/\>([^<]+)RIP([^>]+)\$1RIP$2<");
txt=txt.replace(/<[^>]*?>|(RIP)/g,
function(s0,s1){
if(s1===undefined) return s0;
return 'RIP';
});
// txt = txt.replace(/\>([^<]+)CTP([^>]+)\$1CTP$2<");
txt=txt.replace(/<[^>]*?>|(CTP)/g,
function(s0,s1){
if(s1===undefined) return s0;
return 'CTP';
});
// txt = txt.replace(/\>([^<]+)リモートプルーフィング([^>]+)\$1リモートプルーフィング$2<");
txt=txt.replace(/<[^>]*?>|(リモートプルーフィング)/g,
function(s0,s1){
if(s1===undefined) return s0;
return 'リモートプルーフィング';
});
// txt = txt.replace(/\>([^<]+)網点([^>]+)\$1網点$2<");
txt=txt.replace(/<[^>]*?>|(網点)/g,
function(s0,s1){
if(s1===undefined) return s0;
return '網点';
});
// txt = txt.replace(/\>([^<]+)ドットゲイン([^>]+)\$1ドットゲイン$2<");
txt=txt.replace(/<[^>]*?>|(ドットゲイン)/g,
function(s0,s1){
if(s1===undefined) return s0;
return 'ドットゲイン';
});
// txt = txt.replace(/\>([^<]+)トンボ([^>]+)\$1トンボ$2<");
txt=txt.replace(/<[^>]*?>|(トンボ)/g,
function(s0,s1){
if(s1===undefined) return s0;
return 'トンボ';
});
// txt = txt.replace(/\>([^<]+)AMスクリーン([^>]+)\$1AMスクリーン$2<");
txt=txt.replace(/<[^>]*?>|(AMスクリーン)/g,
function(s0,s1){
if(s1===undefined) return s0;
return 'AMスクリーン';
});
// txt = txt.replace(/\>([^<]+)FMスクリーン([^>]+)\$1FMスクリーン$2<");
txt=txt.replace(/<[^>]*?>|(FMスクリーン)/g,
function(s0,s1){
if(s1===undefined) return s0;
return 'FMスクリーン';
});
// txt = txt.replace(/\>([^<]+)抜き合わせ([^>]+)\$1抜き合わせ$2<");
txt=txt.replace(/<[^>]*?>|(抜き合わせ)/g,
function(s0,s1){
if(s1===undefined) return s0;
return '抜き合わせ';
});
// txt = txt.replace(/\>([^<]+)網角度([^>]+)\$1網角度$2<");
txt=txt.replace(/<[^>]*?>|(網角度)/g,
function(s0,s1){
if(s1===undefined) return s0;
return '網角度';
});
// txt = txt.replace(/\>([^<]+)ノックアウト([^>]+)\$1ノックアウト$2<");
txt=txt.replace(/<[^>]*?>|(ノックアウト)/g,
function(s0,s1){
if(s1===undefined) return s0;
return 'ノックアウト';
});
// txt = txt.replace(/\>([^<]+)セットオフ([^>]+)\$1セットオフ$2<");
txt=txt.replace(/<[^>]*?>|(セットオフ)/g,
function(s0,s1){
if(s1===undefined) return s0;
return 'セットオフ';
});
// txt = txt.replace(/\>([^<]+)念校([^>]+)\$1念校$2<");
txt=txt.replace(/<[^>]*?>|(念校)/g,
function(s0,s1){
if(s1===undefined) return s0;
return '念校';
});
// txt = txt.replace(/\>([^<]+)ハイブリッドFM([^>]+)\$1ハイブリッドFM$2<");
txt=txt.replace(/<[^>]*?>|(ハイブリッドFM)/g,
function(s0,s1){
if(s1===undefined) return s0;
return 'ハイブリッドFM';
});
// txt = txt.replace(/\>([^<]+)ベタ濃度([^>]+)\$1ベタ濃度$2<");
txt=txt.replace(/<[^>]*?>|(ベタ濃度)/g,
function(s0,s1){
if(s1===undefined) return s0;
return 'ベタ濃度';
});
// txt = txt.replace(/\>([^<]+)フォント([^>]+)\$1フォント$2<");
txt=txt.replace(/<[^>]*?>|(フォント)/g,
function(s0,s1){
if(s1===undefined) return s0;
return 'フォント';
});
// txt = txt.replace(/\>([^<]+)スクリーンフォント([^>]+)\$1スクリーンフォント$2<");
txt=txt.replace(/<[^>]*?>|(スクリーンフォント)/g,
function(s0,s1){
if(s1===undefined) return s0;
return 'スクリーンフォント';
});
// txt = txt.replace(/\>([^<]+)ビットマップフォント([^>]+)\$1ビットマップフォント$2<");
txt=txt.replace(/<[^>]*?>|(ビットマップフォント)/g,
function(s0,s1){
if(s1===undefined) return s0;
return 'ビットマップフォント';
});
// txt = txt.replace(/\>([^<]+)トゥルータイプフォント([^>]+)\$1トゥルータイプフォント$2<");
txt=txt.replace(/<[^>]*?>|(トゥルータイプフォント)/g,
function(s0,s1){
if(s1===undefined) return s0;
return 'トゥルータイプフォント';
});
// txt = txt.replace(/\>([^<]+)スケーラブルフォント([^>]+)\$1スケーラブルフォント$2<");
txt=txt.replace(/<[^>]*?>|(スケーラブルフォント)/g,
function(s0,s1){
if(s1===undefined) return s0;
return 'スケーラブルフォント';
});
// txt = txt.replace(/\>([^<]+)アウトラインフォント([^>]+)\$1アウトラインフォント$2<");
txt=txt.replace(/<[^>]*?>|(アウトラインフォント)/g,
function(s0,s1){
if(s1===undefined) return s0;
return 'アウトラインフォント';
});
// txt = txt.replace(/\>([^<]+)ポストスクリプトフォント([^>]+)\$1ポストスクリプトフォント$2<");
txt=txt.replace(/<[^>]*?>|(ポストスクリプトフォント)/g,
function(s0,s1){
if(s1===undefined) return s0;
return 'ポストスクリプトフォント';
});
// txt = txt.replace(/\>([^<]+)オープンタイプフォント([^>]+)\$1オープンタイプフォント$2<");
txt=txt.replace(/<[^>]*?>|(オープンタイプフォント)/g,
function(s0,s1){
if(s1===undefined) return s0;
return 'オープンタイプフォント';
});
// txt = txt.replace(/\>([^<]+)CIDフォント([^>]+)\$1CIDフォント$2<");
txt=txt.replace(/<[^>]*?>|(CIDフォント)/g,
function(s0,s1){
if(s1===undefined) return s0;
return 'CIDフォント';
});
// txt = txt.replace(/\>([^<]+)NewCIDフォント([^>]+)\$1NewCIDフォント$2<");
txt=txt.replace(/<[^>]*?>|(NewCIDフォント)/g,
function(s0,s1){
if(s1===undefined) return s0;
return 'NewCIDフォント';
});
// txt = txt.replace(/\>([^<]+)OCFフォント([^>]+)\$1OCFフォント$2<");
txt=txt.replace(/<[^>]*?>|(OCFフォント)/g,
function(s0,s1){
if(s1===undefined) return s0;
return 'OCFフォント';
});
// txt = txt.replace(/\>([^<]+)ATM([^>]+)\$1ATM$2<");
txt=txt.replace(/<[^>]*?>|(ATM)/g,
function(s0,s1){
if(s1===undefined) return s0;
return 'ATM';
});
// txt = txt.replace(/\>([^<]+)アウトライン化([^>]+)\$1アウトライン化$2<");
txt=txt.replace(/<[^>]*?>|(アウトライン化)/g,
function(s0,s1){
if(s1===undefined) return s0;
return 'アウトライン化';
});
// txt = txt.replace(/\>([^<]+)文字コード([^>]+)\$1文字コード$2<");
txt=txt.replace(/<[^>]*?>|(文字コード)/g,
function(s0,s1){
if(s1===undefined) return s0;
return '文字コード';
});
// txt = txt.replace(/\>([^<]+)オープンタイプフォント([^>]+)\$1オープンタイプフォント$2<");
txt=txt.replace(/<[^>]*?>|(オープンタイプフォント)/g,
function(s0,s1){
if(s1===undefined) return s0;
return 'オープンタイプフォント';
});
// txt = txt.replace(/\>([^<]+)ポイント([^>]+)\$1ポイント$2<");
txt=txt.replace(/<[^>]*?>|(ポイント)/g,
function(s0,s1){
if(s1===undefined) return s0;
return 'ポイント';
});
// txt = txt.replace(/\>([^<]+)ぶらさがり([^>]+)\$1ぶらさがり$2<");
txt=txt.replace(/<[^>]*?>|(ぶらさがり)/g,
function(s0,s1){
if(s1===undefined) return s0;
return 'ぶらさがり';
});
// txt = txt.replace(/\>([^<]+)ユニコード([^>]+)\$1ユニコード$2<");
txt=txt.replace(/<[^>]*?>|(ユニコード)/g,
function(s0,s1){
if(s1===undefined) return s0;
return 'ユニコード';
});
// txt = txt.replace(/\>([^<]+)行送り([^>]+)\$1行送り$2<");
txt=txt.replace(/<[^>]*?>|(行送り)/g,
function(s0,s1){
if(s1===undefined) return s0;
return '行送り';
});
// txt = txt.replace(/\>([^<]+)PDF\/X4([^>]+)\$1PDF/X4$2<");
txt=txt.replace(/<[^>]*?>|(PDF\/X4)/g,
function(s0,s1){
if(s1===undefined) return s0;
return 'PDF/X4';
});
// txt = txt.replace(/\>([^<]+)ファイル形式([^>]+)\$1ファイル形式$2<");
txt=txt.replace(/<[^>]*?>|(ファイル形式)/g,
function(s0,s1){
if(s1===undefined) return s0;
return 'ファイル形式';
});
// txt = txt.replace(/\>([^<]+)TIFF([^>]+)\$1TIFF$2<");
txt=txt.replace(/<[^>]*?>|(TIFF)/g,
function(s0,s1){
if(s1===undefined) return s0;
return 'TIFF';
});
// txt = txt.replace(/\>([^<]+)EPS([^>]+)\$1EPS$2<");
txt=txt.replace(/<[^>]*?>|(EPS)/g,
function(s0,s1){
if(s1===undefined) return s0;
return 'EPS';
});
// txt = txt.replace(/\>([^<]+)PDF([^>]+)\$1PDF$2<");
txt=txt.replace(/<[^>]*?>|(PDF)/g,
function(s0,s1){
if(s1===undefined) return s0;
return 'PDF';
});
// txt = txt.replace(/\>([^<]+)PDF\/X([^>]+)\$1PDF/X$2<");
txt=txt.replace(/<[^>]*?>|(PDF\/X)/g,
function(s0,s1){
if(s1===undefined) return s0;
return 'PDF/X';
});
// txt = txt.replace(/\>([^<]+)PDF\/X1a([^>]+)\$1PDF/X1a$2<");
txt=txt.replace(/<[^>]*?>|(PDF\/X1a)/g,
function(s0,s1){
if(s1===undefined) return s0;
return 'PDF/X1a';
});
// txt = txt.replace(/\>([^<]+)HFS([^>]+)\$1HFS$2<");
txt=txt.replace(/<[^>]*?>|(HFS)/g,
function(s0,s1){
if(s1===undefined) return s0;
return 'HFS';
});
// txt = txt.replace(/\>([^<]+)HFS\+([^>]+)\$1HFS+$2<");
txt=txt.replace(/<[^>]*?>|(HFS\+)/g,
function(s0,s1){
if(s1===undefined) return s0;
return 'HFS+';
});
// txt = txt.replace(/\>([^<]+)PICT([^>]+)\$1PICT$2<");
txt=txt.replace(/<[^>]*?>|(PICT)/g,
function(s0,s1){
if(s1===undefined) return s0;
return 'PICT';
});
// txt = txt.replace(/\>([^<]+)JPEG([^>]+)\$1JPEG$2<");
txt=txt.replace(/<[^>]*?>|(JPEG)/g,
function(s0,s1){
if(s1===undefined) return s0;
return 'JPEG';
});
// txt = txt.replace(/\>([^<]+)PPD([^>]+)\$1PPD$2<");
txt=txt.replace(/<[^>]*?>|(PPD)/g,
function(s0,s1){
if(s1===undefined) return s0;
return 'PPD';
});
// txt = txt.replace(/\>([^<]+)ファイルサイズ([^>]+)\$1ファイルサイズ$2<");
txt=txt.replace(/<[^>]*?>|(ファイルサイズ)/g,
function(s0,s1){
if(s1===undefined) return s0;
return 'ファイルサイズ';
});
// txt = txt.replace(/\>([^<]+)圧縮([^>]+)\$1圧縮$2<");
txt=txt.replace(/<[^>]*?>|(圧縮)/g,
function(s0,s1){
if(s1===undefined) return s0;
return '圧縮';
});
// txt = txt.replace(/\>([^<]+)解凍([^>]+)\$1解凍$2<");
txt=txt.replace(/<[^>]*?>|(解凍)/g,
function(s0,s1){
if(s1===undefined) return s0;
return '解凍';
});
// txt = txt.replace(/\>([^<]+)LZW([^>]+)\$1LZW$2<");
txt=txt.replace(/<[^>]*?>|(LZW)/g,
function(s0,s1){
if(s1===undefined) return s0;
return 'LZW';
});
// txt = txt.replace(/\>([^<]+)通信プロトコル([^>]+)\$1通信プロトコル$2<");
txt=txt.replace(/<[^>]*?>|(通信プロトコル)/g,
function(s0,s1){
if(s1===undefined) return s0;
return '通信プロトコル';
});
// txt = txt.replace(/\>([^<]+)データ交換方式([^>]+)\$1データ交換方式$2<");
txt=txt.replace(/<[^>]*?>|(データ交換方式)/g,
function(s0,s1){
if(s1===undefined) return s0;
return 'データ交換方式';
});
// txt = txt.replace(/\>([^<]+)レジューム機能([^>]+)\$1レジューム機能$2<");
txt=txt.replace(/<[^>]*?>|(レジューム機能)/g,
function(s0,s1){
if(s1===undefined) return s0;
return 'レジューム機能';
});
// txt = txt.replace(/\>([^<]+)bps([^>]+)\$1bps$2<");
txt=txt.replace(/<[^>]*?>|(bps)/g,
function(s0,s1){
if(s1===undefined) return s0;
return 'bps';
});
// txt = txt.replace(/\>([^<]+)FTP([^>]+)\$1FTP$2<");
txt=txt.replace(/<[^>]*?>|(FTP)/g,
function(s0,s1){
if(s1===undefined) return s0;
return 'FTP';
});
// txt = txt.replace(/\>([^<]+)LAN([^>]+)\$1LAN$2<");
txt=txt.replace(/<[^>]*?>|(LAN)/g,
function(s0,s1){
if(s1===undefined) return s0;
return 'LAN';
});
// txt = txt.replace(/\>([^<]+)ジョブチケット([^>]+)\$1ジョブチケット$2<");
txt=txt.replace(/<[^>]*?>|(ジョブチケット)/g,
function(s0,s1){
if(s1===undefined) return s0;
return 'ジョブチケット';
});
// txt = txt.replace(/\>([^<]+)プロトコルの階層構造([^>]+)\$1プロトコルの階層構造$2<");
txt=txt.replace(/<[^>]*?>|(プロトコルの階層構造)/g,
function(s0,s1){
if(s1===undefined) return s0;
return 'プロトコルの階層構造';
});
// txt = txt.replace(/\>([^<]+)イーサネット([^>]+)\$1イーサネット$2<");
txt=txt.replace(/<[^>]*?>|(イーサネット)/g,
function(s0,s1){
if(s1===undefined) return s0;
return 'イーサネット';
});
// txt = txt.replace(/\>([^<]+)PPP([^>]+)\$1PPP$2<");
txt=txt.replace(/<[^>]*?>|(PPP)/g,
function(s0,s1){
if(s1===undefined) return s0;
return 'PPP';
});
// txt = txt.replace(/\>([^<]+)TCP\/IP([^>]+)\$1TCP/IP$2<");
txt=txt.replace(/<[^>]*?>|(TCP\/IP)/g,
function(s0,s1){
if(s1===undefined) return s0;
return 'TCP/IP';
});
// txt = txt.replace(/\>([^<]+)SMTP([^>]+)\$1SMTP$2<");
txt=txt.replace(/<[^>]*?>|(SMTP)/g,
function(s0,s1){
if(s1===undefined) return s0;
return 'SMTP';
});
// txt = txt.replace(/\>([^<]+)SSH([^>]+)\$1SSH$2<");
txt=txt.replace(/<[^>]*?>|(SSH)/g,
function(s0,s1){
if(s1===undefined) return s0;
return 'SSH';
});
// txt = txt.replace(/\>([^<]+)HTTPS([^>]+)\$1HTTPS$2<");
txt=txt.replace(/<[^>]*?>|(HTTPS)/g,
function(s0,s1){
if(s1===undefined) return s0;
return 'HTTPS';
});
// txt = txt.replace(/\>([^<]+)Gtrax([^>]+)\$1Gtrax$2<");
txt=txt.replace(/<[^>]*?>|(Gtrax)/g,
function(s0,s1){
if(s1===undefined) return s0;
return 'Gtrax';
});
// txt = txt.replace(/\>([^<]+)デジタルセンド([^>]+)\$1デジタルセンド$2<");
txt=txt.replace(/<[^>]*?>|(デジタルセンド)/g,
function(s0,s1){
if(s1===undefined) return s0;
return 'デジタルセンド';
});
// txt = txt.replace(/\>([^<]+)シンタックスルール([^>]+)\$1シンタックスルール$2<");
txt=txt.replace(/<[^>]*?>|(シンタックスルール)/g,
function(s0,s1){
if(s1===undefined) return s0;
return 'シンタックスルール';
});
// txt = txt.replace(/\>([^<]+)BPID([^>]+)\$1BPID$2<");
txt=txt.replace(/<[^>]*?>|(BPID)/g,
function(s0,s1){
if(s1===undefined) return s0;
return 'BPID';
});
// txt = txt.replace(/\>([^<]+)ビジネスプロトコル([^>]+)\$1ビジネスプロトコル$2<");
txt=txt.replace(/<[^>]*?>|(ビジネスプロトコル)/g,
function(s0,s1){
if(s1===undefined) return s0;
return 'ビジネスプロトコル';
});
// txt = txt.replace(/\>([^<]+)標準企業コード([^>]+)\$1標準企業コード$2<");
txt=txt.replace(/<[^>]*?>|(標準企業コード)/g,
function(s0,s1){
if(s1===undefined) return s0;
return '標準企業コード';
});
// txt = txt.replace(/\>([^<]+)トランスレーター([^>]+)\$1トランスレーター$2<");
txt=txt.replace(/<[^>]*?>|(トランスレーター)/g,
function(s0,s1){
if(s1===undefined) return s0;
return 'トランスレーター';
});
// txt = txt.replace(/\>([^<]+)データタグ番号([^>]+)\$1データタグ番号$2<");
txt=txt.replace(/<[^>]*?>|(データタグ番号)/g,
function(s0,s1){
if(s1===undefined) return s0;
return 'データタグ番号';
});
// txt = txt.replace(/\>([^<]+)U\/C([^>]+)\$1U/C$2<");
txt=txt.replace(/<[^>]*?>|(U\/C)/g,
function(s0,s1){
if(s1===undefined) return s0;
return 'U/C';
});
// txt = txt.replace(/\>([^<]+)標準メッセージ([^>]+)\$1標準メッセージ$2<");
txt=txt.replace(/<[^>]*?>|(標準メッセージ)/g,
function(s0,s1){
if(s1===undefined) return s0;
return '標準メッセージ';
});
// txt = txt.replace(/\>([^<]+)申込・新規情報([^>]+)\$1申込・新規情報$2<");
txt=txt.replace(/<[^>]*?>|(申込・新規情報)/g,
function(s0,s1){
if(s1===undefined) return s0;
return '申込・新規情報';
});
// txt = txt.replace(/\>([^<]+)申込・変更情報([^>]+)\$1申込・変更情報$2<");
txt=txt.replace(/<[^>]*?>|(申込・変更情報)/g,
function(s0,s1){
if(s1===undefined) return s0;
return '申込・変更情報';
});
// txt = txt.replace(/\>([^<]+)申込・中止情報([^>]+)\$1申込・中止情報$2<");
txt=txt.replace(/<[^>]*?>|(申込・中止情報)/g,
function(s0,s1){
if(s1===undefined) return s0;
return '申込・中止情報';
});
// txt = txt.replace(/\>([^<]+)申込・受付確認情報([^>]+)\$1申込・受付確認情報$2<");
txt=txt.replace(/<[^>]*?>|(申込・受付確認情報)/g,
function(s0,s1){
if(s1===undefined) return s0;
return '申込・受付確認情報';
});
// txt = txt.replace(/\>([^<]+)割付情報([^>]+)\$1割付情報$2<");
txt=txt.replace(/<[^>]*?>|(割付情報)/g,
function(s0,s1){
if(s1===undefined) return s0;
return '割付情報';
});
// txt = txt.replace(/\>([^<]+)送稿・予定情報([^>]+)\$1送稿・予定情報$2<");
txt=txt.replace(/<[^>]*?>|(送稿・予定情報)/g,
function(s0,s1){
if(s1===undefined) return s0;
return '送稿・予定情報';
});
// txt = txt.replace(/\>([^<]+)送稿・申込照合情報([^>]+)\$1送稿・申込照合情報$2<");
txt=txt.replace(/<[^>]*?>|(送稿・申込照合情報)/g,
function(s0,s1){
if(s1===undefined) return s0;
return '送稿・申込照合情報';
});
// txt = txt.replace(/\>([^<]+)送稿・送稿情報([^>]+)\$1送稿・送稿情報$2<");
txt=txt.replace(/<[^>]*?>|(送稿・送稿情報)/g,
function(s0,s1){
if(s1===undefined) return s0;
return '送稿・送稿情報';
});
// txt = txt.replace(/\>([^<]+)送稿・原稿受領情報([^>]+)\$1送稿・原稿受領情報$2<");
txt=txt.replace(/<[^>]*?>|(送稿・原稿受領情報)/g,
function(s0,s1){
if(s1===undefined) return s0;
return '送稿・原稿受領情報';
});
// txt = txt.replace(/\>([^<]+)請求・予定情報([^>]+)\$1請求・予定情報$2<");
txt=txt.replace(/<[^>]*?>|(請求・予定情報)/g,
function(s0,s1){
if(s1===undefined) return s0;
return '請求・予定情報';
});
// txt = txt.replace(/\>([^<]+)請求・請求情報([^>]+)\$1請求・請求情報$2<");
txt=txt.replace(/<[^>]*?>|(請求・請求情報)/g,
function(s0,s1){
if(s1===undefined) return s0;
return '請求・請求情報';
});
// txt = txt.replace(/\>([^<]+)請求・修正情報([^>]+)\$1請求・修正情報$2<");
txt=txt.replace(/<[^>]*?>|(請求・修正情報)/g,
function(s0,s1){
if(s1===undefined) return s0;
return '請求・修正情報';
});
// txt = txt.replace(/\>([^<]+)請求・合計情報([^>]+)\$1請求・合計情報$2<");
txt=txt.replace(/<[^>]*?>|(請求・合計情報)/g,
function(s0,s1){
if(s1===undefined) return s0;
return '請求・合計情報';
});
// txt = txt.replace(/\>([^<]+)請求・訂正情報([^>]+)\$1請求・訂正情報$2<");
txt=txt.replace(/<[^>]*?>|(請求・訂正情報)/g,
function(s0,s1){
if(s1===undefined) return s0;
return '請求・訂正情報';
});
// txt = txt.replace(/\>([^<]+)請求・訂正承認情報([^>]+)\$1請求・訂正承認情報$2<");
txt=txt.replace(/<[^>]*?>|(請求・訂正承認情報)/g,
function(s0,s1){
if(s1===undefined) return s0;
return '請求・訂正承認情報';
});
// txt = txt.replace(/\>([^<]+)支払予定・明細情報([^>]+)\$1支払予定・明細情報$2<");
txt=txt.replace(/<[^>]*?>|(支払予定・明細情報)/g,
function(s0,s1){
if(s1===undefined) return s0;
return '支払予定・明細情報';
});
// txt = txt.replace(/\>([^<]+)支払予定・合計情報([^>]+)\$1支払予定・合計情報$2<");
txt=txt.replace(/<[^>]*?>|(支払予定・合計情報)/g,
function(s0,s1){
if(s1===undefined) return s0;
return '支払予定・合計情報';
});
// txt = txt.replace(/\>([^<]+)支払通知情報([^>]+)\$1支払通知情報$2<");
txt=txt.replace(/<[^>]*?>|(支払通知情報)/g,
function(s0,s1){
if(s1===undefined) return s0;
return '支払通知情報';
});
// txt = txt.replace(/\>([^<]+)フリーユース\|つかみ広告([^>]+)\$1フリーユース|つかみ広告$2<");
txt=txt.replace(/<[^>]*?>|(フリーユース\|つかみ広告)/g,
function(s0,s1){
if(s1===undefined) return s0;
return 'フリーユース|つかみ広告';
});
// txt = txt.replace(/\>([^<]+)マルチ明細([^>]+)\$1マルチ明細$2<");
txt=txt.replace(/<[^>]*?>|(マルチ明細)/g,
function(s0,s1){
if(s1===undefined) return s0;
return 'マルチ明細';
});
// txt = txt.replace(/\>([^<]+)サブセット化([^>]+)\$1サブセット化$2<");
txt=txt.replace(/<[^>]*?>|(サブセット化)/g,
function(s0,s1){
if(s1===undefined) return s0;
return 'サブセット化';
});
// txt = txt.replace(/\>([^<]+)CII([^>]+)\$1CII$2<");
txt=txt.replace(/<[^>]*?>|(CII)/g,
function(s0,s1){
if(s1===undefined) return s0;
return 'CII';
});
// txt = txt.replace(/\>([^<]+)広告EDIセンター([^>]+)\$1広告EDIセンター$2<");
txt=txt.replace(/<[^>]*?>|(広告EDIセンター)/g,
function(s0,s1){
if(s1===undefined) return s0;
return '広告EDIセンター';
});
// txt = txt.replace(/\>([^<]+)謹告([^>]+)\$1謹告$2<");
txt=txt.replace(/<[^>]*?>|(謹告)/g,
function(s0,s1){
if(s1===undefined) return s0;
return '謹告';
});
// txt = txt.replace(/\>([^<]+)黒枠\|黒枠広告([^>]+)\$1黒枠|黒枠広告$2<");
txt=txt.replace(/<[^>]*?>|(黒枠\|黒枠広告)/g,
function(s0,s1){
if(s1===undefined) return s0;
return '黒枠|黒枠広告';
});
// txt = txt.replace(/\>([^<]+)ティーザー広告([^>]+)\$1ティーザー広告$2<");
txt=txt.replace(/<[^>]*?>|(ティーザー広告)/g,
function(s0,s1){
if(s1===undefined) return s0;
return 'ティーザー広告';
});
// txt = txt.replace(/\>([^<]+)臨時物([^>]+)\$1臨時物$2<");
txt=txt.replace(/<[^>]*?>|(臨時物)/g,
function(s0,s1){
if(s1===undefined) return s0;
return '臨時物';
});
// txt = txt.replace(/\>([^<]+)上場広告([^>]+)\$1上場広告$2<");
txt=txt.replace(/<[^>]*?>|(上場広告)/g,
function(s0,s1){
if(s1===undefined) return s0;
return '上場広告';
});
// txt = txt.replace(/\>([^<]+)IR広告([^>]+)\$1IR広告$2<");
txt=txt.replace(/<[^>]*?>|(IR広告)/g,
function(s0,s1){
if(s1===undefined) return s0;
return 'IR広告';
});
// txt = txt.replace(/\>([^<]+)案内広告([^>]+)\$1案内広告$2<");
txt=txt.replace(/<[^>]*?>|(案内広告)/g,
function(s0,s1){
if(s1===undefined) return s0;
return '案内広告';
});
// txt = txt.replace(/\>([^<]+)スプリットラン広告([^>]+)\$1スプリットラン広告$2<");
txt=txt.replace(/<[^>]*?>|(スプリットラン広告)/g,
function(s0,s1){
if(s1===undefined) return s0;
return 'スプリットラン広告';
});
// txt = txt.replace(/\>([^<]+)セクション折り([^>]+)\$1セクション折り$2<");
txt=txt.replace(/<[^>]*?>|(セクション折り)/g,
function(s0,s1){
if(s1===undefined) return s0;
return 'セクション折り';
});
// txt = txt.replace(/\>([^<]+)ノンブル([^>]+)\$1ノンブル$2<");
txt=txt.replace(/<[^>]*?>|(ノンブル)/g,
function(s0,s1){
if(s1===undefined) return s0;
return 'ノンブル';
});
// txt = txt.replace(/\>([^<]+)ブランケット判\|タブロイド判([^>]+)\$1ブランケット判|タブロイド判$2<");
txt=txt.replace(/<[^>]*?>|(ブランケット判\|タブロイド判)/g,
function(s0,s1){
if(s1===undefined) return s0;
return 'ブランケット判|タブロイド判';
});
// txt = txt.replace(/\>([^<]+)J\-READ([^>]+)\$1J-READ$2<");
txt=txt.replace(/<[^>]*?>|(J\-READ)/g,
function(s0,s1){
if(s1===undefined) return s0;
return 'J-READ';
});
// txt = txt.replace(/\>([^<]+)J\-MONITOR([^>]+)\$1J-MONITOR$2<");
txt=txt.replace(/<[^>]*?>|(J\-MONITOR)/g,
function(s0,s1){
if(s1===undefined) return s0;
return 'J-MONITOR';
});
// txt = txt.replace(/\>([^<]+)ページ送り([^>]+)\$1ページ送り$2<");
txt=txt.replace(/<[^>]*?>|(ページ送り)/g,
function(s0,s1){
if(s1===undefined) return s0;
return 'ページ送り';
});
// txt = txt.replace(/\>([^<]+)カバレッジ\|到達地域([^>]+)\$1カバレッジ|到達地域$2<");
txt=txt.replace(/<[^>]*?>|(カバレッジ\|到達地域)/g,
function(s0,s1){
if(s1===undefined) return s0;
return 'カバレッジ|到達地域';
});
_myjQuery(this).html(txt);
});
_myjQuery('.wtips').cluetip();
});