function func() {
 document.forms[0].text.value = document.all.div_text.innerHTML;
}
function callFormatting(sFormatString) {
 document.execCommand(sFormatString);
}


