function selectText(){
document.theForm.theText.focus();
document.theForm.theText.select();
}
