document.write("<meta http-equiv='Content-Type' content='text/html; charset=gb2312'>");
document.write("<META name='GENERATOR' content='Microsoft FrontPage 4.0'>");
document.write("<META name='ProgId' content='FrontPage.Editor.Document'>");
document.write("<link href='/0js/style.css' rel='stylesheet' type='text/css'>");
if (top.location != self.location){top.location=self.location;} 
function killErrors() {
return true;
}
window.onerror = killErrors;

function resizepic(thispic)
{
if(thispic.width>700) thispic.width=700;
}
//无级缩放图片大小
function bbimg(o)
{
  var zoom=parseInt(o.style.zoom, 10)||100;
  zoom+=event.wheelDelta/12;
  if (zoom>0) o.style.zoom=zoom+'%';
  return false;
}
//双击鼠标滚动屏幕的代码


//更改字体大小
var status0='';
var curfontsize=10;
var curlineheight=18;
function fontZoomA(){
  if(curfontsize>8){
    document.getElementById('fontzoom').style.fontSize=(--curfontsize)+'pt';
	document.getElementById('fontzoom').style.lineHeight=(--curlineheight)+'pt';
  }
}
function fontZoomB(){
  if(curfontsize<64){
    document.getElementById('fontzoom').style.fontSize=(++curfontsize)+'pt';
	document.getElementById('fontzoom').style.lineHeight=(++curlineheight)+'pt';
  }
}
