
document.write('<style type="text/css">');
document.write('<!--');
document.write('.STYLE3 {');
document.write('	font-size: 13px;');
document.write('	color: #C60000;');
document.write('	font-weight: bold;');
document.write('}');
document.write('.STYLE4 {color: #FFFFFF}');
document.write('body,td,th {');
document.write('	font-size: 12px;');
document.write('}');
document.write('-->');
document.write('</style>');


if (!document.layers){

	document.write('<div id="divStayTopLeft" style="position:absolute">');

	//--输出外框
	document.write('<table border="0" cellpadding="0" cellspacing="0" width="114">');
	document.write('<tr>');
	document.write('<td><img src="http://app.psychcn.com/webim/clientim/images/spacer.gif" width="5" height="1" border="0" alt=""></td>');
	document.write('<td><img src="http://app.psychcn.com/webim/clientim/images/spacer.gif" width="100" height="1" border="0" alt=""></td>');
	document.write('<td><img src="http://app.psychcn.com/webim/clientim/images/spacer.gif" width="9" height="1" border="0" alt=""></td>');
	document.write('<td><img src="http://app.psychcn.com/webim/clientim/images/spacer.gif" width="1" height="1" border="0" alt=""></td>');
	document.write('</tr>');
	document.write('<tr>');
	document.write('<td colspan="3"><img name="n1_r1_c1" src="http://app.psychcn.com/webim/clientim/images/1_r1_c1.gif" width="114" height="18" border="0" alt=""></td>');
	document.write('<td><img src="http://app.psychcn.com/webim/clientim/images/spacer.gif" width="1" height="18" border="0" alt=""></td>');
	document.write('</tr>');
	document.write('<tr>');
	
	document.write('<td rowspan="2"><img name="n1_r2_c1" src="" width="5" height="154" border="0" alt=""></td>');
	
	document.write('<td valign="top" background=""><table width="100%" border="0" cellspacing="0" cellpadding="0">');
	
	document.write('<tr>');
	document.write('<td height="19"><span class="STYLE3">项目咨询</span></td>');
	document.write('</tr>');
	document.write('<tr>');
	document.write('<td height="20" align="right" valign="top">psychcn.com</td>');
	document.write('</tr>');
	document.write('<tr>');
	document.write('<td height="23" align="center" valign="middle"><span class="qq">点击QQ交谈留言</span></td>');
	document.write('</tr>');

	//--输出内容开始
	document.write('<tr><td>');

	if (online[0]==0)
		document.write('&nbsp;<img src="http://app.psychcn.com/webim/clientim/images/QQoffline.gif" border="0" align="middle"><a target="_blank" href="http://wpa.qq.com/msgrd?V=1&Uin=815072079&Site=华夏心理网&Menu=no" title="客服不在线，请留言">合作咨询QQ</a><br>');
	else
		document.write('&nbsp;<img src="http://app.psychcn.com/webim/clientim/images/QQonline.gif" border="0" align="middle"><a target="_blank" href="http://wpa.qq.com/msgrd?V=1&Uin=815072079&Site=华夏心理网&Menu=no" title="在线即时交谈">合作咨询QQ</a><br>');

        document.write('</td></tr><tr><td>');






	document.write('</td></tr>');


	//输出内容结束

	document.write('</table></td>');
	document.write('<td rowspan="2"><img name="n1_r2_c3" src="http://app.psychcn.com/webim/clientim/images/1_r2_c3.gif" width="9" height="154" border="0" alt=""></td>');
	document.write('<td><img src="http://app.psychcn.com/webim/clientim/images/spacer.gif" width="1" height="143" border="0" alt=""></td>');
	document.write('</tr>');
	document.write('<tr>');
	document.write('<td><img name="n1_r3_c2" src="http://app.psychcn.com/webim/clientim/images/1_r3_c2.gif" width="100" height="11" border="0" alt=""></td>');
	document.write('<td><img src="http://app.psychcn.com/webim/clientim/images/spacer.gif" width="1" height="11" border="0" alt=""></td>');
	document.write('</tr>');
	document.write('</table>');

	document.write('</div>');

}

//飘浮代码开始
var verticalpos="frombottom"
if (!document.layers)
document.write('</div>')
function JSFX_FloatTopDiv()
{
	var startX =0,
	startY = 255;
	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();
//飘浮代码结束
