
function DoCommand(command){
 document.execCommand(command, false, null);
}

function DoLink(command){
 document.execCommand(command);
}
