// Prevents selection of text - not currently in use
// function disabletext(e){
// return false};function reEnable(){
// return true};document.onselectstart=new Function(unescape("%72%65%74%75%72%6E%20%66%61%6C%73%65"));if(window.sidebar){document.onmousedown=disabletext;document.onclick=reEnable}