function setThemedButton(obj,type){ obj = getRef(obj); url=obj.src.substring(0,obj.src.lastIndexOf("/")+1); obj.src=url+type+".gif"; return true; } function testImg(obj){ alert(getRef(obj).src); }