document.writeln("<SCRIPT>");
document.writeln("	var NowFrame = 1;");
document.writeln("	var MaxFrame = 3;");
document.writeln("	var bStart = 0;");
document.writeln("	function fnToggle() {");
document.writeln("	var next = NowFrame + 1;");
document.writeln("	if(next == MaxFrame+1) ");
document.writeln("	{");
document.writeln("	NowFrame = MaxFrame;");
document.writeln("	next = 1;");
document.writeln("	}");
document.writeln("	if(bStart == 0)");
document.writeln("	{");
document.writeln("	bStart = 1;");
document.writeln("			  ");
document.writeln("	setTimeout(\'fnToggle()\', 8000);");
document.writeln("	return;");
document.writeln("	}");
document.writeln("	else");
document.writeln("	{");
document.writeln("	oTransContainer.filters[0].Apply();");
document.writeln("	document.images[\'oDIV\'+next].style.display = \"\";");
document.writeln("	document.images[\'oDIV\'+NowFrame].style.display = \"none\"; ");
document.writeln("	oTransContainer.filters[0].Play(duration=5);");
document.writeln("	if(NowFrame == MaxFrame) ");
document.writeln("	NowFrame = 1;");
document.writeln("	else");
document.writeln("	NowFrame++;");
document.writeln("	} setTimeout(\'fnToggle()\', 12000);");
document.writeln("	}");
document.writeln("	fnToggle();");
document.writeln("<\/SCRIPT>");
document.writeln("<!--焦点图片开始-->");
document.writeln("<DIV id=oTransContainer style=\"FILTER: progid:DXImageTransform.Microsoft.Wipe(GradientSize=1.0, wipeStyle=0, motion=\'forward\'); WIDTH: 175px; HEIGHT: 90px\">");
document.writeln("<A href=\"http:\/\/www.wangfudoors.com\" target=_blank><IMG id=oDIV1 style=\"BORDER-RIGHT: black 0px solid; BORDER-TOP: black 0px solid; DISPLAY: yes;  BORDER-LEFT: black 0px solid; BORDER-BOTTOM: black 0px solid\" height=90 src=\"..\/index_ad\/chuju\/1\/wangfu.jpg\" width=175 border=0><\/A>");
document.writeln("<A href=\"http:\/\/www.longweimenye.cn\" target=_blank><IMG id=oDIV2 style=\"BORDER-RIGHT: black 0px solid; BORDER-TOP: black 0px solid; DISPLAY: none; BORDER-LEFT: black 0px solid; BORDER-BOTTOM: black 0px solid\" height=90 src=\"..\/index_ad\/chuju\/1\/longwei.jpg\" width=175 border=0><\/A>");
document.writeln("<A href=\"http:\/\/www.zhongxingtools.com\" target=_blank><IMG id=oDIV3 style=\"BORDER-RIGHT: black 0px solid; BORDER-TOP: black 0px solid; DISPLAY: none; BORDER-LEFT: black 0px solid; BORDER-BOTTOM: black 0px solid\" height=90 src=\"..\/index_ad\/chuju\/1\/zhongxing.jpg\" width=175 border=0><\/A>");

document.writeln("<\/DIV>");
document.writeln("<!--焦点图片结束-->");


