function high(which2,id) {
	theobject = which2;
	theobject.filters.alpha.opacity = 0;
	highlighting = setInterval("highlightit(theobject)",50);
	theobject.src = "/images/menu_0"+id+".gif";
}

function low(which2,id) {
	clearInterval(highlighting);
	which2.filters.alpha.opacity = 100;
	which2.src = "/images/menubg_0"+id+".gif";
}

function highlightit(cur2) {
	if(cur2.filters.alpha.opacity < 100)
		cur2.filters.alpha.opacity += 15;
	else if(window.highting)
		clearInterval(highlighting);
}

function cart(id,type) {
	//放入购物车
	if(typeof(id)=="undefined" || typeof(type)=="undefined") {
		window.open("http://www.zzyy.org/cart.asp","cart","toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=yes,resizable=yes,left=120,top=100,width=740,height=500");
	}
	else {
		window.open("http://www.zzyy.org/cart.asp?id="+id+"&type="+type,"cart","toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=yes,resizable=yes,left=120,top=100,width=740,height=500");
	}
}

function order() {
	//订单查询
	window.open("http://www.zzyy.org/order.asp","order","toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=yes,resizable=yes,left=280,top=220,width=400,height=200");
}

function chksech() {
	//教材搜索
	if(serchv.wd.value=='' || serchv.wd.value==' 查询讲师或教材名称关键词') {
		serchv.wd.focus();
		return false;
	}
}

function click() {
	//隐藏处理
	return false;
}

window.status = '企业培训整体解决方案‖ 卓越管理网 - 销售热线：0431-88815210, 86280366';
document.oncontextmenu = click;
document.ondragstart = click;
document.onselectstart = click;
document.onselect = document.selection.empty();
document.oncopy = document.selection.empty();
document.onbeforecopy = click;
document.writeln("<style type=\"text\/css\">");
document.writeln("#menu_2 img {");
document.writeln("filter: alpha(opacity=100)");
document.writeln("}");
document.writeln("<\/style>");


