function Cop()
{
document.mod.ta.select();
document.execCommand('Copy');
}