//little feature. Navigator cannot dynamically change the contents of a tablecell, so it only works with MSIE 4 and higher
function updateHeader(strText) {
if(document.all) {
objHeader = document.all['mailtoheader']
objHeader.innerText = "Mail to " + strText
}
}
</script>
<!--- If this is a popup, resize the window, if the user specified a different message width. Because a profilevariable may not be set, the contents need to be evaluated to be true. --->
<!--- Format the textarea to accompany reply/forward and profile settings for wrapping. --->
<RCif RCPwrap_out > 0>
<RC$wrap = hard>
<RC$cols = RCPwrap_out>
<RCelse>
<RC$wrap = soft>
<RC$cols = 58>
<RCendif>
<!--DEBUG <RCPwrap_out>-->
<!--- PERFORMANCE NOTE: This if-then branch sets a number of independant parameters. To tweak performance, you might change the evalution of the parameters, to evaluate the "most likely" first. This is different for all systems and depends on your users. --->