var timeout;
var ie4=(navigator.appVersion.indexOf("MSIE")!=-1 && parseFloat(navigator.appVersion)>=4)?true:false;
var nn4=(navigator.appName=="Netscape" && parseFloat(navigator.appVersion)<5)?true:false;
var nn6=(navigator.appName=="Netscape" && parseFloat(navigator.appVersion)>=5)?true:false;


function OpenWindow(id,name,width,height) {
        style=',scrolling=yes,resizable=yes,scrollbars=yes,status=yes,statusbar=yes'

        var Left = (screen.width  - width) / 2 ;
        var Top  = (screen.height - height) / 2 ;



        window[id]=window.open('',name,'width='+width+',height='+height+',left='+ Left +',top='+ Top +style);

        return false;
}

function ow(isrc,ititle) {
        mwin=window.open('','','width=510,height=340,scrolling=no,resizable=yes');
        mwin.document.open();
        mwin.document.write('<html><head><title>'+ititle+'</title></head><body bgcolor="#FFFFFF" style="margin:0px; padding:0px;">');
        mwin.document.write('<a href="#" onclick="window.close(); return false" title="Кликните, чтобы закрыть окно"><img src="'+isrc+'" border="0" onload="window.resizeTo(this.width+8,this.height+30);"></a></body></html>');
}

