function HideStatus() { top.status=' '; /* if (navigator.appName.indexOf ("Microsoft") !=-1) { top.status=' ' } else { top.status=' '; }; */ } function UpdateImg() { /* fr = document.getElementById('wcframe'); if (fr) { fr.document.getElementById('NeedRefresh').value='1'; }; */ DObj = new Date(); CurTs= DObj.getTime(); delete DObj; inp=top.frames['wcframe'].location.reload(); inp=top.frames['wcframe'].document.getElementById('NeedRefresh'); if (inp) { inp.value=CurTs; } }; function open_window(w,h,url) { sw=screen.width; sh=screen.height; wid = 'help'; x=(sw-w)/2; y=(sh-h)/2; opts='scrollbars=yes,resizable=no,toolbar=no,location=no,directories=no,menubar=no,width='+w+',height='+h; opts+=(navigator.appName.indexOf("Microsoft")>=0?',left='+x+',top='+y:',screenX='+x+',screenY='+y); win = window.open(url,wid,opts); win.focus(); return win; } function showHelp() { open_window(550,500,'help.php?lng=RUS','_new'); }