function popup(p_url, p_width, p_hite) 
{
  daughterWin=window.open(p_url, "floatnavbar","dependent,scrollbars=yes,resizable=yes,width="+p_width+",height="+p_hite+",left=10,top=10");
  daughterWin.focus();
}
