function printResizeButton(){
	if( (brw_v != "4" || brw_n != "N") && brw_n != "O" ) {
	document.write("<B style='background-color:#FFCC00'><font class='SS'>　　　　文字サイズ　　　</font></B>");
	document.write("<A HREF='javascript:void(0);' ONCLICK=fontSizeChange(+1)><B style='background-color:#FFFF99'><font class='ss'>　大きく　</font></B></A>");
	document.write("<A HREF='javascript:void(0);' ONCLICK=fontSizeChange(-1)><B style='background-color:#FFFF99'><font class='ss'>　小さく　</font></B></A>");
	document.write("<font class='SS'>&nbsp;</font>");
	} else {
	document.write("");
	}
}

function onMenu(element,bgColor){
	if (!bgColor) bgColor="#ffbbbb";
	element.style.backgroundColor= bgColor;
}

function offMenu(element,bgColor){
	if (!bgColor) bgColor="#ffffff";
	element.style.backgroundColor= bgColor;
}