function showDoneState(n,v){
	var info
    //info = '<table width="100%" height="50" border="0" cellpadding="0" cellspacing="0">';
    //info = info + '<tr>';
    //info = info + '<td align="center">&nbsp;'+v+'</td>';
    //info = info + '</tr>';
    //info = info + '</table>';
	//n = "1";
	info = '<table width="100%"  border="0" cellspacing="0" cellpadding="0" height="50" bgcolor="#ffffff">';
    info = info + '<tr>';
    info = info + '<td height="25"><table width="100%" height="25" border="0" cellpadding="0" cellspacing="0" class="StateBG">';
    info = info + '<tr><td align="left">&nbsp;&nbsp;<STRONG><font color="#ffffff">系统提示信息</font></STRONG></td>';
    info = info + '<td align="right"><img src="/images/Close.gif" alt="close" onclick="hiddenState()"></td>';
    info = info + '</tr>';
    info = info + '</table></td></tr><td><table width="90%"  border="0" align="center" cellpadding="4" cellspacing="0"><tr><td height="10" colspan="2"></td></tr><tr>';
    info = info + '<td width="20%"><img src="/images/'+n+'.gif"></td>';
    info = info + '<td width="60%">&nbsp;'+v+'</td>';
    info = info + '</tr><tr><td colspan="2" height="10"></td></tr><tr>';
    info = info + '<td align="center" colspan="2">';
	info = info+'<span onclick="hiddenState()" style="cursor:hand">关闭窗口</span></td>';
    info = info + '</tr></table></td></tr><tr><td></td></tr><tr><td align="center"></td></tr></table>';
	
	var state = document.getElementById("state");
	state.style.left =(document.body.offsetWidth/2)-state.offsetWidth/2 +"px";
	state.style.top = document.body.scrollTop+(document.body.offsetHeight/2)-state.offsetHeight/2 +"px";
	document.getElementById('state').style.display="";
	NGShieldDIV();
	//state.innerHTML = "Succeed";
	document.getElementById('state').innerHTML=info;
	window.setTimeout('hiddenState()',3000);
	return false;
}
function showListState(n,v){
	var info
	info = '<table width="100%"  border="0" cellspacing="0" cellpadding="0" height="50" bgcolor="#ffffff">';
    info = info + '<tr>';
    info = info + '<td height="25"><table width="100%" height="25" border="0" cellpadding="0" cellspacing="0" class="StateBG">';
    info = info + '<tr><td align="left">&nbsp;&nbsp;<STRONG><font color="#ffffff">系统提示信息</font></STRONG></td>';
    info = info + '<td align="right"><img src="/images/Close.gif" alt="close" onclick="hiddenState()"></td>';
    info = info + '</tr>';
    info = info + '</table></td></tr><td><table width="90%"  border="0" align="center" cellpadding="4" cellspacing="0"><tr><td height="10" colspan="2"></td></tr><tr>';
    info = info + '<td width="20%"><img src="/images/'+n+'.gif"></td>';
    info = info + '<td width="70%">&nbsp;'+v+'</td>';
    info = info + '</tr><tr><td colspan="2" height="10"></td></tr><tr>';
    info = info + '<td align="center" colspan="2">';
	info = info+'<input class="ok" onclick="hiddenState()" style="cursor:hand" type="button" value="关闭窗口" act="void 0"></td>';
    info = info + '</tr></table></td></tr><tr><td></td></tr><tr><td align="center"></td></tr></table>';
	
	var state = document.getElementById("state");
	state.style.left =(document.body.offsetWidth/2)-state.offsetWidth/2 +"px";
	state.style.top = document.body.scrollTop+(document.body.offsetHeight/2)-state.offsetHeight/2 +"px";
	document.getElementById('state').style.display="";
	NGShieldDIV();
	document.getElementById('state').innerHTML=info;
	return false;
}
function showErrState(url,v){
	var info
	var stringArray = v.split("|");
	//alert(n);
	info = '<table width="100%"  border="0" cellspacing="0" cellpadding="0" height="50" bgcolor="#ffffff">';
    info = info + '<tr>';
    info = info + '<td height="25"><table width="100%" height="25" border="0" cellpadding="0" cellspacing="0" class="StateBG">';
    info = info + '<tr><td align="left">&nbsp;&nbsp;<STRONG><font color="#ffffff">系统提示信息</font></STRONG></td>';
    info = info + '<td align="right"><img src="/images/Close.gif" alt="close" onclick=jump("'+url+'")></td>';
    info = info + '</tr>';
    info = info + '</table></td></tr><td><table width="100%" border="0" align="center" cellpadding="4" cellspacing="0"><tr><td height="15" colspan="2"></td></tr><tr>';
    info = info + '<td width="30%" align="center"><img src="/images/'+stringArray[0]+'.gif"></td>';
    info = info + '<td width="70%">&nbsp;'+stringArray[1]+'</td>';
    info = info + '</tr><tr><td colspan="2" height="10"></td></tr><tr>';
    info = info + '<td align="center" colspan="2">';
	info = info + '<input class="ok" onclick=jump("'+url+'") style="cursor:hand" type="button" value="确认" act="void 0"></td>';
    info = info + '</tr></table></td></tr><tr><td></td></tr><tr><td align="center"></td></tr></table>';

	var state = document.getElementById("state");
	state.style.left =(document.body.offsetWidth/2)-state.offsetWidth/2 +"px";
	state.style.top = document.body.scrollTop+(document.body.offsetHeight/2)-state.offsetHeight/2 +"px";
	document.getElementById('state').style.display="";
	NGShieldDIV();
	document.getElementById('state').innerHTML=info;
	return false;
}
function showErrBackState(v){
	var info
	var stringArray = v.split("|");
	info = '<table width="100%"  border="0" cellspacing="0" cellpadding="0" height="50" bgcolor="#ffffff">';
    info = info + '<tr>';
    info = info + '<td height="25"><table width="100%" height="25" border="0" cellpadding="0" cellspacing="0" class="StateBG">';
    info = info + '<tr><td align="left">&nbsp;&nbsp;<STRONG><font color="#ffffff">系统提示信息</font></STRONG></td>';
    info = info + '<td align="right"><img src="/images/Close.gif" alt="close" onclick="history.go(-1);"></td>';
    info = info + '</tr>';
    info = info + '</table></td></tr><td><table width="100%" border="0" align="center" cellpadding="4" cellspacing="0"><tr><td height="15" colspan="2"></td></tr><tr>';
    info = info + '<td width="30%" align="center"><img src="/images/'+stringArray[0]+'.gif"></td>';
    info = info + '<td width="70%">&nbsp;'+stringArray[1]+'</td>';
    info = info + '</tr><tr><td colspan="2" height="10"></td></tr><tr>';
    info = info + '<td align="center" colspan="2">';
	info = info + '<input class="ok" onclick="history.go(-1);" style="cursor:hand" type="button" value="确认" act="void 0"></td>';
    info = info + '</tr></table></td></tr><tr><td></td></tr><tr><td align="center"></td></tr></table>';
	var state = document.getElementById("state");
	state.style.left =(document.body.offsetWidth/2)-state.offsetWidth/2 +"px";
	state.style.top = document.body.scrollTop+(document.body.offsetHeight/2)-state.offsetHeight/2 +"px";
	document.getElementById('state').style.display="";
	NGShieldDIV();
	document.getElementById('state').innerHTML=info;
	return false;
}
//跳转
function jump( url) {
	document.getElementById('state').style.display="none";
	OpenDIV();
	location=url;
}

