﻿document.writeln("<style type=\"text\/css\">");
document.writeln(".qqbox a:link {");
document.writeln("	color: #000;");
document.writeln("	text-decoration: none;");
document.writeln("}");
document.writeln(".qqbox a:visited {");
document.writeln("	color: #000;");
document.writeln("	text-decoration: none;");
document.writeln("}");
document.writeln(".qqbox a:hover {");
document.writeln("	color: #f80000;");
document.writeln("	text-decoration: underline;");
document.writeln("}");
document.writeln(".qqbox a:active {");
document.writeln("	color: #f80000;");
document.writeln("	text-decoration: underline;");
document.writeln("}");
document.writeln("");
document.writeln(".qqbox{");
document.writeln("	width:182px;");
document.writeln("	height:auto;");
document.writeln("	overflow:hidden;");
document.writeln("	position:absolute;");
document.writeln("	right:0;");
document.writeln("	top:100px;");
document.writeln("	color:#000000;");
document.writeln("	font-size:12px;");
document.writeln("	letter-spacing:0px;");
document.writeln("}");
document.writeln(".qqlv{");
document.writeln("	width:25px;");
document.writeln("	height:256px;");
document.writeln("	overflow:hidden;");
document.writeln("	position:relative;");
document.writeln("	float:right;");
document.writeln("	z-index:50px;");
document.writeln("}");
document.writeln(".qqkf{");
document.writeln("	width:170px;");
document.writeln("	height:auto;");
document.writeln("	overflow:hidden;");
document.writeln("	right:0;");
document.writeln("	top:0;");
document.writeln("	z-index:99px;");
document.writeln("");
document.writeln("	background:#fff;");
document.writeln("	border:solid 1px #d5e1f2;");
document.writeln("}");
document.writeln(".qqkfbt{");
document.writeln("	width:168px;");
document.writeln("	height:40px;");
document.writeln("	overflow:hidden;");
document.writeln("	background:url(\/up_files\/hkf.gif) no-repeat left center;");
document.writeln("");
document.writeln("	line-height:40px;");
document.writeln("	font-weight:bold;");
document.writeln("	color:#fff;");
document.writeln("	position:relative;");
document.writeln("");
document.writeln("	cursor:pointer;");
document.writeln("	text-align:center;");
document.writeln("	");
document.writeln("}");
document.writeln(".qqkfhm{");
document.writeln("	width:162px;");
document.writeln("	height:30px;");
document.writeln("	overflow:hidden;");
document.writeln("	line-height:30px;");
document.writeln("	padding-right:8px;");
document.writeln("	position:relative;");
document.writeln("	margin:3px 0;");
document.writeln("}");
document.writeln(".bgdh{");
document.writeln("	width:152px;");
document.writeln("	padding-left:10px;");
document.writeln("}");
document.writeln("<\/style>");
document.writeln("<div class=\"qqbox\" id=\"divQQbox\">");
document.writeln("  <div class=\"qqlv\" id=\"meumid\" onmouseover=\"show()\"><img src=\"\/up_files\/qq.gif\"><\/div>");
document.writeln("  <div class=\"qqkf\" style=\"display:none;\" id=\"contentid\" onmouseout=\"hideMsgBox(event)\">");
document.writeln("    <div class=\"qqkfbt\" id=\"qq-1\"><\/div>");
document.writeln("    <div id=\"K1\">");
document.writeln("      <div class=\"qqkfhm bgdh\"> <a href=\"tencent:\/\/message\/?uin=534758065\" title=\"客服陈\"><img src=\"\/up_files\/qq1.gif\" border=\"0\"><\/a><br\/><\/div>");
document.writeln("      <div class=\"qqkfhm bgdh\"> <a href=\"#\"><img src=\"\/up_files\/qq2.gif\" border=\"0\"><\/a><\/div>");
document.writeln("      <div class=\"qqkfhm bgdh\"> <a href=\"mailto:eshop265@qq.com\"><img src=\"\/up_files\/qq3.gif\" border=\"0\"><\/a><br\/><\/div>");
document.writeln("      <div class=\"qqkfhm bgdh\"> <a href=\"#\"><img src=\"\/up_files\/qq4.gif\" border=\"0\"><\/a><\/div>");
document.writeln("    <\/div>");
document.writeln("  <\/div>");
document.writeln("<\/div>");
document.writeln("<script language=\"javascript\">");
document.writeln("");
document.writeln("var tips; ");
document.writeln("var theTop = 100;");
document.writeln("var old = theTop;");
document.writeln("function initFloatTips() ");
document.writeln("{ ");
document.writeln("	tips = document.getElementById(\'divQQbox\');");
document.writeln("	moveTips();");
document.writeln("}");
document.writeln("function moveTips()");
document.writeln("{");
document.writeln("	 	  var tt=50; ");
document.writeln("		  if (window.innerHeight) ");
document.writeln("		  {");
document.writeln("		pos = window.pageYOffset  ");
document.writeln("		  }else if (document.documentElement && document.documentElement.scrollTop) {");
document.writeln("		pos = document.documentElement.scrollTop  ");
document.writeln("		  }else if (document.body) {");
document.writeln("		    pos = document.body.scrollTop;  ");
document.writeln("		  }");
document.writeln("		  \/\/http:");
document.writeln("		  pos=pos-tips.offsetTop+theTop; ");
document.writeln("		  pos=tips.offsetTop+pos\/10; ");
document.writeln("		  if (pos < theTop){");
document.writeln("			 pos = theTop;");
document.writeln("		  }");
document.writeln("		  if (pos != old) { ");
document.writeln("			 tips.style.top = pos+\"px\";");
document.writeln("			 tt=10;\/\/alert(tips.style.top);  ");
document.writeln("		  }");
document.writeln("		  old = pos;");
document.writeln("		  setTimeout(moveTips,tt);");
document.writeln("}");
document.writeln("initFloatTips();");
document.writeln("	if(typeof(HTMLElement)!=\"undefined\")\/\/给firefox定义contains()方法，ie下不起作用");
document.writeln("		{  ");
document.writeln("		  HTMLElement.prototype.contains=function (obj)  ");
document.writeln("		  {  ");
document.writeln("			  while(obj!=null&&typeof(obj.tagName)!=\"undefind\"){\/\/");
document.writeln("	   　　 　if(obj==this) return true;  ");
document.writeln("	   　　　	　obj=obj.parentNode;");
document.writeln("	   　　	  }  ");
document.writeln("			  return false;  ");
document.writeln("		  }");
document.writeln("	}");
document.writeln("function show()");
document.writeln("{");
document.writeln("	document.getElementById(\"meumid\").style.display=\"none\"");
document.writeln("	document.getElementById(\"contentid\").style.display=\"block\"");
document.writeln("}");
document.writeln("	function hideMsgBox(theEvent){");
document.writeln("	  if (theEvent){");
document.writeln("		var browser=navigator.userAgent;");
document.writeln("		if (browser.indexOf(\"Firefox\")>0){\/\/Firefox");
document.writeln("		    if (document.getElementById(\"contentid\").contains(theEvent.relatedTarget)) {");
document.writeln("				return");
document.writeln("			}");
document.writeln("		}");
document.writeln("		if (browser.indexOf(\"MSIE\")>0 || browser.indexOf(\"Presto\")>=0){");
document.writeln("	        if (document.getElementById(\'contentid\').contains(event.toElement)) {");
document.writeln("			    return;\/\/结束函式");
document.writeln("		    }");
document.writeln("		}");
document.writeln("	  }");
document.writeln("	  document.getElementById(\"meumid\").style.display = \"block\";");
document.writeln("	  document.getElementById(\"contentid\").style.display = \"none\";");
document.writeln(" 	}");
document.writeln("<\/script>")