<!-- новое окно -->
function open_window(path,w,h,wname,scroll)
{ p=',width='+w+',height='+h+',resizable=no,toolbar=no,location=no,directories=no,status=no,scrollbars='+scroll+',menubar=no'; xxx=open(path,wname,p);xxx.focus(); }

function visibleclown(hint) {
hint=hint.replace("[br]", "<br>");
document.getElementById('inner').innerHTML="<DIV id='klown'>"+hint+"</Div>";
}

function unvisibleclown() {
document.getElementById('inner').innerHTML="";
}
