Searched refs:dropdowncontent (Results 1 – 1 of 1) sorted by relevance
/plugin/anewssystem/ |
H A D | dropdowncontent.js | 11 var dropdowncontent={ class 62 …window["glidetimer_"+obj.id]=setTimeout(function(){dropdowncontent.slideengine(obj, direction)}, 1… 70 if (!dropdowncontent.isContained(activeobj, e)){ 75 }, dropdowncontent.hidedivmouseout[1]) 102 page_request.onreadystatechange=function(){dropdowncontent.loadpage(page_request, divId)} 128 anchorobj.onmouseover=function(e){dropdowncontent.show(this, subobj, e)} 129 anchorobj.onmouseout=function(e){dropdowncontent.hide(subobj, subobj, e)} 133 anchorobj.onclick=function(e){dropdowncontent.show(this, subobj, e); return false} 135 subobj.onmouseout=function(e){dropdowncontent.hide(this, subobj, e)}
|