document.open();
document.write('<p id="font-change"><img src="/img/fontchanger.gif" alt="文字サイズ" width="64" height="18" />');
document.write('<span class="sizeS" id="small" title="80％で表示"><img src="/img/fontchanger_small.gif" alt="小" width="20" height="18" /></span>');
document.write('<span class="sizeM" id="medium" title="100％で表示"><img src="/img/fontchanger_medium.gif" alt="中" width="20" height="18" /></span>');
document.write('<span class="sizeL" id="large" title="120％で表示"><img src="/img/fontchanger_large.gif" alt="大" width="20" height="18" /></span>');
document.write('</p>');
document.close();