// FyneWeb-Design Gallery (c) 2009 (v1.1.0) function LoadProperty(PicMain, imageFile){ if (document.all){ document.getElementById(PicMain).style.filter="blendTrans(duration=1)"; document.getElementById(PicMain).filters.blendTrans.Apply();} document.getElementById(PicMain).src = imageFile; if (document.all){document.getElementById(PicMain).filters.blendTrans.Play();} }