﻿// JScript 文件
 function I$(id) {return document.getElementById(id);};            
 function N$(name) {return document.getElementsByName(name);};            
 function T$(tagname) {return document.getElementsByTagName(tagname);};            

function load(p)
{
    if(p)
       I$("load").innerHTML='<div style="vertical-align: middle;font-size: 11pt;position: absolute;  top: 0px; left: 0px; height: 100%; width: 100%; background-color:WhiteSmoke;filter:Alpha(opacity=40);"><img src="../App_Themes/other/loading.gif" style="width: 27px; height: 25px" align="right"/></div>';
    else
        I$("load").innerHTML='';
}
	//document.oncontextmenu=new Function("return false");
	//document.ondragstart=new Function("return false");
	//document.onselectstart=new Function("return false");

