function winopen (url, height, width) {
  window.open(url,'cases','width='+width+',height='+height);

}