function hiddenState(){
	document.getElementById('state').style.display="none";
	OpenDIV();
}
//屏蔽操作
function NGShieldDIV() {
//    alert(document.body.clientHeight+"~"+document.body.offsetHeight);
	if(document.body.clientHeight>screen.height-120){
		Layer1height=document.body.clientHeight;
		Layer1width=document.body.offsetWidth;
	}
	else{
		Layer1height=screen.height;
		Layer1width=document.body.offsetWidth;
	}
var str="<div class='ShieldWinDIV' style=\'width:"+Layer1width+"px;height:"+Layer1height+"px;\' oncontextmenu='event.returnValue=false'></div>";
	document.getElementById('ShieldWinDIV').innerHTML=str;	
	document.getElementById('ShieldWinDIV').style.display="";
}
//放开操作
function OpenDIV() {
	document.getElementById('ShieldWinDIV').innerHTML="";	
}

//弹出窗口
function openWin(url,w,h,n,m)
{   var a=n
   // if(navigator.appName == "Microsoft Internet Explorer") { 
    //    if(navigator.appVersion.match(/7./i)=='7.') { 
	//	  if (m==1){
	//		  window.showModalDialog(url,a,'dialogwidth='+w+'px;dialogheight='+h+'px;resizable=yes;')
	//		  }
	//	  else{
	//		  window.showModalDialog(url,a,'dialogwidth='+w+'px;dialogheight='+h+'px;scroll=no;status=no;') 
	//		  }
     //   }
     //  else{
		  if (m==1){
			  window.open(url,a, "height="+h+"px, width="+w+"px,scrollbars=yes,top=100,left=100,menubar=yes,toolbar=yes,resizable=yes,location=yes,status=yes");
			  }
		  else{
			  window.open(url,a, "height="+h+"px, width="+w+"px,scrollbars=no,top=100,left=100,menubar=no,toolbar=no,resizable=no,location=no,status=no"); 
			  }
	//	}
	//}
    //else{
	//	  if (m==1){
	//		  window.open(url,a, "height="+h+"px, width="+w+"px,scrollbars=yes,top=100,left=100,menubar=yes,toolbar=yes,resizable=yes,location=yes,status=yes");
	//		  }
	//	  else{
	//		  window.open(url,a, "height="+h+"px, width="+w+"px,scrollbars=no,top=100,left=100,menubar=no,toolbar=no,resizable=no,location=no,status=no"); 
	//		  }
    //}
}


