function MM_openBrWindow(theURL,winName,features) { //v2.0
  window.open(theURL,winName,features);
}


function openComments() {
  window.open('../hcp/comments.html','popup','width=720,height=620,scrollbars=no,resizable=yes,toolbar=no,directories=no,location=no,menubar=no,status=no,left=10,top=10');	

}

