function hrefOpen(winURL,winWidth,winHeight,Title,resize) {
  window.open(winURL,'_blank','width='+winWidth+',height='+
    winHeight+',toolbar=0,menubar=0,location=no,status=no,'+
    'resizable='+resize+',scrollbars=yes');
return false
}
