


if (!document.layers)
document.write("<div id='divStayTopLeft' style='position:absolute'>");
document.write("<LAYER left='624' top='5px' id=divStayTopLeft>");
document.write("<TABLE cellSpacing=0 cellPadding=0 width=110 style='position:absolute;top:0px' border=0>");
document.write("  <TBODY>");
document.write("    <TR> ");
document.write("      <TD width=110><IMG src='/Themes/Css/images01/qq_kefu_up.gif' border=0></TD>");
document.write("    </TR>");
document.write("    <TR>");
document.write("     <TD vAlign=center background='/Themes/Css/images01/qq_kefu_middle.jpg' border=0>");

var num = aQQ.length;
//alert(num);
// <a target=blank href=http://wpa.qq.com/msgrd?V=1&Uin=332697103&Site=114chn.com&Menu=yes>
// <img border='0' SRC=http://wpa.qq.com/pa?p=1:332697103:10 alt='中国114黄页业务咨询'></a>
for(var i = 0; i < num ; i++)
{
	document.write ("   　<a target=blank href=http://wpa.qq.com/msgrd?V=1&Uin=" + aQQ[i] + "&Site=www.mynjjc.com&Menu=yes><img border='0' SRC=http://wpa.qq.com/pa?p=1:" + aQQ[i] + ":10 alt='业务咨询'></a><br/>");
//  if (online[i]==1){
//  document.write("&nbsp;<img src=../recruit/images/QQ_Online.gif border=0 align=middle><a href='../../../wpa.qq.com/msgrd-V=1&Uin=-+aQQ[i]+-&Site=在线咨询&Menu=no' title='QQ在线上' target=blank ><font color=ff0000><span style='font-size:12px;'>在线咨询 在线</span></font></a><br>");
//  }else{
//   document.write("&nbsp;<img src=../recruit/images/QQ_Offline.gif border=0 align=middle><a href='#gbook' title='QQ不在线'><font color=000000><span style='font-size:12px;'>在线咨询 留言</span></font></a><br>");
//  }
}

document.write("</TD>");
document.write("    </TR>");
document.write("    <TR> ");
document.write("      <TD width=110><IMG src='/Themes/Css/images01/qq_kefu_down.gif' border=0></TD>");
document.write("    </TR>");
document.write("  </TBODY>");
document.write("</TABLE>");
document.write("</LAYER>");

var verticalpos="frombottom"
if (!document.layers)
document.write('</div>')

function JSFX_FloatTopDiv()
{
//	var startX =1890,
	var startX = 0;
	//var startY = window.screen.height - 200;	 // 630;
	var startY = 0 ;
	if(window.screen.height==768)
	{
	  startY =window.screen.height+53;	 // 630;3
	}
	else
	{
	    startY =window.screen.height-200
	}
	var ns = (navigator.appName.indexOf("Netscape") != -1);
	var d = document;
	function ml(id)
	{
		var el=d.getElementById?d.getElementById(id):d.all?d.all[id]:d.layers[id];
		if(d.layers)el.style=el;
		el.sP=function(x,y){this.style.left=x;this.style.top=y;};
		el.x = startX;
		if (verticalpos=="fromtop")
		el.y = startY;
		else{
		el.y = ns ? pageYOffset + innerHeight : document.body.scrollTop + document.body.clientHeight;
		el.y -= startY;
		}
		return el;
	}
	window.stayTopLeft=function()
	{
		if (verticalpos=="fromtop"){
		var pY = ns ? pageYOffset : document.body.scrollTop;
		ftlObj.y += (pY + startY - ftlObj.y)/8;
		}
		else{
		var pY = ns ? pageYOffset + innerHeight : document.body.scrollTop + document.body.clientHeight;
		ftlObj.y += (pY - startY - ftlObj.y)/8;
		}
		ftlObj.sP(ftlObj.x, ftlObj.y);
		setTimeout("stayTopLeft()", 10);
	}
	ftlObj = ml("divStayTopLeft");
	stayTopLeft();
}
JSFX_FloatTopDiv();

