Top 5 Mistakes

Where most people go wrong.

Parenting Plan Template

Provided at no cost by the Florida Supreme Court.

Audio
>
Start

Permanent Residence

Here today. Gone tomorrow. Somebody is going to move.

Audio
Download

Educational Challenges

Know your rights as a parent.

Audio
Upload

Time Sharing Schedule

Know the options for selecting a time-sharing schedule.

Audio
Download

Dispute Resolution

Define the process for solving problems.

Audio
Download
`; function openModal(){ overlay.classList.add('is-visible'); overlay.setAttribute('aria-hidden','false'); document.body.classList.add('ai-modal-open'); iframe.srcdoc = contentHtml; } function closeModal(){ overlay.classList.remove('is-visible'); overlay.setAttribute('aria-hidden','true'); document.body.classList.remove('ai-modal-open'); iframe.srcdoc = ''; } // ✅ hard guarantee: inline onclick calls this window.aiOpenPanel1Modal = function(ev){ try{ if (ev){ ev.preventDefault(); ev.stopPropagation(); } openModal(); } catch(e){} return false; }; // ✅ backup: delegated click also opens it (if inline gets stripped) document.addEventListener('click', function(e){ const trigger = e.target.closest('.ai-start-modal'); if (!trigger) return; e.preventDefault(); e.stopPropagation(); openModal(); }, true); if (closeX) closeX.addEventListener('click', closeModal); overlay.addEventListener('click', function(e){ if (e.target === overlay) closeModal(); }); document.addEventListener('keydown', function(e){ if (e.key === 'Escape' && overlay.classList.contains('is-visible')){ closeModal(); } }); })();