function pictb(ImgName){
buf="";
myWin=window.open("","Big",'width=720, height=640,titlebar=no,toolbar=no,directories=no,status=no,scrollbars=yes,resizable=yes,menubar=no');
 buf+='<html><head><title>Группа компаний МиГ</title>'+
'</head>'+
'<body bgcolor=#ffffff topmargin=0 marginheight=0 leftmargin=0 marginwidth=0 background=images/spacer.gif>'+
'<center><table height=100% border=0 cellpadding=0 cellspacing=0><tr><td>'+
'<center><a href="javascript:window.close()"><img src="'+ImgName+'" border=0 alt="Закрыть окно"></a>'+
'</td></tr></table>'+
'</body></html>';
myWin.document.write(buf);
myWin.document.close();
myWin.window.focus();
}
