// JavaScript Document
function open_window2(src,xx,yy)
{
 h = yy+20;
 w = xx+20;
 okno = window.open(src,'ok','toolbar=no,location=no,directories=no,status=no,menubar=no, scrollbars=no,resizable=yes,fullscreen=no,channelmode=no,width='+w+',height='+h+',top=10,left=10');
 okno.document.write("<HTML><HEAD><TITLE>FAST WAY - język angielski metodą Callana</TITLE><SCRIPT LANGUAGE=javascript>self.focus()</SCRIPT></HEAD><BODY style=\"margin:8px\" topmargin=\"8\" marginheight=\"8\"><a href=\"\" onClick=\"self.close()\"><IMG style=\"border : 1px solid #000033;\"  SRC=\""+src+"\" ></a></BODY></HTML>");
}