//=========================================================== // This function is required for IE only, as it doesn't support // the :hover pseudo class on elements other then //============================================================ function InitializeMenu() { if (document.all && document.getElementById) { var navRoot = document.getElementById("Nav"); for (i=0; i of the document being sent var strPageTitle = escape( parent.document.title ); var strURLParams = '?ForceUserDeserialize=-1&pageToSend=' + strCurrentUrl + '&pageTitle=' + strPageTitle + '&mode=submitted'; var strURL = objLink.href + strURLParams; var strWindowProperties = 'width=409,height=460,scrollbars=yes,location=no,directories=no,status=no,menubar=no,toolbar=no,resizable=no'; // open the window openWindow(strURL ,'send_to_a_friend', strWindowProperties); // prevent any further code from executing return false; } //================================================= // Open an new window with customized properties //================================================= function openWindow(URL, Name, Args){ popupWin = window.open(URL, Name, Args); popupWin.focus(); } function printPage(){ if (window.print) window.print(); else alert('Your browser does not support javascript printing.\nTo print this page, select File: Print from your menu.\nThis page is already printer friendly.'); } //================================================= // Open an new window with for popupimage //================================================= function popupwindowscroll(url, intWidth,intHeight,blnScroll){ if (intWidth == null || intHeight == null) {intWidth=750;intHeight=535;} if (blnScroll == null) {blnScroll='yes';} // this is the common window for popups. it resizes to the size needed //NewWindow = window.open(url,"POPUPWINDOWSCROLL","toolbar=no,width="+intWidth+",height="+intHeight+",directories=no,status=no,scrollbars=yes,resizable=no,menubar=no,top=0,left=20"); window.name ="NewWindow"; NewWindow = window.open(url,"POPUPWINDOWSCROLL","toolbar=no,width="+intWidth+",height="+intHeight+",directories=no,status=no,scrollbars="+blnScroll+",resizable=no,menubar=no,top=0,left=20"); NewWindow.resizeTo(intWidth, intHeight); NewWindow.focus(); } //================================================= // show leaving the site warning //================================================= var ExitPopUpsEnabled = true; var SiteExceptions = new Array ("www.organon.com","hcp.organon.com","www.organon-conferences.com","www.psychiatrymatters.md","www.remeronsoltab.md","www.nuvaring.md","www.orgyn.com","www.implanon.md","www.cerazette.md","www.contraception.net","www.nuvaring.com","www.mycontraceptive.com","www.cyclessa.com","www.organon.com.au","www.marvelon.ca","www.puregonpen.com","www.puregon.md","www.puregon.com","www.follistim.com","www.fertilityjourney.com","www.livial.md","www.liviella.de","hcp.livial.info","www.livial.com","www.andriol.md","www.andriol.com","www.andropause.com","www.anesthesianow.com","www.esmeron.md","www.zemuron.com","www.oncotice.md", "www.kinderwens.nl", "www.fertilityjourney.com.sg", "www.unserwunschkind.at", "www.kinderwunsch.de", "www.jeveux1bebe.be", "www.viajandohacialafertilidad.com","www.organon.nl", "www.kinderwens.be", "www.fertilityjourney.com.my", "www.organon.de", "www.adobe.com","www.hcp-nuvaring-de.com","www.fertilitetsguiden.nu","www.schildklierzorg.nl","www.nuvaring.nl","smpc.organon.nl","www.schering-plough.com","www.schering-plough.nl","dev212.merry.merck.com","sms.nuvaring.de","smpc.organon.com","www.organon.es","www.spfiles.com","www.anticonceptie.nl","www.gebruiksters.nuvaring.nl","www.msd.nl","content.msd.nl"); function ReplaceLinks() { var currentdomain = document.domain; if (ExitPopUpsEnabled) { for (l=0; l 0) { if (this[i-1].toUpperCase() === search_term) return true; } } while (--i); return false; } function faq(faqno) { if(document.getElementById("faqans" + faqno).style.display.match("none")) { //alert(test); document.getElementById("faqans" + faqno).style.display="block"; } else { //alert(test); document.getElementById("faqans" + faqno).style.display="none"; } } // Start Font Change Functionality var tagArray = ["p,11,","ul,11,","li,11,","ol,11,","sub,10,","sup,10,","h1,18,",".header1,15,",".header2,12,","h2,12,","h3,11,","h4,10,","td,11,.style5",".style5,10,","th,11,",".readmore,10,","a,11,",".faq_ans,11,"]; var fontDiff = 5; var masterTag = "bodyCopy"; var objMasterTag; function increaseFontSize() { var eleTagObj; for(var i=0;i 0){ if(tagName.substring(0,1) == ".") { objTag = getElementsByClassName(tagName.substring(1)); } else if(tagName.substring(0,1) == "#") { objTag = objMasterTag.getElementById(tagName.substring(1)); } else { objTag = objMasterTag.getElementsByTagName(tagName); } } return objTag; } function fontChange(objTag,defSize,operatorFunc,excepTag) { var s; for(var i=0;i" //alert(strHTML); note.innerHTML=strHTML;//unescape(noteInfo)//.replace("#39;","'"); //alert(note.innerHTML); note.style.width= noteWidth + "px" note.style.top=document.documentElement.scrollTop + mouseEvent.clientY + 15 + "px"; note.style.left=document.documentElement.scrollLeft + mouseEvent.clientX + 20 + "px"; //alert(document.documentElement.scrollHeight); note.style.display='block'; note.style.visibility='visible'; } function hideNote() { // gets note1 element var note=document.getElementById('note'); // hides note1 element note.value=""; note.style.visibility='hidden'; }