/**//*  
*    消息构造  
*/  
function CLASS_MSN_MESSAGE(id,width,height,caption,title,message,target,action){  
    this.id    = id;  
    this.title  = title;  
    this.caption= caption;  
    this.message= message;  
    this.target = target;  
    this.action = action;  
    this.width    = width?width:200;  
    this.height = height?height:120;  
    this.timeout= 150;  
    this.speed    = 20; 
    this.step    = 1; 
    this.right    = screen.width -1;  
    this.bottom = screen.height; 
    this.left    = this.right - this.width; 
    this.top    = this.bottom - this.height; 
    this.timer    = 0; 
    this.pause    = false;
    this.close    = false;
    this.autoHide    = true;
}  
  
/**//*  
*    隐藏消息方法  
*/  
CLASS_MSN_MESSAGE.prototype.hide = function(){  
    if(this.onunload()){  

        var offset  = this.height>this.bottom-this.top?this.height:this.bottom-this.top; 
        var me  = this;  

        if(this.timer>0){  
            window.clearInterval(me.timer);  
        }  

        var fun = function(){  
            if(me.pause==false||me.close){
                var x  = me.left; 
                var y  = 0; 
                var width = me.width; 
                var height = 0; 
                if(me.offset>0){ 
                    height = me.offset; 
                } 
    
                y  = me.bottom - height; 
    
                if(y>=me.bottom){ 
                    window.clearInterval(me.timer);  
                    me.Pop.hide();  
                } else { 
                    me.offset = me.offset - me.step;  
                } 
                me.Pop.show(x,y,width,height);    
            }            
        }  

        this.timer = window.setInterval(fun,this.speed)      
    }  
}  
  
