function createWindow(picture)
{
	picwin = window.open("","picwin","toolbar=no,status=0,menubar=no,resizable=yes,scrollbars=yes,width=307,heigh=307");
	picwin.document.open();
	picwin.document.writeln("<html><head><LINK href='/css/style.css' type=text/css rel=stylesheet><title>CeramicGroup</title></head><body bgcolor='#FFFFFF' leftmargin='0' rightmargin='0' bottommargin='0' topmargin='0' marginwidth='0' marginheight='0'><table width='100%' border='0' cellpadding='0' cellspacing='0'><tr><td align='center'><a href='javascript:window.close();' title='закрыть окно' alt='закрыть окно'><img onLoad=\"window.resizeBy(document.images['picture'].width - document.body.clientWidth,document.images['picture'].height - document.body.clientHeight+30);\" border=0 name='picture' src='"+picture+"'/></a></td></tr></table><p align=center><font class='zoom'><a href='javascript:window.close();' title='закрыть окно' >закрыть окно</font></p></div></body></html>");
	picwin.document.close();
	picwin.focus();
}

