// 

var nm1 = '../../../common/images/font_s_en.gif';
var nm2 = '../../../common/images/font_l_en.gif';

if (cssType=="STANDARD") {
		nm1 = '../../../common/images/font_s_en_on.gif';
		nm2 = '../../../common/images/font_l_en.gif';
	}
else if (cssType=="BIG") {
		nm1 = '../../../common/images/font_s_en.gif';
		nm2 = '../../../common/images/font_l_en_on.gif';
	}

var MSG = '';
	MSG += '<table width="95" border="0" cellspacing="0" cellpadding="0">';
	MSG += '<tr>';
	MSG += '<td width="15"><a href="javascript:set_cssType(\'STANDARD\');"><img src="'+nm1+'" alt="Character size is made small" width="15" height="14" border="0" name="STDI"></a></td>';	MSG += '<td nowrap class="s3" align="center">Font size</td>';
	MSG += '<td width="14"><a href="javascript:set_cssType(\'BIG\');"><img src="'+nm2+'" alt="Character size is enlarged" width="14" height="14" border="0" name="BIGI"></a></td>';
	MSG += '</tr>';
	MSG += '</table>';
	
	document.write(MSG);
