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

function Cop1()
{
document.mod1.in1.select();
document.execCommand('Copy');
}

function Cop2()
{
document.mod2.in2.select();
document.execCommand('Copy');
}
