<!--
// automatically check the 'Add copy to sent items' box at PM compose page
// code by Stefan
if (document.forms['REPLIER']) {
if (document.REPLIER.add_sent) {
document.REPLIER.add_sent.checked = true
}}
// -->