
//document.write("\<script language=\"javascript\" src=\"\/js\/popupclass.js\"><\/script>");

//alert(window.screen.height+"\&" + window.screen.width);
var swtFirstShow = false;
var centerStr = "<div class='cc' id='mySwt1234' style='position:absolute;display:none;'>";
centerStr += "<div id='closeSwt1234' style='position:absolute; right:15px; top:8px;cursor:hand' title='' onclick=\"swtShow();LR_HideInvite();LR_RefuseChat();return false;\">X<\/div>";
centerStr += "<div style='background:url(http://www.hw120.net/swtkf/bg.gif) left 5px no-repeat; width:424px; height:227px;'><a title='' href='http:\/\/lkt.zoosnet.net/LR/Chatpre.aspx?id=LKT29013213' target='_blank'><img style='right:152px;bottom:13px;position:absolute;display:block;' alt='点击咨询肝病专家' src='\http://www.hw120.net/swtkf/btn_03.gif' border='0'><\/a><img style='right:52px;bottom:13px;position:absolute;display:block;cursor:pointer;' alt='' src='\http://www.hw120.net/swtkf/btn_05.gif' border='0' onclick=\"swtShow();LR_HideInvite();LR_RefuseChat();return false;\"><\/div></div>";

var leftStr = "<div class='zixunn' id='kfImg'>";
leftStr = leftStr + "<\/div>";

//右侧
var leftKfStr = "<a href='http:\/\/lkt.zoosnet.net/LR/Chatpre.aspx?id=LKT29013213' target='_blank'><img src='\http://www.hw120.net/images\/zj_online.gif' border='0' id='leftKf' style='position:absolute;right:1px;bottom:2px;' \/><\/a>"
//
document.write(leftKfStr);
document.write(centerStr);

if (document.body.clientWidth > 1024  ) {
	document.write(leftStr);
	initLeftKf();
}

function swtShow() {
	document.getElementById('mySwt1234').style.display='none';	
	document.getElementById("leftKf").style.display='';
	setTimeout(function() {document.getElementById("mySwt1234").style.display='';document.getElementById("leftKf").style.display='none';},100000);
}

setTimeout(function() {document.getElementById("mySwt1234").style.display='';document.getElementById("leftKf").style.display='none';swtFirstShow = true;},8000);
setInterval("initCenterkf()",100);
//浮标位置
function initCenterkf() {
	var cKf = document.getElementById("mySwt1234");
	if (document.documentElement && document.documentElement.scrollTop) {
 		cKf.style.top = (document.documentElement.scrollTop + (window.screen.availHeight-cKf.clientHeight)/3) + "px";
	} else if (document.body) {
		cKf.style.top= (document.body.scrollTop + (window.screen.availHeight-cKf.clientHeight)/3) + "px";
	}		
	cKf.style.left = (document.body.clientWidth-cKf.clientWidth)/2+ "px";
}

	
function initLeftKf() { 
	var leftKf = document.getElementById("kfImg");
	var leftImg = document.getElementById("leftKf");
	if (document.documentElement && document.documentElement.scrollTop) {
		leftImg.style.top = (2*document.documentElement.clientHeight/3 + document.documentElement.scrollTop) - leftImg.clientHeight - 32 + 'px';
 		leftKf.style.top = (document.documentElement.scrollTop + 100) + "px";
	} else if (document.body) {
		leftImg.style.top = (2*document.documentElement.clientHeight/3 + document.body.scrollTop) - leftImg.clientHeight - 32 + 'px';
		leftKf.style.top = (document.body.scrollTop + 100) + "px";
	}
	setTimeout("initLeftKf();",100);
}



setInterval(function() {
		if (document.getElementById('LRdiv0')){
			document.getElementById('LRdiv0').style.visibility = 'hidden';
			document.getElementById('LRdiv1').style.visibility = 'hidden';
		}			 
},100);



