document.write("<div style=\"top: 160px; right: 0px; position: absolute; z-index: 1000; display: block;\" id=\"Kefu_Right\">");
document.write("<table cellspacing=\"1\" cellpadding=\"1\" border=\"0\">");
document.write("<tbody>");
document.write("<tr>");
document.write("<td width=\"12\" valign=\"top\" align=\"middle\" rowspan=\"100\"><img height=\"139\" width=\"88\" onmouseover=\"move('nosee')\" src=\"/QQ/images/left_pic.jpg\"></td>");
document.write("<td valign=\"top\" background=\"/QQ/images/right_pic.jpg\" style=\"display: block; width:153px;height:241px;\" id=\"nosee\">");
document.write("<div align=\"center\">");
document.write("<table width=\"90%\" cellspacing=\"0\" cellpadding=\"0\" border=\"0\"><tbody><tr>");
document.write("<td style=\"padding-left:5px;line-height:18px;text-align:left;padding-top:20px;\">");
if (online[0]==0)
	document.write("<img border=\"0\" align=\"absmiddle\" alt=\"QQ留言\" src=\"/QQ/images/QQ_leave.jpg\">&nbsp;<a href=\"http://wpa.qq.com/msgrd?v=3&amp;uin="+qq1+"&amp;Site=宝兴不锈钢&amp;Menu=yes\" target=\"blank\"><font style=\"color: rgb(107, 107, 107);font-size:14px; text-decoration: none;font-weight:bold;\">宝兴"+name1+"</font></a>");
else
    document.write("<img border=\"0\" align=\"absmiddle\" alt=\"QQ留言\" src=\"/QQ/images/QQ_oline.jpg\">&nbsp;<a href=\"http://wpa.qq.com/msgrd?v=3&amp;uin="+qq1+"&amp;Site=宝兴不锈钢&amp;Menu=yes\" target=\"blank\"><font style=\"color: rgb(107, 107, 107);font-size:14px; text-decoration: none;font-weight:bold;\">宝兴"+name1+"</font></a>");
document.write("</td></tr>");
document.write("<td style=\"padding-left:5px;line-height:18px;text-align:left;padding-top:20px;\">");
if (online[1]==0)
	document.write("<img border=\"0\" align=\"absmiddle\" alt=\"QQ留言\" src=\"/QQ/images/QQ_leave.jpg\">&nbsp;<a href=\"http://wpa.qq.com/msgrd?v=3&amp;uin="+qq2+"&amp;Site=宝兴不锈钢&amp;Menu=yes\" target=\"blank\"><font style=\"color: rgb(107, 107, 107);font-size:14px; text-decoration: none;font-weight:bold;\">宝兴"+name2+"</font></a>");
else
    document.write("<img border=\"0\" align=\"absmiddle\" alt=\"QQ留言\" src=\"/QQ/images/QQ_oline.jpg\">&nbsp;<a href=\"http://wpa.qq.com/msgrd?v=3&amp;uin="+qq2+"&amp;Site=宝兴不锈钢&amp;Menu=yes\" target=\"blank\"><font style=\"color: rgb(107, 107, 107);font-size:14px; text-decoration: none;font-weight:bold;\">宝兴"+name2+"</font></a>");
document.write("</td></tr>");
document.write("<tr><td style=\"padding-left:5px;line-height:18px;text-align:left;padding-top:45px;\"><img border=\"0\" align=\"absmiddle\" alt=\"电话咨询\" src=\"/QQ/images/"+telqq+"\"></a></td></tr></tbody></table>");
document.write("<table width=\"100%\" cellspacing=\"0\" cellpadding=\"0\" border=\"0\"><tbody>");
document.write("<tr><td style=\"text-align:right;padding-right:10px;padding-top:20px;\"><a href=\"order.asp\" title=\"在线下单\"><img border=\"0\" align=\"absmiddle\" alt=\"在线下单\" src=\"/QQ/images/order.jpg\"></a></td></tr>");
document.write("</tbody></table></div></td></tr></tbody></table></div>");

function move(val){
	if(document.getElementById(val).style.display!="none"){
		document.getElementById(val).style.display="none";
	}else{
		document.getElementById(val).style.display="block";
	}
}
//滚动代码开始
function qqshow(){
	if (document.body.offsetWidth >900){
		document.getElementById("Kefu_Right").style.display = "block";
		document.getElementById("Kefu_Right").style.top= (document.documentElement.scrollTop+160) + "px";
	}else{
		document.getElementById("Kefu_Right").style.display="none";
	}
}
function showqq(){
	setTimeout(function(){
		qqshow();
	},10);
}
window.onscroll = showqq;
window.onresize = qqshow;
window.onload = qqshow;

function fullScreen(){
 this.moveTo(0,0);
 this.outerWidth = screen.availWidth;
 this.outerHeight = screen.availHeight;
}
window.maximize = fullScreen;
