﻿function wintopii66(val)
{
	   if  (document.getElementById(val).style.display!="none") 
	    {
		document.getElementById(val).style.display="none";
	   }
      else
	    {
	   document.getElementById(val).style.display=""
	   return;
	   }
}
document.writeln("<DIV id=\"qq_right\" style=\"top:160px;right:6px;POSITION:absolute;Z-INDEX:100;\">");
document.writeln("<table  border=\"0\" cellspacing=\"0\" cellpadding=\"0\" style=\"background:transparent url(\img\/z_top_2.gif) right top no-repeat;width:96px;\">");
document.writeln("<tr>");
document.writeln("<td style=\"background:transparent url(\img\/z_top_1.gif) left top no-repeat;height:50px;\">&nbsp;<\/td>");
document.writeln("<\/tr>");
document.writeln("<tr id=\"qqz_01\">");
document.writeln("<td style=\"background:transparent url(\img\/z_mid_1.gif) left top repeat-y;padding:0 0 0 6px;background-color:#FFF;display:block;float:left;\">");
document.writeln("<span id=\"qqfaceid3\" style=\"background:transparent url(\img\/z_mid_2.gif) right top repeat-y;width:100px;display:block;float:left;\">");
document.writeln("<script src=\"\js\/index_qq.js\"><\/script>");
document.writeln("<\/span>");
document.writeln("<\/td>");
document.writeln("<\/tr>");
document.writeln("<tr id=\"qqz_02\">");
document.writeln("<td valign=\"top\" style=\"background:transparent url(\img\/z_down_2.gif) right top no-repeat;display:block;float:left;\"><span style=\"background:transparent url(\img\/z_down_1.gif) left top no-repeat; padding:0 0 0 30px;height:23px;display:block;float:left;width:73px;\"><img src=\"\img\/z_close.gif\"  onclick=\"wintopii66(\'qqz_01\');wintopii66(\'qqz_02\');wintopii66(\'qqz_03\');\" alt=\"关闭\" style=\"cursor:pointer;\"><\/span><\/td>");
document.writeln("<\/tr>");
document.writeln("<tr id=\"qqz_03\"style=\"display:none;\">");
document.writeln("<td valign=\"top\" style=\"display:block;float:left;background:transparent url(\img\/z_down_2.gif) right top no-repeat;\"><span style=\"background:transparent url(\img\/z_down_1.gif) left top no-repeat; padding:0 0 0 30px;height:23px;display:block;float:left;width:73px;\"><img src=\"\img\/z_close_01.gif\"  onclick=\"wintopii66(\'qqz_01\');wintopii66(\'qqz_02\');wintopii66(\'qqz_03\');\" alt=\"展开\" style=\"cursor:pointer;\"><\/span><\/td>");
document.writeln("<\/tr>");
document.writeln("<\/table>");
document.writeln("<\/div>");

//滚动代码开始
function qqshow(){
if (document.body.offsetWidth >900)
{
 document.getElementById("qq_right").style.top=(document.documentElement.scrollTop+160)+"px";
}
else
{
 document.getElementById("qq_right").style.display="none";
}
}
function showqq(){
setTimeout("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;