function _MouseOver(thisobj,ColorOver)
	{
	if (!thisobj.contains(event.fromElement))
		{
		
		thisobj.borderColorLight='#000000';
		thisobj.borderColorDark='#000000';
		thisobj.bgColor = ColorOver;
		}
	}
function _MouseOut(thisobj,ColorOut)
	{
	if (!thisobj.contains(event.toElement))
		{
		thisobj.borderColorLight=ColorOut;
		thisobj.borderColorDark=ColorOut;
		thisobj.bgColor = '';
		}
	}
function nocopy() 
{
	if ( confirm( "如果您是为了保留此文以备日后的个人学习和交流，那么请点击确定按钮。\n\n否则请阅读以下内容：\n1.教之初严重反对任何形式的抄袭与剽窃。\n2.严禁摘录教之初站点作者名标注为“请作者速速联系”、未署名、佚名等类似的文章。摘录其它文章必须征求作者与教之初网站的同意，并且保证不对文章内容和作者进行任何修改，同时保证及时更新任何摘录文章的内容与作者信息。否则您会被追究预先通知或不通知的法律责任。教之初保证所有正在访问文章的更新内容都是目前我们掌握没有争议和纠纷的。如有任何疑问请您致电:0418-6823603\n\n如果不理解以上内容请点击取消按钮！") ){
		window.open('http://www.onlinedown.net/soft/24315.htm','', 'height=400,width=640,left=200,top=0,resizable=yes,scrollbars=yes,status=no,toolbar=no,menubar=no,location=no'); 
		//window.open('http://www.ksxt.net', 'newwindow', 'height=300, width=400, toolbar=no, menubar=no, scrollbars=auto, resizable=no, location=no, status=no')
		//event.returnValue=false; 
	}else{
		event.returnValue=false; 
	}
} 
function _MouseOver_Submain(thisobj,ColorOver)
	{
	if (!thisobj.contains(event.fromElement))
		{
		thisobj.bgColor = ColorOver;
		}
	}
function _MouseOut_Submain(thisobj,ColorOut)
	{
	if (!thisobj.contains(event.toElement))
		{
		thisobj.bgColor = ColorOut;
		}
	}
//=====================================
document.write("<div id=tip style='position:absolute; width:100px;  z-index:1;  background-color: #7D84B9; border: 1px solid gray; overflow: visible;visibility: hidden;font-size:12px;padding:12px;color:#ffffff'></div>")
function showtitle(w){
	if (w=="")return;
	var x=event.x;
	var y=event.y;
	tip.innerHTML=w + "<br>";
	tip.style.visibility="visible";
	tip.style.left=x+10;
	tip.style.pixelTop=y+document.body.scrollTop+10;

}
function hidetitle(){
	tip.style.innerHTML=""
	tip.style.visibility="hidden";
}