function wop(url, width, height)
{
	width = width + 40;
	height = height + 40;
	var w = window.open('', '', 'width=' + width +', height=' + height + ',status=no,menubar=no,resizable=yes,scrollbars=yes');
	width = width - 40;
	height = height - 40;
	w.document.write('<html><head><title>Shtos.RU - Бильярдный клуб "Штос"</title></head><body bgcolor="#F6E1C6" style="cursor: pointer; margin: 0px" onclick=\'javascript:window.close();\'><table border="0" align="center" height="100%" cellspacing="0" cellpadding="0"><tr><td align=center><img border="0" style="border: #5A452A 1px solid;" alt="Закрыть окно" src="' + url + '"></td></tr></table></body></html>');
	w.focus();
}

