function zap()
{
if(myimg.filters.glow.enabled==1)
{myimg.filters.glow.enabled=0;
}
if (myimg.filters.blendTrans.status==0)
{
myimg.filters.blendTrans.apply();
myimg.filters.glow.enabled=1;
myimg.filters.blendTrans.play();
}
}
style="FILTER:glow(color=#ffff00,strength=20,enabled=0) blendTrans(duration=2); FONT-SIZE: 54px; HEIGHT: 200px">