﻿/*
  2008-03-25
  
-------------------------------------------------------------------*/

if( FONTSIZE_SELECTOR_ENABLED ){

var commonDir = getCommonDirPath();

var btn_html = ''
+'<dl>'
+'<dt><img src="'+ commonDir +'images/common_tx_textsize.gif" alt="文字の大きさ" width="62" height="10" /></dt>'
+'<dd>'
+'<ul id="fontmenu">'
+'<li><img onclick="fsSelector.setFontSize(\'fontsize-default\');" src="'+ commonDir +'images/common_bt_txsmall.gif" alt="標準" width="52" height="18" class="rollover-fsbutton" id="fsbutton-default" /></li>'
+'<li><img onclick="fsSelector.setFontSize(\'fontsize-large\');"   src="'+ commonDir +'images/common_bt_txlarge.gif" alt="大きく" width="52" height="18" class="rollover-fsbutton" id="fsbutton-large" /></li>'
+'<!-- /#fontmenu --></ul>'
+'</dd>'
+'</dl>'
+'<!-- /#sizechange -->';

document.write(btn_html);
}
else {
	document.write("&nbsp;");
}