// function LoadProperty(PicMain, imageFile, PicTitle, PicText){ 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();} document.getElementById(PicTitle).innerHTML=PicText; }