function popUpCurrentPrescription() {	var infoTitle = 'MORE INFORMATION';	var infoMessage = "<p>Eyeglass prescriptions are usually valid for two years. When you order TruFocals we recommend that you update your prescription. That way you can enjoy all the benefits for the full life of your prescription.</p>";	var btnOKLabel = "Close";	var btnOKAction = "";	displayInfoPopUp(document.body, "390", "200", infoTitle, "", infoMessage, btnOKLabel, btnOKAction);}function popUpPaymentPlan() {	var infoTitle = 'MORE INFORMATION';	var infoMessage = "<p>Call Customer Support at 800.900.3700 to find out more about our payment plan options.</p>";	var btnOKLabel = "Close";	var btnOKAction = "";	displayInfoPopUp(document.body, "390", "200", infoTitle, "", infoMessage, btnOKLabel, btnOKAction);}function popUpDontHaveRx() {	var infoTitle = 'MORE INFORMATION';	var infoMessage = "<p>Don't worry! You can still order your TruFocals today. When prompted during your order process, give us your eye care practitioner's contact information, and we'll take care of the rest.</p><br />";	infoMessage += "<p>We will send you an email when we have received your prescription information and can begin building your customized TruFocals.</p>";	var btnOKLabel = "Close";	var btnOKAction = "";	displayInfoPopUp(document.body, "390", "300", infoTitle, "", infoMessage, btnOKLabel, btnOKAction);}function popUpLearnMore() {	var infoTitle = 'MORE INFORMATION';	var infoMessage = "<p>In order to be sure that you can enjoy all the benefits of TruFocals, your prescription should be up-to-date. TruFocals' adjustable focus capability typically accommodates small changes in prescription; if the change is dramatic, however, it's best to start with a current prescription when we make your TruFocals.</p>";	var btnOKLabel = "Close";	var btnOKAction = "";	displayInfoPopUp(document.body, "390", "300", infoTitle, "", infoMessage, btnOKLabel, btnOKAction);}function popUpWhyEcpInfo() {	var infoTitle = 'MORE INFORMATION';	var infoMessage = "<p>We may need to contact your eye care practitioner if we have questions about your prescription.</p>";	var btnOKLabel = "Close";	var btnOKAction = "";	displayInfoPopUp(document.body, "390", "200", infoTitle, "", infoMessage, btnOKLabel, btnOKAction);}function popUpZeroInterest() {	var infoTitle = 'MORE INFORMATION';	var infoMessage = "<p>Choose the TruFocals payment plan and make low monthly payments using your own credit card—with 0% APR and no interest charges. Just tell us which card you wish to use, it is as simple as that.<BR><BR>The TruFocals payment plan is available on orders of $500 – $1500 paid by major credit card. The 10-pay plan includes an initial down payment of 1/10 the total purchase price (plus tax where applicable) charged when your order is shipped. Then your credit card will be billed for nine (9) equal, monthly installments beginning approximately one month from the date your order is shipped.<BR><BR>Credit card rules and interest may apply. US residents only. Limit one active financing program per customer. Order confirmation, payment schedules (when available) and other pertinent financing information will be sent to the email address you provide. .</p>";	var btnOKLabel = "Close";	var btnOKAction = "";	displayInfoPopUp(document.body, "390", "390", infoTitle, "", infoMessage, btnOKLabel, btnOKAction);}
