function rpop(address,xxx,hhh) //всплывающее окно
{
tp = Math.ceil((screen.height-xxx)/2);
lf = Math.ceil((screen.width-hhh)/2);
forfocusnic = window.open(address, "ViewMessage", "toolbar=0, width="+xxx+", height="+hhh+", top="+tp+", left="+lf+", scrollbars=yes");
forfocusnic.focus();
}
