/*
  2007-09-10
  
-------------------------------------------------------------------*/


if( FONTSIZE_SELECTOR_ENABLED ){

	var commonDir = u.getCommonDirPath();

	var html = ''
	+'<dl>'
	+'<dt><img src="'+ commonDir +'images/com_header_tx002.gif" alt="文字サイズ" width="55" height="11"></dt>'
	+'<dd>'
	+'<ul>'
	+'<li><a href="javascript:void(fsSelector.setFontSize(\'small\'))"><img src="'+ commonDir +'images/fs_btn001.gif" alt="小" width="17" height="17" border="0" id="fsbutton-small" class="rollover-fsbutton"></a></li>'
	+'<li><a href="javascript:void(fsSelector.setFontSize(\'medium\'))"><img src="'+ commonDir +'images/fs_btn002.gif" alt="中" width="19" height="19" border="0" id="fsbutton-medium" class="rollover-fsbutton"></a></li>'
	+'<li><a href="javascript:void(fsSelector.setFontSize(\'large\'))"><img src="'+ commonDir +'images/fs_btn003.gif" alt="大" width="23" height="23" border="0" id="fsbutton-large" class="rollover-fsbutton"></a></li>'
	+'</ul>'
	+'</dd>'
	+'</dl>';

	document.write(html);
}
else {
	document.write("&nbsp;");
}