/**//*  
*    消息卸载事件，可以重写  
*/  
CLASS_MSN_MESSAGE.prototype.onunload = function() {  
    return true;  
}  
/**//*  
*    消息命令事件，要实现自己的连接，请重写它  
*  
*/  
CLASS_MSN_MESSAGE.prototype.oncommand = function(){  
    //this.close = true;
    this.hide();
	if (this.action==1){
		openWin(this.target,'','','','1')
		}
	else if(this.action==2){
		openWin(this.target,778,568,'sms','2')
		}
	else{
		openWin(this.target,'','','','1')
		}
	//window.open(this.target);
   // window.location.href=this.target;
  
} 
/**//*  
*    消息显示方法  
*/  
CLASS_MSN_MESSAGE.prototype.show = function(){  

    var oPopup = window.createPopup(); //IE5.5+  
    
    this.Pop = oPopup;  
  
    var w = this.width;  
    var h = this.height;  
  
    var str = "<DIV style='BORDER-RIGHT: #455690 1px solid; BORDER-TOP: #71087f 1px solid; Z-INDEX: 99999; LEFT: 0px; BORDER-LEFT: #560461 1px solid; WIDTH: " + w + "px; BORDER-BOTTOM: #455690 1px solid; POSITION: absolute; TOP: 0px; HEIGHT: " + h + "px; BACKGROUND-COLOR: #71087f'>"  
        str += "<TABLE style='BORDER-TOP: #71087f 1px solid; BORDER-LEFT: #71087f 1px solid' cellSpacing=0 cellPadding=0 width='100%' bgColor=#cfdef4 border=0>"  
        str += "<TR>"  
        str += "<TD style='FONT-SIZE: 12px;COLOR: #0f2c8c' width=30 height=24></TD>"  
        str += "<TD width='100%' vAlign=center bgcolor='#71087f' style='PADDING-LEFT: 4px; FONT-WEIGHT: normal; FONT-SIZE: 12px;  font-weight:bold; COLOR: #ffffff; PADDING-TOP: 4px'>" + this.caption + "</TD>"  
        str += "<TD width=19 align=right vAlign=center bgcolor='#71087f' style='PADDING-RIGHT: 2px; PADDING-TOP: 2px'>"  
        str += "<SPAN title=关闭 style='FONT-WEIGHT: bold; FONT-SIZE: 12px; CURSOR: hand; COLOR: #ffffff; MARGIN-RIGHT: 4px' id='btSysClose' >×</SPAN></TD>"  
        str += "</TR>"  
        str += "<TR>"  
        str += "<TD height=" + (h-28) + " colSpan=3 bgcolor='#ffffff'>"  
        str += "<DIV style='BORDER-RIGHT: #71087f 1px solid; PADDING-RIGHT: 8px; BORDER-TOP: #71087f 1px solid; PADDING-LEFT: 8px; FONT-SIZE: 12px; PADDING-BOTTOM: 8px; BORDER-LEFT: #ffffff 1px solid; WIDTH: 100%; COLOR: #333333; PADDING-TOP: 8px; BORDER-BOTTOM: #71087f 1px solid; HEIGHT: 100%'>" + this.title + "<BR><br>"  
        str += "<DIV style='WORD-BREAK: break-all' align=left><A href='javascript:void(0)' hidefocus=false id='btCommand'><FONT color=#333333>" + this.message + "</FONT></A></DIV>"  
        str += "</DIV>"  
        str += "</TD>"  
        str += "</TR>"  
        str += "</TABLE>"  
        str += "</DIV>"  
  
    oPopup.document.body.innerHTML = str; 
    
  
    this.offset  = 0; 
    var me  = this;  

    oPopup.document.body.onmouseover = function(){me.pause=true;}
    oPopup.document.body.onmouseout = function(){me.pause=false;}

    var fun = function(){  
        var x  = me.left; 
        var y  = 0; 
        var width    = me.width; 
        var height    = me.height; 

            if(me.offset>me.height){ 
                height = me.height; 
            } else { 
                height = me.offset; 
            } 

        y  = me.bottom - me.offset; 
        if(y<=me.top){ 
            me.timeout--; 
            if(me.timeout==0){ 
                window.clearInterval(me.timer);  
                if(me.autoHide){
                    me.hide(); 
                }
            } 
        } else { 
            me.offset = me.offset + me.step; 
        } 
        me.Pop.show(x,y,width,height);    

    }  
  
    this.timer = window.setInterval(fun,this.speed)      
  
    
  
    var btClose = oPopup.document.getElementById("btSysClose");  
  
    btClose.onclick = function(){  
        me.close = true;
        me.hide();  
    }  
  
    var btCommand = oPopup.document.getElementById("btCommand");  
    btCommand.onclick = function(){  
        me.oncommand();  
    }     
}  
/**//* 
** 设置速度方法 
**/ 
CLASS_MSN_MESSAGE.prototype.speed = function(s){ 
    var t = 20; 
    try { 
        t = praseInt(s); 
    } catch(e){} 
    this.speed = t; 
} 
/**//* 
** 设置步长方法 
**/ 
CLASS_MSN_MESSAGE.prototype.step = function(s){ 
    var t = 1; 
    try { 
        t = praseInt(s); 
    } catch(e){} 
    this.step = t; 
} 
  
CLASS_MSN_MESSAGE.prototype.rect = function(left,right,top,bottom){ 
    try { 
        this.left        = left    !=null?left:this.right-this.width; 
        this.right        = right    !=null?right:this.left +this.width; 
        this.bottom        = bottom!=null?(bottom>screen.height?screen.height:bottom):screen.height; 
        this.top        = top    !=null?top:this.bottom - this.height; 
    } catch(e){} 
} 
