function BBSxpTop(){
document.write("<body topmargin=0><iframe frameborder=0 height=0 width=0 name=hiddenframe></iframe><center>")
}

function BBSxpBottom(){
document.write("</center></body>")
}


//更改字体大小
var status0='';
var curfontsize=12;
var curlineheight=15;
function fontZoomA(){
  if(curfontsize>8){
    document.getElementById('news_content').style.fontSize=(--curfontsize)+'pt';
	document.getElementById('news_content').style.lineHeight=(--curlineheight)+'pt';
  }
}
function fontZoomB(){
  if(curfontsize<64){
    document.getElementById('news_content').style.fontSize=(++curfontsize)+'pt';
	document.getElementById('news_content').style.lineHeight=(++curlineheight)+'pt';
  }
}