//本文件由《期刊文本整理器》V0.1 自动生成
//作者：绝情谷  E-MAIL：07550@163.com 
//文件生成时间：2009年0月8日　22:49:39

//字号大小变换函数
function doZoom(size)
{
  document.getElementById("zoom").style.fontSize=size+"px";
}

//浏览PDF文件函数
function disp_pdf(filename){
  var filePath = "", lj = "cqgx_pdf_files", MyAddress = "", arrAddr = "", htmlUrl = "", arrUrl = "";
  MyAddress = self.location.href;
  if ((MyAddress.indexOf("mk:") != -1) && (MyAddress.indexOf("::") != -1)){
    arrAddr = MyAddress.split("::");
    htmlUrl = arrAddr[0].substring(14);
    arrUrl = htmlUrl.split("\\");
    for (var i = 0; i < arrUrl.length-1; i++){ filePath = filePath + arrUrl[i] + "\\"; }
    filePath = filePath + lj + "\\" + filename;
  }
  else{
  	htmlUrl = MyAddress.substring(8);
    arrUrl = htmlUrl.split("\/");
    for (var i = 0; i < arrUrl.length-2; i++){ filePath = filePath + arrUrl[i] + "\\"; }
    filePath = filePath + lj + "\\" + filename;
  }
  filePath = filePath.replace(/(%20)/g," ");
  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/
