﻿
// * Power By ww.772.cn * //
// * Comm UserInterface *//
// * Code Begin here *//
document.writeln("<table cellspacing=\"0\" cellpadding=\"0\" width=\"1008\" align=\"center\" border=\"0\">");
document.writeln("            <tbody>");
document.writeln("                <tr>");
document.writeln("                    <td background=\"/images/bg_5.jpg\" height=\"8\"></td>");
document.writeln("                </tr>");
document.writeln("                <tr>");
document.writeln("                    <td align=\"center\" background=\"/images/bottom_bg.gif\" height=\"100\">");
document.writeln("                    <p>江西省宜春市环保局版权所有 CopyRight &copy; 2008　<br />");
document.writeln("                    技术支持: 宜春市信息化工作办公室<br />");
document.writeln("                    地址:江西省宜春市宜阳大道36号 <br />");
document.writeln("电话:0795-3998865   传真:0795-3998865</p></td>");
document.writeln("                </tr>");
document.writeln("            </tbody>");
document.writeln("</table>");
//公共调用JS//
//2006-11-08 By卢鲁平//
function fontZoom(size) {
	var el = document.getElementById('_NewsContent');
	el.style.fontSize = size+'px';
	for (i=0; i<el.childNodes.length; i++)
	{
		el.childNodes[i].style.fontSize = size+'px';
	}
}
//AI STAT//
//2008-07-08 By卢鲁平//
function AIStat(){
	var oRank=$("Rank");
	if(oRank){
		var ajaxStat=new AJAXRequest();
		ajaxStat.get("/AsynStat.asp?SID=" + oRank.sid + "&CID=" + oRank.cid + "&NID=" + oRank.nid + "&dtc=" + new Date().getTime(),
			function(obj) {
				var Content=obj.responseText;
				try{
					oRank.innerText=Content;
				}
				catch(e){oRank.innerText="Error:" + e.description + ".";}
			}
		);
	}
}
AIStat();
function viewState(){
	var o=event.srcElement;
	if(o.id){
	o.innerText="Loading...";
	var oScript=document.getElementById("stateScript");
	if(!oScript){
	oScript=document.createElement("<script defer=\"defer\" id=\"stateScript\"></script>");
	document.appendChild(oScript);
	}
	oScript.src="/AsynViewState.asp?vType=" + o.id + "&ID=" + sFile;
	o.detachEvent("onclick",viewState);
	o.className="";
	}
}
// * Code End here *//
