Its as easy as creating a temporary function holder, any variable will do. Before setting the document to not hilight, just set your temp variable to the old function. When you're done, just set the documents onselectstart event to your temp var.
Here's some code, in case you're too daft to understand.
Code:
// create your var: var tempFunctionHolder; // in your
Leave a comment: