bg=1;
cnt=1;
function Filter() {
	if(cnt>10||cnt<1)bg*=-1;
	cnt+=bg;
	wg.filters["glow"].strength=cnt*1;
}