 

 
function openwin(urll) { 
window.open (urll, "newwindow", "height=470, width=680, toolbar =no, menubar=no, top=200,left=100; scrollbars=no, resizable=no, location=no, status=no") 
} 



 
function far_close()
{
	document.getElementById("lovexin15").style.display="none";
	document.getElementById("lovexin14").style.display="block";
}

function far_open()
{
	document.getElementById("lovexin15").style.display="block";
	document.getElementById("lovexin14").style.display="none";
	 $("#smalltq").css("display","none");
}
function far_small()
{
	document.getElementById("lovexin15").style.display="none";
	document.getElementById("lovexin14").style.display="block";
	if(window.screen.width==1024)
{

	 $("#smalltq").css("display","block");
	 }
}

//

lastScrollY=0;
function heartBeat(){ 
var diffY;
if (document.documentElement && document.documentElement.scrollTop)
    diffY = document.documentElement.scrollTop;
else if (document.body)
    diffY = document.body.scrollTop
else
    {/*Netscape stuff*/}
    
//alert(diffY);
percent=.1*(diffY-lastScrollY); 
if(percent>0)percent=Math.ceil(percent); 
else percent=Math.floor(percent); 
document.getElementById("lovexin12").style.top=parseInt(document.getElementById("lovexin12").style.top)+percent+"px";





lastScrollY=lastScrollY+percent; 
//alert(lastScrollY);
}







suspendcode12="<body><DIV id=\"lovexin12\" style='right:22px;POSITION:absolute;TOP:300px;z-index:100'>";

var recontent='<TABLE class=font cellSpacing=0 cellPadding=0 width=110 border=0> <TBODY> <TR><TD width=110> <img   src=\"\/images\/kefu_up.gif\"\/></TD></TR> <TR><TD vAlign=top align=center background=\"\/images\/kefu_middle.gif\"><img  src=\"\/images\/index_42.gif\"\/> </TD> </TR>  <TR> <TD vAlign=center align=middle  background=\"\/images\/kefu_middle.gif\"> <img  src=\"\/images\/QQonline.gif\"\/>  <a   href="tencent://message/?uin=774633545&amp;Site=重庆联盟航空公司&amp;Menu=yes" title="在线预订重庆特价机票">机票预订<\/a></TD> </TR>  <TR> <TD width=110> <img  src=\"\/images\/kefu_down.gif\"\/>  </TD></TR>  </TBODY></TABLE> ';

document.write(suspendcode12); 
document.write(recontent); 
document.write("</div>"); 
window.setInterval("heartBeat()",1);



function setfrme()
{
	var tr=document.getElementById("lovexin12");
	var twidth=tr.clientWidth;
	var theight=tr.clientHeight;
	var fr=document.getElementById("frame55la");
	fr.width=twidth-1;
	fr.height=theight-30;
}
//setfrme()

