function win_open(this_p, winName, features) { //v2.0
  var url=this_p.href;
  window.open(url, winName, features);
}
