document.open();
document.write('<div id="fontchanger-box">');
document.write('<img src="/img/fontchanger_text.gif" alt="文字サイズ" width="52" height="12" id="fontchanger-text" />');
document.write('<span class="sizeM" id="medium" title="100％で表示"><img src="/img/fontchanger_normal.gif" alt="標準" width="43" height="29" id="fontchanger-medium" /></span>');
document.write('<span class="sizeL" id="large" title="120％で表示"><img src="/img/fontchanger_large.gif" alt="拡大" width="43" height="29" id="fontchanger-large" /></span>');
document.write('</div>');
document.close();