function winpopup() {
    url='raionguvd.html';
    winwid=600;
	winhei=500;
	title='ÐÀÉÎÍÍÛÅ ÓÂÄ-ÎÂÄ';
   var newWindow = window.open(url,'',"height="+winhei+",width="+winwid+",left=180,top=100,toolbar=no, location=no, directories=no, status=yes, menubar=no, scrollbars=no, resizable=yes");
   newWindow.document.write("<body style='padding:10px 0px 27px 0px; margin:0px; overflow:hidden; font-family:Tahoma, Arial, Helvetica, sans-serif'>");
   newWindow.document.write("<title>"+title+"</title>");
   newWindow.document.write("<style>");
   newWindow.document.write(".spis-guvd { width:550px; border:1px solid #ccc; }");
   newWindow.document.write(".spis-guvd td { font-size:13px; color:#000000; padding:4px; vertical-align:top; font-weight:bold; background:#eae9e9}");
   newWindow.document.write("#id1 { border:1px solid #ccc; border-left:0px sild #000; border-right:0px solid #000}");
   newWindow.document.write("#id2 { border:1px solid #ccc; border-left:0px sild #000; border-right:0px solid #000; background:#d9d9d9}");
   newWindow.document.write(".spis-guvd a { font-size:14px; color:#000000; text-decoration:none}");
   newWindow.document.write(".spis-guvd a:hover { text-decoration:underline}");
   newWindow.document.write("</style>");
   newWindow.document.write("<div style='padding-right:18px '>");
   newWindow.document.write("<table class='spis-guvd' cellpadding='0' cellspacing='0' align='center'>");
   newWindow.document.write("<tr><td>¹</td><td>Íàèìåíîâàíèå ÓÂÄ-ÎÂÄ</a></td></tr>");
   newWindow.document.write("</table>");
   newWindow.document.write("</div>");
   newWindow.document.write("<IFRAME src='listuvd.html' width='100%' height='100%' scrolling='auto' frameborder='0'>");
   newWindow.document.write("<img src="+url+" width="+winwid+" height="+winhei+" onClick='window.close();' >");
   newWindow.document.write("</body>");
   newWindow.document.close();
   newWindow.document.focus();
}
