function Popup(theURL,winName,features)
{
	okno = window.open(theURL,winName,features);
	okno.focus();
}
