﻿var adLeftSrc = "aa"
var adLeftFlash = ""
var adLeftWidth = 80
var adLeftHeight = 280
var marginTop = 120
var marginLeft = 1
var navUserAgent = navigator.userAgent

function list_qq(){
	//judge();
	//move();
}
function move() {
	judge();
	setTimeout("move();",80)
}
function judge(){
	
	if (navUserAgent.indexOf("Firefox") >= 0 || navUserAgent.indexOf("Opera") >= 0) {
		if (adLeftSrc != "") {document.getElementById("adLeftFloat").style.top = (document.body.scrollTop?document.body.scrollTop:document.documentElement.scrollTop) + ((document.body.clientHeight > document.documentElement.clientHeight)?document.documentElement.clientHeight:document.body.clientHeight) - adLeftHeight - marginTop + 'px';}
		
	}
	else{
		if (adLeftSrc != "") {document.getElementById("adLeftFloat").style.top = (document.body.scrollTop?document.body.scrollTop:document.documentElement.scrollTop) + ((document.documentElement.clientHeight == 0)?document.body.clientHeight:document.documentElement.clientHeight) - adLeftHeight - marginTop + 'px';}
	
	}
	if (adLeftSrc != "") {document.getElementById("adLeftFloat").style.left = marginLeft + 'px';}
}

if (adLeftSrc != "") {
	if (sQQ == '')
	{
		sQQ = "<td style='padding:0px 3px 0px 3px; line-height:15px;'><div style='width:108px;word-break:break-all;word-wrap:break-word;'><B>TEL: </B><br />86-754-82268268<br /><b>FAX: </b><br />86-754-82268168<br /><b>E-MAIL：</b><br /><a href='mailto:yuehua@yuehuaco.com.cn'>yuehua@yuehuaco.com.cn</a></div></td>";
	}
	else
	{
		sQQ = "<TD style='padding:0px 5px 0px 5px; line-height:25px;'>"+sQQ+"</TD>";
	}
	document.write("<div><TABLE cellSpacing=0 cellPadding=0 border=0><TBODY><TR><TD><IMG src='/images/up6.gif' border=0></TD></TR><TR> <TD><TABLE width=118 bgColor=#ffffff background=/images/mid5.gif style='background-repeat:repeat-y' border=0  class=sqq><TBODY><TR>"+sQQ+"</TR><TBODY></TBODY></TABLE></TD></TR><TR><TD><IMG src='/images/down5.gif' border=0></TD></TR></TBODY></TABLE></div>");
}
