function popup3(adres,okno,width,height)  {
    iwin = top.window.open(adres,okno,"status=no,toolbar=no,location=no,menu=no,scrollbars=yes,resizable=yes,width="+width+",height="+height+"");
	iwin.window.focus();
}