sayuImg = null;
dSize = cSize = 50;
function splanPic() {
	if (!sayuImg) return;
	if (cSize < 3) { sayuImg.filters[0].enabled = false; return; }
	sayuImg.filters[0].MaxSquare = cSize--;
}
function setImg(sp05) {
	sayuImg = sp05;
	cSize = dSize;
}
