﻿// JScript 文件

// JScript 文件

document.write('<div id="qqtab" style="Z-INDEX: 10; height:150px; width:120px; top:-1300px;  VISIBILITY: visible;  POSITION: absolute;">'); 
document.write('<table cellSpacing="0" cellPadding="0" width="110" border="0">');
document.write('    <tr>');
document.write('      <td width="110" onclick="if(document.getElementById(\'qqtab\').style.display==\'none\'){document.getElementById(\'qqtab\').style.display=\'\'} else {document.getElementById(\'qqtab\').style.display=\'none\'}"><img src="../images/v01.jpg" border="0"></td>');
document.write('    </tr>');
document.write('    <tr id="qqstab">');
document.write('      <td valign="middle" align="center" background="../images/v03.jpg">');   
document.write('<table border="0" width="90" cellSpacing="0" cellPadding="0">');
document.write('  <tr>');
document.write('    <td width="80" height="5" border="0" colspan="2"></td>');
document.write('  </tr>');


document.write('  <tr>');
document.write('    <td height="22" valign="middle" align="left">');
document.write("<a target=blank href=http://wpa.qq.com/msgrd?V=1&amp;Uin=827229692&amp;Site=www.zhongxinair.com&amp;Menu=yes><img border=0 SRC=http://wpa.qq.com/pa?p=1:827229692:4 alt=点击这里给我发消息><font style=font-size:12px;TEXT-DECORATION:none;color:#000000;>业务咨询</font></a><br>");
document.write('    </td>');
document.write('  </tr>');

document.write('  <tr>');
document.write('    <td width="90" height="22" valign="middle" align="left">');
document.write("<a target=blank href=http://wpa.qq.com/msgrd?V=1&amp;Uin=244376469&amp;Site=www.zhongxinair.com&amp;Menu=yes><img border=0 SRC=http://wpa.qq.com/pa?p=1:244376469:4 alt=点击这里给我发消息><font style=font-size:12px;TEXT-DECORATION:none;color:#000000;> 客服一</font></a><br>");
document.write('    </td>');
document.write('  </tr>');


document.write('  <tr>');
document.write('    <td width="90" height="22" valign="middle" align="left">');
document.write("<a target=blank href=http://wpa.qq.com/msgrd?V=1&amp;Uin=865755704&amp;Site=www.zhongxinair.com&amp;Menu=yes><img border=0 SRC=http://wpa.qq.com/pa?p=1:865755704:4 alt=点击这里给我发消息><font style=font-size:12px;TEXT-DECORATION:none;color:#000000;> 客服二</font></a><br>");
document.write('    </td>');
document.write('  </tr>');

document.write('  <tr>');
document.write('    <td width="90" height="22" valign="middle" align="left">');
document.write("<a target=blank href=http://wpa.qq.com/msgrd?V=1&amp;Uin=471351913&amp;Site=www.zhongxinair.com&amp;Menu=yes><img border=0 SRC=http://wpa.qq.com/pa?p=1:471351913:4 alt=点击这里给我发消息><font style=font-size:12px;TEXT-DECORATION:none;color:#000000;> 客服三</font></a><br>");
document.write('    </td>');
document.write('  </tr>');

document.write('  <tr>');
document.write('    <td width="90" height="22" valign="middle" align="left">');
document.write("<a target=blank href=http://wpa.qq.com/msgrd?V=1&amp;Uin=344121419&amp;Site=www.zhongxinair.com&amp;Menu=yes><img border=0 SRC=http://wpa.qq.com/pa?p=1:344121419:4 alt=点击这里给我发消息><font style=font-size:12px;TEXT-DECORATION:none;color:#000000;> 国际部</font></a><br>");
document.write('    </td>');
document.write('  </tr>');

document.write('</table>');     
document.write('</td>');
document.write('    </tr>');
document.write('    <tr>');
document.write('      <td width="110" onclick="if(document.all.qqstab.style.display==\'none\'){document.all.qqstab.style.display=\'\'} else {document.all.qqstab.style.display=\'none\'}"><img src="../images/v02.jpg" border="0"></td>');
document.write('    </tr>');
document.write('</table>');
document.write('</div>');

function   sc(){  
var x;
var y;
var pos;
if (window.innerHeight){
	pos = window.pageYOffset;
}
else if (document.documentElement && document.documentElement.scrollTop) {
	pos = document.documentElement.scrollTop;
}
else if (document.body) {
	pos = document.body.scrollTop;
}  

  
y=pos+200;
x=document.documentElement.scrollLeft+document.documentElement.clientWidth-document.getElementById("qqtab").offsetWidth;

document.getElementById("qqtab").style.top=y+"px";
document.getElementById("qqtab").style.left=x+"px";


//initDrag();
}  


window.onscroll=sc;  
window.onresize=sc;  
window.onload=sc;  
