document.open();
document.write('<div id="sizenavi">');
document.write('<p>文字サイズ<br />');
document.write('<a href="#" title="文字を小さくする" onclick="switchFont(-1);"><img src="/common/img/common/size_s.gif" alt="文字を小さくする" width="20" height="26" class="btn" /></a><img src="/common/img/common/size_a.gif" width="27" height="26" alt="" /><a href="#" title="文字を大きくする" onclick="switchFont(1);"><img src="/common/img/common/size_l.gif" width="26" height="26" alt="文字を大きくする" class="btn" /></a></p>');
document.write('</div>');
document.close();
