function paste_strinL(strinL){ 
 document.postMsg.poslText.value +=strinL;
 document.postMsg.poslText.focus();
}
function moveover(txt) {
 window.status = txt;
 setTimeout("EraseStatusBar()",1000);
}
function reagovat(strinL){ 
 document.postMsg.TitleForm.value = strinL;
 document.postMsg.TitleForm.focus();
 document.getElementById('clannereag').style.display='block';
}
function reagnumber(strinL, strinO){ 
 document.postMsg.RegujNum.value = strinL;
 document.postMsg.Odsazeni.value = strinO+1;
}
function noreag(strinL, strinO){ 
 document.postMsg.RegujNum.value = strinL;
 document.postMsg.Odsazeni.value = strinO;
 document.getElementById('clannereag').style.display='none';
}




