//Requires the findDOM() function in the BrowserDOM_js.aspx function DHTMLEffect_Change(objElement, strStyle, strNewValue){ objChange = findDOM(objElement,0); var objStyle = objChange.style; objStyle [strStyle] = strNewValue; } function DHTMLEffect_ChangeImage(objImage, strImagePath){ objImage.src = strImagePath; }