///// use this to call the method ---  <a href="put your target url here" target="new" onClick="owNewWindow(this);return false;"> ///////
function owNewWindow(anchor) {
   /* var av = navigator.appVersion;
    if(av.indexOf('2.0') != -1){return false;}
    anchor.target = ""; // set the target to empty so 2 windows dont open.*/
    var args = "toolbar=no,location=no,status=no,menubar=no,scrollbars=no,resizable=yes,width=770,height=460";
    owPopup = window.open(anchor.href, "owPopup", args);
    owPopup.focus();
    return true;
  }