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