function ZJMemu(t){
	var Oid=t.id;

	var Tid=Oid.split("_")[1];
	var Root=Oid.split("_")[0];
	var Tid1=Math.floor(Tid)-1;
	var Tid2=Tid;
	var Tid3=Math.floor(Tid)+1;
	
	var OTid1=document.getElementById(Root+"_"+Tid1);
	var OTid2=document.getElementById(Root+"_"+Tid2);
	var OTid3=document.getElementById(Root+"_"+Tid3);

	for (x=1;x<=7;x++){
		  var temp=document.getElementById(Root+"_"+x);
		  temp.className=temp.className.replace("_","");
		  if (document.getElementById(Root+"_"+x+"_Data")!=null) document.getElementById(Root+"_"+x+"_Data").style.display="none";
	}
	

	OTid2.className="Floor002MemuCenter_";
	document.getElementById(Root+"_"+Tid+"_Data").style.display="block";

}

function News(t){
	var Oid=t.id;

	var Tid=Oid.split("_")[1];//1
	var Root=Oid.split("_")[0];//..
	var Tid1=Math.floor(Tid)-1;//0
	var Tid2=Tid;//1
	var Tid3=Math.floor(Tid)+1;//2
	
	var OTid1=document.getElementById(Root+"_"+Tid1);//0
	var OTid2=document.getElementById(Root+"_"+Tid2);//..1
	var OTid3=document.getElementById(Root+"_"+Tid3);//..2

	for (x=1;x<=2;x++){
		  var temp=document.getElementById(Root+"_"+x);
		  temp.className=temp.className.replace("_","");
		  if (document.getElementById(Root+"_"+x+"_Data")!=null) document.getElementById(Root+"_"+x+"_Data").style.display="none";
	}

	OTid2.className="Middle001001n_";
	document.getElementById(Root+"_"+Tid+"_Data").style.display="block";
}

function House(t){
	var Oid=t.id;

	var Tid=Oid.split("_")[1];//1
	var Root=Oid.split("_")[0];//..
	var Tid1=Math.floor(Tid)-1;//0
	var Tid2=Tid;//1
	var Tid3=Math.floor(Tid)+1;//2
	
	var OTid1=document.getElementById(Root+"_"+Tid1);//0
	var OTid2=document.getElementById(Root+"_"+Tid2);//..1
	var OTid3=document.getElementById(Root+"_"+Tid3);//..2

	for (x=1;x<=4;x++){
		  var temp=document.getElementById(Root+"_"+x);
		  temp.className=temp.className.replace("_","");
		  if (document.getElementById(Root+"_"+x+"_Data")!=null) document.getElementById(Root+"_"+x+"_Data").style.display="none";
	}

	OTid2.className="House001002n_";
	document.getElementById(Root+"_"+Tid+"_Data").style.display="block";
}
function search(t){
	var Oid=t.id;

	var Tid=Oid.split("_")[1];//1
	var Root=Oid.split("_")[0];//..
	var Tid1=Math.floor(Tid)-1;//0
	var Tid2=Tid;//1
	var Tid3=Math.floor(Tid)+1;//2
	
	var OTid1=document.getElementById(Root+"_"+Tid1);//0
	var OTid2=document.getElementById(Root+"_"+Tid2);//..1
	var OTid3=document.getElementById(Root+"_"+Tid3);//..2

	for (x=1;x<=4;x++){
		  var temp=document.getElementById(Root+"_"+x);
		  temp.className=temp.className.replace("_","");
		  if (document.getElementById(Root+"_"+x+"_Data")!=null) document.getElementById(Root+"_"+x+"_Data").style.display="none";
		  if (document.getElementById(Root+"_"+x+"_sort")!=null) document.getElementById(Root+"_"+x+"_sort").style.display="none";
	}

	OTid2.className="searchsort_";
	document.getElementById(Root+"_"+Tid+"_Data").style.display="block";
	document.getElementById(Root+"_"+Tid+"_sort").style.display="block";
}
function HouseList(t){
	var Oid=t.id;

	var Tid=Oid.split("_")[1];//1
	var Root=Oid.split("_")[0];//..
	var Tid1=Math.floor(Tid)-1;//0
	var Tid2=Tid;//1
	var Tid3=Math.floor(Tid)+1;//2
	
	var OTid1=document.getElementById(Root+"_"+Tid1);//0
	var OTid2=document.getElementById(Root+"_"+Tid2);//..1
	var OTid3=document.getElementById(Root+"_"+Tid3);//..2

	for (x=1;x<=3;x++){
		  var temp=document.getElementById(Root+"_"+x);
		  temp.className=temp.className.replace("_","");
		  if (document.getElementById(Root+"_"+x+"_Data")!=null) document.getElementById(Root+"_"+x+"_Data").style.display="none";
	}

	OTid2.className="HouseCenter_";
	document.getElementById(Root+"_"+Tid+"_Data").style.display="block";

}
function HouseNewsList(t){
	var Oid=t.id;

	var Tid=Oid.split("_")[1];//1
	var Root=Oid.split("_")[0];//..
	var Tid1=Math.floor(Tid)-1;//0
	var Tid2=Tid;//1
	var Tid3=Math.floor(Tid)+1;//2
	
	var OTid1=document.getElementById(Root+"_"+Tid1);//0
	var OTid2=document.getElementById(Root+"_"+Tid2);//..1
	var OTid3=document.getElementById(Root+"_"+Tid3);//..2

	for (x=1;x<=2;x++){
		  var temp=document.getElementById(Root+"_"+x);
		  temp.className=temp.className.replace("_","");
		  if (document.getElementById(Root+"_"+x+"_Data")!=null) document.getElementById(Root+"_"+x+"_Data").style.display="none";
	}

	OTid2.className="HouseNewsCenter_";
	document.getElementById(Root+"_"+Tid+"_Data").style.display="block";

}