function okl(numer, width, height) {
	okno=window.open('okladki.php?okladka='+numer,'','width='+(arguments[1]==undefined?'334':arguments[1])+',height='+(arguments[2]==undefined?'470':arguments[2])+',toolbars=no,resizable=no,scrollbars=no');
}