function ftarget(el, name)
{
	var wnd = window.open(typeof el == 'string' ? el : el.href, typeof name != 'undefined' ? name : '', 'menubar=yes,toolbar=yes,location=yes,directories=no,status=yes,scrollbars=yes,resizable=yes');
	if (!wnd) return false;
	wnd.focus();
	return true; 
}

function okno(url, width, height) {


  
  
        win = window.open(url,"_blank",'width=' + width + ',height=' + height + ',resizable=0, scrollbars=auto, menubar=no,' );
 



  }
