/**
 * @fileOverview ダミーダミーダミーダミーダミーダミーダミーダミー
 * @version 2010-08-17_001
 */
/* ----------------------------------------------------------------------------------- */



if( FONTSIZE_SELECTOR_ENABLED ){

	var path = JGKA.getCommonDir();
	var path_link = path.replace(JGKA.COMMON_DIR_NAME+"/","");

	var html = ''
	+'<div id="fontsize-selector">'
	+'	<dl>'
	+'		<dt><img src="'+ path +'images/header_tx01.gif" height="24" width="91" alt="文字サイズ" /></dt>'
	+'		<dd>'
	+'			<ul>'
	+'				<li><span onclick="javascript:void(FONTSIZE_SELECTOR.setFontSize(\'small\'))">'
	+'					<img src="'+ path +'images/header_bt01.gif" alt="文字サイズ：小" title="文字サイズ：小" class="rollover-fs" id="fontsize-btn-small" height="24" width="24" /></span></li>'
	+'				<li><span onclick="javascript:void(FONTSIZE_SELECTOR.setFontSize(\'medium\'))">'
	+'					<img src="'+ path +'images/header_bt02.gif" alt="文字サイズ：中" title="文字サイズ：中" class="rollover-fs" id="fontsize-btn-medium" height="24" width="24" /></span></li>'
	+'				<li><span onclick="javascript:void(FONTSIZE_SELECTOR.setFontSize(\'large\'))">'
	+'					<img src="'+ path +'images/header_bt03.gif" alt="文字サイズ：大" title="文字サイズ：大" class="rollover-fs" id="fontsize-btn-large" height="24" width="24" /></span></li>'
	+'			</ul>'
	+'		</dd>'
	+'	</dl>'
	+'	<p><a href="'+ path_link +'textsize/index.html"><img src="'+ path +'images/header_bt05.gif" width="132" height="24" alt="文字サイズの変更方法" title="文字サイズの変更方法" class="rollover" /></a></p>'
	+'<!--/fontsize-selector--></div>';

	document.write( html );
}



