function winpop(fileName) {
     window.open(fileName,'Rotavirus Vaccine Program','height=480,width=640,scrollbars=yes,titlebar=true');
}

function openWindow(theURL,winName,features) { //v2.0
  window.open(theURL,'RVP','height=480,width=640,scrollbars=yes');
}

