/**
 * @fileOverview *************************
 * @version 0.0.1
 */
/* ----------------------------------------------------------------------------------- */

if( FONTSIZE_SELECTOR_ENABLED ){
	var html = ''
	+'<ul class="changeBtn">'
	+'	<li><span onclick="javascript:void(FONTSIZE_SELECTOR.setFontSize(\'default\'))">'
	+'			<img src="/common/images/head_bt03.gif" alt="標準" width="50" height="18" title="文字サイズ：標準" class="rollover-fsbutton" id="fontsize-btn-default" /></span></li>'
	+'	<li><span onclick="javascript:void(FONTSIZE_SELECTOR.setFontSize(\'large\'))">'
	+'			<img src="/common/images/head_bt04.gif" alt="大きく" title="文字サイズ：大" class="rollover-fsbutton" id="fontsize-btn-large" width="50" height="18" /></span></li>'
	+'</ul>';

	document.write( html );
}
