function GetBigMap(img,vx,vy,adress,detl)
{
var vxm=vx+40;
var vym=vy+70;
myWin= window.open ("", "window",
 "width="+vxm+",height="+vym+",toolbar=no,location=no,directories=no,status=no,menubar,scrollbars=yes,resizable=no,copyhistory=yes,left=0,top=0");
myWin.focus();
myWin.document.open();
myWin.document.write('<html><head><meta http-equiv="content-type" content="text/html; charset=windows-1251">');
myWin.document.writeln('<title> On-com: системы IP видеонаблюдения. Схема презда </title>');
myWin.document.write('<LINK href="/css/standard.css" type="text/css" rel="stylesheet"></head>');
myWin.document.write('<body bgcolor="#FFFFFF"  leftmargin=0 topmargin=0 marginheight=0 marginwidth=0>');
myWin.document.writeln('<div align="center">');
myWin.document.writeln('<p><img src='+img+' width='+vx+' height='+vy+' onClick=window.close(); style=CURSOR:hand;></p>  ');
myWin.document.writeln('<p>'+adress+'<br>'+detl+'<p>');
myWin.document.close();
}


