/**
 * @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="/chinese/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="/chinese/common/images/head_bt04.gif" alt="大" title="大" class="rollover-fsbutton" id="fontsize-btn-large" width="50" height="18" /></span></li>'
	+'</ul>';

	document.write( html );
}

