﻿
// * Power By ww.772.cn * //
// * Comm UserInterface *//
// * Code Begin here *//
document.writeln("<table cellspacing=\"0\" cellpadding=\"0\" width=\"1001\" align=\"center\" bgcolor=\"#ffffff\" border=\"0\">");
document.writeln("            <tbody>");
document.writeln("                <tr>");
document.writeln("                    <td width=\"1001\" background=\"/images/bot.jpg\" height=\"20\">&nbsp;</td>");
document.writeln("                </tr>");
document.writeln("                <tr>");
document.writeln("                    <td align=\"center\" background=\"/images/bot2.jpg\" height=\"97\">主办单位：宜春市安全生产监督管理局  　赣ICP备05005825号-1<br />");
document.writeln("                    地址：宜春市宜阳北路321号  　联系电话：3590911 　邮编：336000  <br />");
document.writeln("                    　技术支持：宜春市政务信息化工作办公室</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 *//

