function MM_findObj(n, d) { //v4.01
  var p,i,x;  if(!d) d=document; if((p=n.indexOf("?"))>0&&parent.frames.length) {
    d=parent.frames[n.substring(p+1)].document; n=n.substring(0,p);}
  if(!(x=d[n])&&d.all) x=d.all[n]; for (i=0;!x&&i<d.forms.length;i++) x=d.forms[i][n];
  for(i=0;!x&&d.layers&&i<d.layers.length;i++) x=MM_findObj(n,d.layers[i].document);
  if(!x && d.getElementById) x=d.getElementById(n); return x;
}
function MM_preloadImages() { //v3.0
  var d=document; if(d.images){ if(!d.MM_p) d.MM_p=new Array();
    var i,j=d.MM_p.length,a=MM_preloadImages.arguments; for(i=0; i<a.length; i++)
    if (a[i].indexOf("#")!=0){ d.MM_p[j]=new Image; d.MM_p[j++].src=a[i];}}
}
function MM_swapImgRestore() { //v3.0
  var i,x,a=document.MM_sr; for(i=0;a&&i<a.length&&(x=a[i])&&x.oSrc;i++) x.src=x.oSrc;
}
function MM_swapImage() { //v3.0
  var i,j=0,x,a=MM_swapImage.arguments; document.MM_sr=new Array; for(i=0;i<(a.length-2);i+=3)
   if ((x=MM_findObj(a[i]))!=null){document.MM_sr[j++]=x; if(!x.oSrc) x.oSrc=x.src; x.src=a[i+2];}
}


function r_on(i) {
  if (document.images) { 
    if (document[i].src.indexOf("down") < 0) {
      document[i].src = "../../images/" + i + "_over.gif"; 
    }
  }
}

function r_off(i) {
  if (document.images) { 
    if (document[i].src.indexOf("down") < 0) {
      document[i].src = "../../images/" + i + ".gif"; 
    }
  }
}

function s_on(i) {
  if (document.images) { 
    if (document[i].src.indexOf("down") < 0) {
      document[i].src = "../images/" + i + "_over.gif"; 
    }
  }
}

function s_off(i) {
  if (document.images) { 
    if (document[i].src.indexOf("down") < 0) {
      document[i].src = "../images/" + i + ".gif"; 
    }
  }
}

function ss_on(i) {
  if (document.images) { 
    if (document[i].src.indexOf("down") < 0) {
      document[i].src = "images/" + i + "_over.gif"; 
    }
  }
}

function ss_off(i) {
  if (document.images) { 
    if (document[i].src.indexOf("down") < 0) {
      document[i].src = "images/" + i + ".gif"; 
    }
  }
}

function writeDate() {
  var today = new Date();
  var year = today.getFullYear();
  document.write(year);
}

function leaveSite(site) {
  if (confirm('You are now leaving this web site.\nIf you do not wish to leave this site, click Cancel. Click OK to leave.') == 1) {
    window.open(site, 'Untitled','toolbar=yes,width=750,height=500,directories=no,status=no,scrollbars=yes,resizable=yes,menubar=yes')
  }
}

function popUp(page) {
  popup_window = window.open(page,'popup','location,menubar,resizable,scrollbars,status,toolbar,width=500,height=300');
}

function popUp2(page) {
  popup_window = window.open(page,'popup','location,menubar,resizable,scrollbars,status,toolbar,width=500,height=200');
}

function popUp3(page) {
  popup_window = window.open(page,'popup','scrollbars=yes,resize=yes,menubar=no,toolbar=no,width=800,height=700');
}

<!-- CODE FOR INCREASING AND DECREASING THE FONT SIZE -->
var min=8;
var max=18;

function increaseFontSize() {
   var p = document.getElementsByTagName('p');
   for(i=0;i<p.length;i++) {
      if(p[i].style.fontSize) {
         var s = parseInt(p[i].style.fontSize.replace("px",""));
      } else {
         var s = 12;
      }
      if(s!=max) {
         s += 1;
      }
      p[i].style.fontSize = s+"px"
   }
}

function increaseFontSizeLi() {
   var li = document.getElementsByTagName('li');
   for(i=0;i<li.length;i++) {
      if(li[i].style.fontSize) {
         var s = parseInt(li[i].style.fontSize.replace("px",""));
      } else {
         var s = 12;
      }
      if(s!=max) {
         s += 1;
      }
      li[i].style.fontSize = s+"px"
   }
}

function increaseFontSizeA() {
   var a = document.getElementsByTagName('a');
   for(i=0;i<a.length;i++) {
      if(a[i].style.fontSize) {
         var s = parseInt(a[i].style.fontSize.replace("px",""));
      } else {
         var s = 12;
      }
      if(s!=max) {
         s += 1;
      }
      a[i].style.fontSize = s+"px"
   }
}

