// JavaScript Document
function linkclick(obj,id,obj2){
	for (var i=1; i<15; i++) {
		objLink = document.getElementById(obj+i.toString());
		objTable = document.getElementById(obj+"_"+i.toString());
		if(obj2){
		objTable2 = document.getElementById(obj2+"_"+i.toString());
		}
		if(objLink && objTable){
			if (id==i){
				objLink.className=obj+"_click";
				objTable.style.display = "";
				if(obj2){
				objTable2.style.display = "";
				}
			}
			else{
				objLink.className=obj+"_normal";
				objTable.style.display = "none";
				if(obj2){
				objTable2.style.display = "none";
				}
			}
		}
		else break;
	}
}
function linkclick2(obj,id){
	for (var i=1; i<11; i++) {
		objTable = document.getElementById(obj+"_"+i.toString());
		if(objTable){
			if (id==i){
				objTable.style.display = "";
			}
			else{
				objTable.style.display = "none";
			}
		}
		else break;
	}
}

function killErrors() {
return true;
}

//窗口最大化
/*
if (document.layers){

var larg=screen.availWidth-10;

var altez=screen.availHeight-20;}

else{

var larg=screen.availWidth+8;

var altez=screen.availHeight+7;}

self.resizeTo(larg,altez);

self.moveTo(-4,-4);
*/

window.onerror = killErrors; 

// 底部浮动咨询 begin
document.writeln("  <div id=\"footAd\" style=\"position:absolute; z-index: 1100;\">");
document.writeln("    <div id=\"ImgLayer\" style=\"position:absolute; z-index:1; left: 0px;\"> ");
document.writeln("     <img src=\"http:\/\/www.tjzxyy.com\/img\/order-gif.gif\" width=\"1000\" height=\"47\" border=\"0\" usemap=\"#MapF\" \/><map name=\"MapF\" id=\"MapF\"><area shape=\"rect\" coords=\"3,5,220,42\" href=\"http:\/\/kft.zoosnet.net\/LR\/Chatpre.aspx?id=KFT37915261\" target=\"_blank\" \/><area shape=\"rect\" coords=\"228,5,544,43\" href=\"http:\/\/kft.zoosnet.net\/LR\/Chatpre.aspx?id=KFT37915261\" \/><area shape=\"rect\" coords=\"552,5,691,43\" href=\"http:\/\/kft.zoosnet.net\/LR\/Chatpre.aspx?id=KFT37915261\" target=\"_blank\" \/><area shape=\"rect\" coords=\"703,4,989,43\" href=\"http:\/\/kft.zoosnet.net\/LR\/Chatpre.aspx?id=KFT37915261\" \/><\/map>");
document.writeln("    </div>");
document.writeln("</div>");

var bodyfrm = ( document.compatMode.toLowerCase()=="css1compat" ) ? document.documentElement : document.body;
var adst = document.getElementById("footAd").style;
adst.top = ( bodyfrm.clientHeight - 47 ) + "px";
adst.left = ( bodyfrm.clientWidth - 1000 )/2 + "px";
function moveR() {
    adst.top = ( bodyfrm.scrollTop + bodyfrm.clientHeight - 43 ) + "px";
    adst.left = ( bodyfrm.scrollLeft + bodyfrm.clientWidth - 1000 )/2 + "px";
}
setInterval("moveR();", 80);
function CloseIVR(){
    adst.display='none';
}
// 底部浮动咨询 end
