This example uses the removeBehavior method to show how a behavior that implements a mouseover highlighting effect can be dynamically removed from all li elements on a page. <SCRIPT LANGUAGE="JScript"> var collBehaviorID = new Array(); var collLI = new Array (); var countLI = 0; : fu...