function left_nave_over1(obj)
{
	obj.src="images/zbDIY_02.jpg";
	document.getElementById("lt_img1").src="images/zhuangbei1.jpg";
	document.getElementById("lt_img2").src="images/zhuangbei2.jpg";
	document.getElementById("lt_img3").src="images/zhuangbei3.jpg";
	document.getElementById("lt_img_a1").href="view/zb/zb1.shtml";
	document.getElementById("lt_img_a2").href="view/zb/zb1.shtml";
	document.getElementById("lt_img_a3").href="view/zb/zb1.shtml";
}
function left_nave_over2(obj)
{
	obj.src="images/2Dje_02.jpg";
	document.getElementById("lt_img1").src="images/juesechuangjian1.jpg";
	document.getElementById("lt_img2").src="images/juesechuangjian2.jpg";
	document.getElementById("lt_img3").src="images/juesechuangjian3.jpg";
	document.getElementById("lt_img_a1").href="view/js/jscj.shtml";
	document.getElementById("lt_img_a2").href="view/js/jscj.shtml";
	document.getElementById("lt_img_a3").href="view/js/jscj.shtml";
}
function left_nave_over3(obj)
{
	obj.src="images/cwfz_02.jpg";
	document.getElementById("lt_img1").src="images/chongwu_01.jpg";
	document.getElementById("lt_img2").src="images/chongwu_02.jpg";
	document.getElementById("lt_img3").src="images/chongwu_03.jpg";
	document.getElementById("lt_img_a1").href="view/cw/cw.shtml";
	document.getElementById("lt_img_a2").href="view/cw/cw.shtml";
	document.getElementById("lt_img_a3").href="view/cw/cw.shtml";
}
function left_nave_over4(obj)
{
	obj.src="images/gxbh_02.jpg";
	document.getElementById("lt_img1").src="images/banghui_01.jpg";
	document.getElementById("lt_img2").src="images/banghui_02.jpg";
	document.getElementById("lt_img3").src="images/banghui_03.jpg";
	document.getElementById("lt_img_a1").href="view/bh/bh.shtml";
	document.getElementById("lt_img_a2").href="view/bh/bh.shtml";
	document.getElementById("lt_img_a3").href="view/bh/bh.shtml";
}
function left_nave_out1(obj)
{
	obj.src="images/zbDIY_01.jpg";
}
function left_nave_out2(obj)
{
	obj.src="images/2Dje_01.jpg";
}
function left_nave_out3(obj)
{
	obj.src="images/cwfz_01.jpg";
}
function left_nave_out4(obj)
{
	obj.src="images/gxbh_01.jpg";
}

<!--//--><![CDATA[//><!--
//图片滚动列表 mengjia 070816
var Speed = 30; //速度(毫秒)
var Space = 10; //每次移动(px)
var PageWidth = 228; //翻页宽度
var fill = 1; //整体移位
var MoveLock = false;
var MoveTimeObj;
var Comp = 0;
var AutoPlayObj = null;

//GetObj("List2").innerHTML = GetObj("List1").innerHTML;

//GetObj("ISL_Cont").scrollLeft = fill;

//GetObj("ISL_Cont").onmouseover = function () {
	//clearInterval(AutoPlayObj);
//};

//GetObj("ISL_Cont").onmouseout = function () {
	//AutoPlay();
//};

//AutoPlay();

function GetObj(objName) {
	if (document.getElementById) {
		return eval("document.getElementById(\"" + objName + "\")");
	} else {
		return eval("document.all." + objName);
	}
}

function AutoPlay() { //自动滚动
	//clearInterval(AutoPlayObj);
	//AutoPlayObj = setInterval("ISL_GoDown();ISL_StopDown();", 5000); //间隔时间
}

function ISL_GoUp() { //上翻开始
	if (MoveLock) {
		return;
	}
	//clearInterval(AutoPlayObj);
	MoveLock = true;
	MoveTimeObj = setInterval("ISL_ScrUp();", Speed);
}

function ISL_StopUp() { //上翻停止
	clearInterval(MoveTimeObj);
	if (GetObj("ISL_Cont").scrollLeft % PageWidth - fill != 0) {
		Comp = fill - (GetObj("ISL_Cont").scrollLeft % PageWidth);
		CompScr();
	} else {
		MoveLock = false;
	}
	//AutoPlay();
}

