browserName = navigator.appName;
browserVer = parseInt(navigator.appVersion);
var agent = navigator.userAgent;

if (agent.indexOf("Opera") > -1) {
	document.writeln("<link rel=stylesheet type=text/css href=\"/css/ie.css\">");
}
else if ((browserVer >3) && (browserName == "Microsoft Internet Explorer")) {
	document.writeln("<link rel=stylesheet type=text/css href=\"/css/ie.css\">");
}
else if ((browserVer >3) &&(browserName == "Netscape")) {
	document.writeln("<link rel=stylesheet type=text/css href=\"/css/nn.css\">");
}

function maxpic99(img_path,titl){
var str, StrBody;
        str = 'resizable=yes,width=100,height=100,screenX=100,screenY=100,left=100,top=100';      
        if (document.all){ 
                StrBody = '<body marginwidth="25" marginheight="25" topmargin="25" bottommargin="50" leftmargin="25" rightmargin="25" bgcolor="#eeeeee" onblur="self.window.close();" onresize="self.window.location.reload();">';
        } else {
                StrBody = '<body marginwidth="25" marginheight="25" topmargin="25" bottommargin="50" leftmargin="25" rightmargin="25" bgcolor="#eeeeee" onblur="self.window.close();">';
        }                
        var win_op = window.open('','show', str);
        win_op.document.open("text/html");
        win_op.document.writeln('<html>');
        win_op.document.writeln('<head>');
        win_op.document.writeln('<title>Депутат Государственной Думы Федерального собрания Мария Яковлевна Лебедева</title>');
        win_op.document.writeln('<script>');
        win_op.document.writeln('function resize_img() {');
        win_op.document.writeln('var width = document.image.width+50;');
        win_op.document.writeln('var height = document.image.height+75;');
        win_op.document.writeln('if (!(document.all)){ self.resizeTo(width,height); } else { self.resizeTo((width+12),(height + 31));');
        win_op.document.writeln(' }');
        win_op.document.writeln('}');
        win_op.document.writeln('</script>');   
        win_op.document.writeln('</head>');
        win_op.document.writeln(StrBody);
        win_op.document.writeln('<img name="image" src="'+ img_path +'" border=0 alt="" onload="resize_img();"><p align="center" style="margin-top: 5px;"><span style="font-family: Tahoma,  Arial, Helvetica, sans-serif; font-size:10px; color: #000000; text-align: center;">'+ titl+'</span><br><br>');
        win_op.document.writeln('</body>');
        win_op.document.writeln('</html>');             
        win_op.document.close();
}