//本文件由《期刊文本整理器》V0.1 自动生成
//作者：绝情谷  E-MAIL：07550@163.com   QQ：40610215
//文件生成时间：2008年11月25日　9:40:32

function doZoom(size)
{
  document.getElementById("zoom").style.fontSize=size+"px";
}

function disp_pdf(filename){
  var filePath="";
  var L_Address = self.location.href;
  var arrAddr = L_Address.split("::");
  var htmlUrl = arrAddr[0].substring(14);
  var arrUrl=htmlUrl.split("\\");
  for (var i=0; i<arrUrl.length-1; i++){ filePath = filePath + arrUrl[i] + "\\"; }
  filePath = filePath.replace(/(%20)/g," ");
  filePath = filePath + "pdf_files\\" + filename;
  window.open(filePath);
}
This file is decompiled by an unregistered version of ChmDecompiler.Regsitered version does not show this message.You can buy ChmDecompiler at:     http://www.etextwizard.com/
