 // Copyright 2001 by www.CodeBelly.com
 // Do *not* remove this notice.
 function selectText(){
 document.TheCode.TheText.focus();
 document.TheCode.TheText.select();
 }
