<!--首页FLASH滚图-->
var currslid = 0;
var slidint;
function setfoc(id){
	if(id==0){flash01();stopit();}
	if(id==1){flash02();stopit();}
	if(id==2){flash03();stopit();}
	if(id==3){flash04();stopit();}	
	currslid = id;
	for(i=0;i<4;i++){
		document.getElementById("tmb"+i).className = "thubpic";
	};
	document.getElementById("tmb"+id).className ="thubpiccur";
	stopit();
}

function playnext(){
	if(currslid==3){
		currslid = 0;
	}
	else{
		currslid++;
	};
	setfoc(currslid);
	playit();
}
function playit(){
	slidint = setTimeout(playnext,20000);
}
function stopit(){
	clearTimeout(slidint);
	}

function flash01()
{

document.getElementById("flash01").innerHTML=" <object classid='clsid:D27CDB6E-AE6D-11cf-96B8-444553540000' codebase='http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,19,0' width='340' height='210'> <param name='movie' value='http://www.pipew.com/ggfold/ggfile/325-210/340-210tyjs.swf' /> <param name='quality' value='high' /> <param name='wmode' value='transparent' /><embed src='http://www.pipew.com/ggfold/ggfile/325-210/340-210tyjs.swf' quality='high' pluginspage='http://www.macromedia.com/go/getflashplayer' type='application/x-shockwave-flash' width='340' height='210'></embed></object>"
}
function flash02()
{
	document.getElementById("flash01").innerHTML="<a href='http://www.pipew.com/zhanhuibaodao5/default.asp' target='_blank'><img src='http://www.pipew.com/ggfold/ggfile/325-210/biaoti.jpg' border='0' width='340' height='210'/></a>"
/*document.getElementById("flash01").innerHTML=" <object classid='clsid:D27CDB6E-AE6D-11cf-96B8-444553540000' codebase='http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,19,0' width='340' height='210'> <param name='movie' value='http://www.pipew.com/guanggao/325-210/340-210tyjs1.swf' /> <param name='quality' value='high' /> <embed src='http://www.pipew.com/guanggao/325-210/340-210tyjs1.swf' quality='high' pluginspage='http://www.macromedia.com/go/getflashplayer' type='application/x-shockwave-flash' width='340' height='210'></embed></object>"*/
}
function flash03()
{
	
	document.getElementById("flash01").innerHTML="<a href='http://www.pipew.com/zhanhuibaodao3/default.asp' target='_blank'><img src='http://www.pipew.com/ggfold/ggfile/325-210/lun3-1.jpg' border=0 width='340' height='210'/></a>"
}
function flash04()
{
		
	document.getElementById("flash01").innerHTML="<a href='http://www.pipew.com/zhanhuibaodao4/default.asp' target='_blank'><img src='http://www.pipew.com/zhanhuibaodao4/gg1.jpg' border=0 width='340' height='210'/></a>"
}