function decreaseFontSize() {
   var p = document.getElementsByTagName('p');
   for(i=0;i<p.length;i++) {
if(p[i].style.fontSize) {
         var s = parseInt(p[i].style.fontSize.replace("px",""));
      } else {
         var s = 12;
      }
      if(s!=min) {
         s -= 1;
      }
      p[i].style.fontSize = s+"px"
   }   
}

function decreaseFontSizeLi() {
   var li = document.getElementsByTagName('li');
   for(i=0;i<li.length;i++) {
if(li[i].style.fontSize) {
         var s = parseInt(li[i].style.fontSize.replace("px",""));
      } else {
         var s = 12;
      }
      if(s!=min) {
         s -= 1;
      }
      li[i].style.fontSize = s+"px"
   }   
}

function decreaseFontSizeA() {
   var a = document.getElementsByTagName('a');
   for(i=0;i<a.length;i++) {
if(a[i].style.fontSize) {
         var s = parseInt(a[i].style.fontSize.replace("px",""));
      } else {
         var s = 12;
      }
      if(s!=min) {
         s -= 1;
      }
      a[i].style.fontSize = s+"px"
   }   
}

function audiopop() { 
 myWindow=window.open("audio_pop.html","audiopop", "scrollbars=no,resize=yes,menubar=no,toolbar=no,width=800,height=400");
}

function toggle(which) 
{
	theDivs = which.split(/,/);
		if(document.getElementById(theDivs[0]).style.display == "none" || document.getElementById(theDivs[0]).style.display == "") 
		{
			showOrHide = "block";
		} else {
			showOrHide = "none";
		}
	for(i=0;i<=theDivs.length;i++) 
	{
		document.getElementById(theDivs[i]).style.display = showOrHide;
	}
}

function openfaq_pop() { 
 myWindow=window.open("faq_pop.html","faq_pop", "scrollbars=no,resize=no,menubar=no,toolbar=no,width=300,height=250");
}

function openhmo() { 
 myWindow=window.open("hmo.html","hmo", "scrollbars=yes,resize=yes,menubar=no,toolbar=no,width=800,height=750");
}

function openhmorx() { 
 myWindow=window.open("hmorx.html","hmorx", "scrollbars=yes,resize=yes,menubar=no,toolbar=no,width=800,height=700");
}

function openhmorxenhanced() { 
 myWindow=window.open("hmorxenhanced.html","hmorxenhanced", "scrollbars=yes,resize=yes,menubar=no,toolbar=no,width=800,height=700");
}

function openpporxenhanced() { 
 myWindow=window.open("pporxenhanced.html","pporxenhanced", "scrollbars=yes,resize=yes,menubar=no,toolbar=no,width=800,height=700");
}

function openppohdhprx() { 
 myWindow=window.open("ppohdhprx.html","ppohdhprx", "scrollbars=yes,resize=yes,menubar=no,toolbar=no,width=800,height=700");
}

function openprescription() { 
 myWindow=window.open("prescription.html","prescription", "scrollbars=yes,resize=yes,menubar=no,toolbar=no,width=800,height=700");
}

function opendisenroll() { 
 myWindow=window.open("disenroll.html","disenroll", "scrollbars=yes,resize=yes,menubar=no,toolbar=no,width=800,height=700");
}

function opendoc_rx() { 
 myWindow=window.open("doc_rx.html","docrx", "scrollbars=yes,resize=yes,menubar=no,toolbar=no,width=800,height=700");
}

function opendoc_disease() { 
 myWindow=window.open("doc_disease.html","docdisease", "scrollbars=yes,resize=yes,menubar=no,toolbar=no,width=800,height=700");
}

function audiopop() { 
 myWindow=window.open("audio_pop.html","audiopop", "scrollbars=no,resize=yes,menubar=no,toolbar=no,width=800,height=400");
}

function close_pop() { 
 //window.close();
 window.open ("audio_members.html","mywindow");
 this.window.close();
}

function close_pop2() { 
 //window.close();
 window.open ("audio_prospective.html","mywindow2");
 this.window.close();
}

function popUp(page) {
  popup_window = window.open(page,'popup','width=820,height=620');
}

function openquickfacts() { 
 myWindow=window.open("quickfacts.html","quickfacts", "scrollbars=yes,resize=yes,menubar=no,toolbar=no,width=800,height=600");
}

function openfaq_pop1() { 
 myWindow=window.open("faq_pop1.html","faq_pop1", "scrollbars=yes,resize=yes,menubar=no,toolbar=no,width=800,height=700");
}

function openfaq_pop2() { 
 myWindow=window.open("faq_pop2.html","faq_pop2", "scrollbars=yes,resize=yes,menubar=no,toolbar=no,width=800,height=700");
}

