var moji1 = "('Small')";
var moji2 = "('Default')";
var moji3 = "('Large')";

function printResize(){
	document.write('<dl><dt>文字サイズを変更</dt>');
	document.write('<dd><a href="#" onClick="setActiveStyleSheet',moji1,';return false;"><img src="/mofaj/image/f_small.gif" alt="小さく" name="f_small"></a></dd>');
	document.write('<dd><a href="#" onClick="setActiveStyleSheet',moji2,';return false"><img src="/mofaj/image/f_normal.gif" alt="普通" name="f_default"></a></dd>');
	document.write('<dd><a href="#" onClick="setActiveStyleSheet',moji3,';return false;"><img src="/mofaj/image/f_large.gif" alt="大きく" name="f_large"></a></dd>');
	document.write('</dl>');
}


