function openDisclaimerWin() {
    if (document.cookie) {
      if (document.cookie.toLowerCase().indexOf("us_healthcare=yes") >= 0) {
        window.location.href="/ezetimibe_simvastatin/vytorin/hcp/index.jsp";
        return;
      }
    }

    var myWin = window.open("/ezetimibe_simvastatin/vytorin/hcp_disclaimer_popup.jsp","Healthcare","status=no,width=300,height=150, scrollbars=no")
    if (myWin.opener == null)
        myWin.opener=window;
    myWin.opener.name="opener";
    myWin.focus();
}

// Used on patient ed page to launch pdfs (1/29/2007) - Use common method located in /vytorin/shared/scripts/scripts.js
//function launchPDF(ele) {
//  var s = document.getElementById(ele);
//  var whichPDF = s.options[s.selectedIndex].value;
//  if(whichPDF) openPopup(whichPDF);
//  tagBinary(whichPDF);
//}

function showNewDiv(){
    document.getElementById("no_display").style.display="block";
}
