function ShowPopup (wx,wy,title,pic_url,text)
{
	wx=wx+40;
	win=window.open('','popup','width='+wx+',height='+wy+',left=100,top=0,location=no,menubar=no,resizable=no,scrollbars=yes');
	doc=win.document;
	doc.writeln('<html><head><meta http-equiv="Content-Type" content="text/html; charset=windows-1251"><title>Детективно-охранное агенство &laquo;Система безопасности предприятия&raquo;</title><STYLE type="text/css">.link {font-size: 11px; line-height:130%; font-family: Verdana,Arial,Helvetica,sans-serif;color: #63858c;} h1 {line-height:120%; font-size:15px; color:#63858c; font-weight:bold; text-decoration:none; text-transform: none;}</style></head><body bgcolor="#0e3b52" leftmargin="0" topmargin="0" marginwidth="0" marginheight="0"> <table cellpadding="0" cellspacing="0" width="100%"> <tr><td height="12"></td></tr> <tr> <td width="20"> </td> <td> </td> <td valign="top" align="right"><p><a href="#" onClick="javascript:window.print()" class="link" style="color: #63858c;">печать</a><img src="./i/spacer_12px.gif" width="12" height="1"><a href="javascript:window.close()" class="link">закрыть</a><img src="./i/spacer_12px.gif" width="12" height="1"></p> <p align="left"><strong><br></strong></p> </td> </tr> </table> <table width="100%" height="36" cellpadding="0" cellspacing="0"> <tr> <td width="20" height="12"> </td><td width="*"><h1>Детективно-охранное агенство<br> &laquo;Система безопасности предприятия&raquo;</h1> </td> </tr> </table> <table width="100%" height="36" cellpadding="0" cellspacing="0"> <tr> <td width="20" height="12"> </td><td width="*"> </td> </tr> </table> <table cellpadding="0" cellspacing="0" width="100%"> <tr><td width="20"><img src="./i/trans.gif" height="1" width="20"></td><td><img src="'+pic_url+'"> </td> <td width="100%"> </td> </tr> </table> <table cellpadding="0" cellspacing="0"> <tr> <td width="20"> </td> <td><img src="./i/spacer_12_2px.gif" width="1" height="8"><br>'+text+'<br><img src="./i/spacer_12_2px.gif" width="1" height="8"><br></td> </tr> </table></body></html>');
	doc.close();
}

function open_popup (url,conf)
{
	win=window.open(url,'popup',conf+'location=no,menubar=no,resizable=yes,scrollbars=yes');
}
