function targetBlank(url) {
  // <a href='http://www.domain.com' onclick="targetBlank(this.href);return false;">The GN in a new window</a>
  blankWin = window.open(url,'_blank','menubar=yes,toolbar=yes,location=yes,directories=yes,fullscreen=no,titlebar=yes,hotkeys=yes,status=yes,scrollbars=yes,resizable=yes');
}


function flevPopupLink() {
  var v1=arguments, v2=window.open(v1[0],v1[1],v1[2]), v3=(v1.length>3)?v1[3]:false;if (v3){v2.focus();}document.MM_returnValue=false;
}
