function shopNew_(i){
	var f=document.getElementById("_f");
	f.scrollTop=i*80;
	i++
	if(i>2){
		i=0;
	}
	setTimeout("shopNew_("+i+")",5000);
}
function shopqg_(i){
	for (j=1;j<=7;j++){
		var f_=document.getElementById("qg_"+j);
		f_.style.width='';
	}

	var f=document.getElementById("qg_"+i);
	f.style.width='280px';
	i++
	if(i>7){
		i=1;
	}
	setTimeout("shopqg_("+i+")",5000);
}