var buf="";
function pict(ImgName,ImgWidth,ImgHeight){
	buf="";
	myWin=window.open("","big_pictures",'width='+eval(ImgWidth+12)+',height='+eval(ImgHeight+27)+',titlebar=no,toolbar=no,directories=no,status=no,scrollbars=auto,resizable=yes,menubar=no');
        buf+='<html><head><title>Ювелирторг</title>'+
	'</head>'+
	'<body bgcolor=#ffffff link=#005DA6 vlink=#005DA6 alink=#005DA6 topmargin=0 marginheight=0 leftmargin=0 marginwidth=0 '+
		'onload="javacsript:self.resizeTo('+eval(ImgWidth+12)+','+eval(ImgHeight+27)+')">'+
	'<center><table height=100% border=0 cellpadding=0 cellspacing=0><tr><td>'+
	'<center><a href="javascript:window.close()"><img src="'+ImgName+'" width='+ImgWidth+' height='+ImgHeight+' border=0 alt="Нажмите на картинку, чтобы закрыть окно"></a>'+
	'</td></tr></table>'+
	'</body></html>';
	myWin.document.write(buf);
	myWin.document.close();
	myWin.window.focus();
}
