function open_law(name)
{
  window.open(name,"","menubar=1,scrollbars=1,resizable=1,width=800,height=400");
}

