function img_win(img,h,w,title,name)
{
var New_W=window.open("",name,"dependet=1,height="+(h+10)+",width="+(w+10));
New_W.document.write("<head><title>"+title+"</title></head><body topmargin='5' leftmargin='0'><center><img src='29.jpg' width='"+w+"' height='"+h+"' border='0' onclick='parent.close();return true' name='big_pic' alt='Кликните на картинку, чтобы закрыть окно'></center></body>");
New_W.document.images.big_pic.src=img;
}

