<!--
function MM_openBrWindow(theURL,winName,features) { //v2.0
  window.open(theURL,winName,features);
}
//-->
<!--
function MM_goToURL() { //v3.0
  var i, args=MM_goToURL.arguments; document.MM_returnValue = false;
  for (i=0; i<(args.length-1); i+=2) eval(args[i]+".location='"+args[i+1]+"'");
}
//-->

<!--
function MM_popupMsg(msg) { //v1.0
  alert(msg);
}
//-->

<!--
function MM_callJS(jsStr) { //v2.0
  return eval(jsStr)
}
//-->

/*  改變新聞字體大小
--------------------------------------------------------------------------------------- */
function biggerfont() {
  document.getElementById('news_content').style.fontSize="19px";
  document.getElementById('news_content').style.lineHeight="38px";
}

function mediumfont() {
  document.getElementById('news_content').style.fontSize="15px";
  document.getElementById('news_content').style.lineHeight="30px";
}

function smallfont() {
  document.getElementById('news_content').style.fontSize="12px";
  document.getElementById('news_content').style.lineHeight="24px";
}


