<!-- Begin

function ShowLinkText(LinkName,LinkText) {
         document.write('<input type="radio" name="selected" value="' + LinkName + '" onClick="javascript:this.form.' + LinkName + 'TextBox.focus();this.form.' + LinkName + 'TextBox.select();" >')
         document.write(' ' + LinkText + '<br><br>')
         document.write('<center><textarea readonly name="' + LinkName + 'TextBox" rows="3" cols="60" wrap="soft">' + LinkText + '</textarea></center>') 
         document.write('<br>') }

// End -->
