function jwindow(url, title, features) {
      window.open( url, title, features);
 }
 
 