function cart(id) {
	//放入购物车
	//if(typeof(id)=="undefined" || typeof(type)=="undefined") {
		//window.open("http://www.bjqgw.com.cn/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.bjqgw.com.cn/cart.asp?id="+id,"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.bjqgw.com.cn/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 checkuu() {
	//加盟商登录
	if(loginfo.username.value=='' || loginfo.userpassword.value=='') {
		alert('用户名或密码不能为空！');
		return false;
	}
}

function click() {
	//隐藏处理
	return false;
}

window.status = '北京移动商学院‖培训教材批发价零售  - 销售热线：010-64655197, 13552295744';
//document.oncontextmenu = click;
//document.ondragstart = click;
//document.onselectstart = click;
//document.onselect = document.selection.empty();
//document.oncopy = document.selection.empty();
//document.onbeforecopy = click;