function open_news(theURL) { //v2.0
  window.open(theURL,'opennews','menubar=1,toolbar=0,location=0,directories=no,status=no,scrollbars=1,resizable=1,top=28,left=10,width=700,height=418');
}

function open_address(theURL) { //v2.0
  window.open(theURL,'openaddress','menubar=0,toolbar=0,location=0,directories=no,status=no,scrollbars=0,resizable=0,top=50,left=100,width=360,height=238');
}

function open_hc(theURL) { //v2.0
  window.open(theURL,'openaddress','menubar=0,toolbar=0,location=0,directories=no,status=no,scrollbars=0,resizable=0,top=0,left=0,width=566,height=560');
}