function pictb(ImgName){
buf="";
myWin=window.open("","Big",'width=600, height=600,titlebar=no,toolbar=no,directories=no,location=no,status=no,scrollbars=no,resizable=no,menubar=no');
 buf+='<html><head><title>Фотографии Карлоса Кастанеды | лже Карлос Кастанеда</title>'+
'</head>'+
'<body bgcolor=#ffffff topmargin=0 marginheight=0 leftmargin=0 marginwidth=0 background=http://www.castanedadzr.ru/images/pix.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();
}
