
//<![CDATA[

/***********************************************

* Disable select-text script- &copy; Dynamic Drive (www.dynamicdrive.com)

* This notice MUST stay intact for legal use

* Visit http://www.dynamicdrive.com/ for full source code

***********************************************/



//form tags to omit:

var omitformtags=["input", "textarea", "select"]



function disableselect(e){

for (i = 0; i < omitformtags.length; i++)

if (omitformtags[i]==(e.target.tagName.toLowerCase()))

return;

return false

}



function reEnable(){



return true



}



//if IE4+



document.onselectstart=new Function ("return false")



//if NS6



if (window.sidebar){



document.onmousedown=disableselect



document.onclick=reEnable



}

//]]>
