function new_w(url,width,height){
  window.open(url,'new_w','height='+height+',width='+width+',resizable=0,status=0,scrollbars=0,menubar=0,toolbar=0,topbar=0').focus()
}

