// 工具库

function initConsult(codes, id) {
	arr = codes.split("|");
	for(i = 0; i < arr.length; i++) {
		c = arr[i].split("-");
		h = "<span><a target=_blank href=http://wpa.qq.com/msgrd?v=3&uin=" + c[1] + "&site=通洋洗涤机械&menu=yes><img border=0 src=http://wpa.qq.com/pa?p=2:" + c[1] + ":45 alt=点击这里给我发消息 align=absmiddle /> " + c[0] + "</a></span>";
		$("#" + id).append(h);
	}
}

var mymovey = new Number();
function heartBeat() {
	mymovey += Math.floor((jQuery(document).scrollTop() - jQuery("#support").offset().top + 100) * 0.1);
	jQuery("#support").css({top: mymovey + "px"});
}

function clsspt(){
	document.getElementById('support').style.display = "none";
}
