/*
  
  
-------------------------------------------------------------------*/


if( ( eu.isWin && eu.isIE ) || eu.isFirefox ){

	var commonDir = u.getCommonDirPath();

	var html = ''
	+'<img src="'+ commonDir +'images/common_tx001.gif" alt="文字サイズ" width="53" height="12" vspace="10">'
	+'<a href="javascript:void(fsSelector.setFontSize( \'medium\' ))">'
	+'<img src="'+ commonDir +'images/common_bt001.gif" alt="ふつう" title="ふつう" width="48" height="18" border="0"  hspace="5"  vspace="10" class="rollover-fsbutton" id="fsbutton-medium">'
	+'</a>'
	+'<a href="javascript:void(fsSelector.setFontSize( \'large\' ))">'
	+'<img src="'+ commonDir +'images/common_bt002.gif" alt="大きく" title="大きく" width="50" height="20" border="0"  vspace="10" class="rollover-fsbutton" id="fsbutton-large">'
	+'</a>';

	document.write( html );

}
else {
	document.write( "&nbsp;" );
}