function openfaq_pop3() { 
 myWindow=window.open("faq_pop3.html","faq_pop3", "scrollbars=yes,resize=yes,menubar=no,toolbar=no,width=800,height=700");
}

function openfaq_pop4() { 
 myWindow=window.open("faq_pop4.html","faq_pop4", "scrollbars=yes,resize=yes,menubar=no,toolbar=no,width=800,height=700");
}

function openfaq_pop5() { 
 myWindow=window.open("faq_pop5.html","faq_pop5", "scrollbars=yes,resize=yes,menubar=no,toolbar=no,width=800,height=700");
}

function openfaq_pop6() { 
 myWindow=window.open("faq_pop6.html","faq_pop6", "scrollbars=yes,resize=yes,menubar=no,toolbar=no,width=800,height=700");
}

function openfaq_pop7() { 
 myWindow=window.open("faq_pop7.html","faq_pop7", "scrollbars=yes,resize=yes,menubar=no,toolbar=no,width=800,height=700");
}

function openfaq_pop8() { 
 myWindow=window.open("faq_pop8.html","faq_pop8", "scrollbars=yes,resize=yes,menubar=no,toolbar=no,width=800,height=700");
}

function openfaq_pop9() { 
 myWindow=window.open("faq_pop9.html","faq_pop9", "scrollbars=yes,resize=yes,menubar=no,toolbar=no,width=800,height=700");
}

function toggle_visibility(id) {
       var e = document.getElementById(id);
       if(e.style.display == 'block')
          e.style.display = 'none';
       else
          e.style.display = 'block';
    }
    
function opendoc_rx() { 
 myWindow=window.open("doc_rx.html","docrx", "scrollbars=yes,resize=yes,menubar=no,toolbar=no,width=800,height=700");
}


function opendoc_disease() { 
 myWindow=window.open("doc_disease.html","docdisease", "scrollbars=yes,resize=yes,menubar=no,toolbar=no,width=800,height=700");
}

function popUpCompare(page) {
  popup_window = window.open(page,'popup','scrollbars=yes,menubar=no,toolbar=no,width=1150,height=700');
}

function meetingpop() { 
 myWindow=window.open("member_meeting_pop.html","meetingpop", "scrollbars=yes,resize=yes,menubar=no,toolbar=no,width=850,height=700");
}

function popUpCompare(page) {
  popup_window = window.open(page,'popup','scrollbars=yes,menubar=no,toolbar=no,width=1150,height=700');
}

function openpartdfaqnumber() { 
 myWindow=window.open("partdfaq.html#number","partdfaq", "scrollbars=yes,resize=yes,menubar=no,toolbar=no,width=800,height=700");
}
function opendisenroll() { 
 myWindow=window.open("disenroll.html","disenroll", "scrollbars=yes,resize=yes,menubar=no,toolbar=no,width=800,height=700");
}
function openpartdfaqaccess() { 
 myWindow=window.open("partdfaq.html#access","partdfaq", "scrollbars=yes,resize=yes,menubar=no,toolbar=no,width=800,height=700");
}
function openpartdfaqexception() { 
 myWindow=window.open("partdfaq.html#exception","partdfaq", "scrollbars=yes,resize=yes,menubar=no,toolbar=no,width=800,height=700");
}
function openpartdfaqnonlongterm() { 
 myWindow=window.open("partdfaq.html#nonlongterm","partdfaq", "scrollbars=yes,resize=yes,menubar=no,toolbar=no,width=800,height=700");
}
function openpartdfaqlongterm() { 
 myWindow=window.open("partdfaq.html#longterm","partdfaq", "scrollbars=yes,resize=yes,menubar=no,toolbar=no,width=800,height=700");
}
function openpartdfaqmedications() { 
 myWindow=window.open("partdfaq.html#medications","partdfaq", "scrollbars=yes,resize=yes,menubar=no,toolbar=no,width=800,height=700");
}
function openpartdfaqmedmgmt() { 
 myWindow=window.open("partdfaq.html#medmgmt","partdfaq", "scrollbars=yes,resize=yes,menubar=no,toolbar=no,width=800,height=700");
}
function openpartdfaqdrugutilization() { 
 myWindow=window.open("partdfaq.html#drugutilization","partdfaq", "scrollbars=yes,resize=yes,menubar=no,toolbar=no,width=800,height=700");
}
function openpartdfaqboth() { 
 myWindow=window.open("partdfaq.html#both","partdfaq", "scrollbars=yes,resize=yes,menubar=no,toolbar=no,width=800,height=700");
}
function openprescription() { 
 myWindow=window.open("prescription.html","prescription", "scrollbars=yes,resize=yes,menubar=no,toolbar=no,width=800,height=700");
}
function openfaq_pop() { 
 myWindow=window.open("faq_pop.html","faq_pop", "scrollbars=no,resize=no,menubar=no,toolbar=no,width=300,height=250");
}