/* 
fontsize-switch		:		変更不可
fontsize-btn			:		変更不可
※Yahoo!サイトサーチから引用するファイル(fs_generate_sitesearch.js)との2重管理運用。
*/

document.write('<dl id="fontsizeSwitch">');
document.write('<dt><img src="/common/en/images/header_ic01.gif" alt="Text Size" width="70" height="24" /></dt>');
document.write('<dd id="fontSmall" class="fontsizeBtn"><img src="/common/en/images/header_bt01.gif" alt="fontSmall" width="23" height="24" class="rollover" /></dd>');
document.write('<dd id="fontMedium" class="fontsizeBtn"><img src="/common/en/images/header_bt02.gif" alt="fontLarge" width="23" height="24" class="rollover" /></dd>');
document.write('<dd id="fontLarge" class="fontsizeBtn"><img src="/common/en/images/header_bt03.gif" alt="fontMaximum" width="25" height="24" class="rollover" /></dd>');
document.write('</dl>');