function ISL_ScrUp() { //上翻动作
	if (GetObj("ISL_Cont").scrollLeft <= 0) {
		GetObj("ISL_Cont").scrollLeft = GetObj("ISL_Cont").scrollLeft + GetObj("List1").offsetWidth;
	}
	GetObj("ISL_Cont").scrollLeft -= Space;
}

function ISL_GoDown() { //下翻
	clearInterval(MoveTimeObj);
	if (MoveLock) {
		return;
	}
	//clearInterval(AutoPlayObj);
	MoveLock = true;
	ISL_ScrDown();
	MoveTimeObj = setInterval("ISL_ScrDown()", Speed);
}

function ISL_StopDown() { //下翻停止
	clearInterval(MoveTimeObj);
	if (GetObj("ISL_Cont").scrollLeft % PageWidth - fill != 0) {
		Comp = PageWidth - GetObj("ISL_Cont").scrollLeft % PageWidth + fill;
		CompScr();
	} else {
		MoveLock = false;
	}
	//AutoPlay();
}

function ISL_ScrDown() { //下翻动作
	if(GetObj('ISL_Cont').scrollLeft >= GetObj('List1').scrollWidth){
		GetObj("ISL_Cont").scrollLeft = GetObj("ISL_Cont").scrollLeft-GetObj("List1").scrollWidth;
	}

	GetObj("ISL_Cont").scrollLeft += Space;

}

function CompScr() {
	var num;
	if (Comp == 0) {
		MoveLock = false;
		return;
	}
	if (Comp < 0) { //上翻
		if (Comp < -Space) {
			Comp += Space;
			num = Space;
		} else {
			num = -Comp;
			Comp = 0;
		}
		GetObj("ISL_Cont").scrollLeft -= num;
		setTimeout("CompScr()", Speed);
	} else { //下翻
		if (Comp > Space) {
			Comp -= Space;
			num = Space;
		} else {
			num = Comp;
			Comp = 0;
		}
		GetObj("ISL_Cont").scrollLeft += num;
		setTimeout("CompScr()", Speed);
	}
}
//--><!]]>
 		function showdate(){
 				var date=new Date();
 				var year=date.getFullYear();
 				var month=date.getMonth();
 				var day=date.getDate();
 				var days=new Date(year+"/"+(month+2)+"/0").getDate();
 				var currentDate=new Date(year+"/"+(month+1)+"/1");
 				var week=currentDate.getDay();
 				var start=week;
 				var i;
 				for(i=0;i<start;i++){
 					document.getElementById("span"+i).innerHTML="";
 					document.getElementById("td"+i).style.backgroundColor="#52452d";
 				}
 				for(i=0;i<days;i++){
 						
 						if(week%7==0){
 							week=0;
 						}else{
 							week=week%7;
 						}
 						var spanId="span"+(start+i);
 						var tdId="td"+(start+i);
 						var showDate=(month+1)+"月"+(i+1)+"日";
 						if((i+1)==day){
 							document.getElementById(spanId).innerHTML="<a href=\"javascript:showFunDongDiv('"+showDate+"',"+week+")\">"+(i+1)+"</a>";
 							document.getElementById(tdId).style.backgroundColor="#bc5200";
 						}else{
 							document.getElementById(spanId).innerHTML="<a href=\"javascript:showFunDongDiv('"+showDate+"',"+week+")\">"+(i+1)+"</a>";
 							document.getElementById(tdId).style.backgroundColor="#52452d";
 						}
 						week=week+1;				
 				}

 				for(j=days+start;j<35;j++){
 					document.getElementById("span"+j).innerHTML="";
 					document.getElementById("td"+j).style.backgroundColor="#52452d";
 				}
 		}
 		
 		function fundongClose(){
 			document.getElementById("fundongDiv").style.display="none";
 		}
 		
 		function showFunDongDiv(date,week){
 			var i;
 			for(i=0;i<7;i++){
 				var dateSpan="showSpan"+i;
 				var contentDiv="showDiv"+i;
 				document.getElementById(dateSpan).innerHTML="";
 				document.getElementById(contentDiv).style.display="none";
 				if(i==week){
 					document.getElementById("fundongDiv").style.display="block";
					document.getElementById(dateSpan).innerHTML=date;
					document.getElementById(contentDiv).style.display="block";
 				}
 			}
 		}
