function kopy(){
var seci=document.selection.createRange();
if(seci!=null){
top.mainfrm.mainform.snews.value=seci.htmlText;
}
}
