if(navigator.userAgent.indexOf('MSIE',0) != -1){var isIE = true;}
        else {var isIE = false;}
function no_click(e){
        if((nav||n_6) && (e.which==2 || e.which==3))
        {
           alert(msg);return false;
        }
        if (navigator.appName == 'Microsoft Internet Explorer' && (event.button == 2 || event.button == 3))
        {
           alert(msg);return false;
        }
}
function popUpPhoto(PathToImage,Title,ImageWidth,ImageHeight){
        var msg = "Закрытый раздел SCOOTER TRACE";
        var iex=( document.all);
        var nav=( document.layers);
        var n_6=( window.sidebar);

        if (typeof(wind) == "object"){
                if (isIE) {wind.close();}
                else {wind.close;}
        }

        wind = window.open("","", "left=140,top=0,width="+(ImageWidth+0)+",height="+(ImageHeight)+",resizable=no,scrollbars=0");

        wind.document.writeln ('<title>' + Title + '</title>');
        wind.document.writeln ('<html><head>');
        wind.document.writeln ('</head>');
        wind.document.writeln ('');
        wind.document.writeln ('<body bottommargin="0" leftmargin="0" rightmargin="0" topmargin="0" marginheight="0" marginwidth="0" bgcolor="#FFFFFF">');
        wind.document.writeln ('<div align="center"><a href="javascript:window.close();">');

        wind.document.writeln ('<img name="viewimage" src="' + PathToImage + '" width="' + ImageWidth + '" height="' + ImageHeight + '" border="0" align="top">');
        wind.document.writeln ('</a>');
        wind.document.writeln ('</body></div></html>');

        if(nav)window.captureEvents(Event.MOUSEDOWN);
        if(n_6) document.addEventListener("MOUSEDOWN",no_click,true);
        (nav)?window.onmousedown=no_click:document.onmousedown=no_click;


        wind.document.close;
        wind.focus();

}
