ÿþ<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <!-- Mirrored from www.flmedicaidreform.com/creole/enroll.html by HTTrack Website Copier/3.x [XR&CO'2010], Fri, 28 May 2010 19:08:12 GMT --> <head> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" /> <title>Florida's Medicaid Reform Choice Counseling Enroll in Your Health Plan</title> <link href="../_css/medicaid.css" rel="stylesheet" type="text/css" /> <script type="text/JavaScript"> <!-- 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];}} } //--> </script> <script type="text/javascript"> <!-- function MM_reloadPage(init) { //reloads the window if Nav4 resized if (init==true) with (navigator) {if ((appName=="Netscape")&&(parseInt(appVersion)==4)) { document.MM_pgW=innerWidth; document.MM_pgH=innerHeight; onresize=MM_reloadPage; }} else if (innerWidth!=document.MM_pgW || innerHeight!=document.MM_pgH) location.reload(); } MM_reloadPage(true); 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_showHideLayers() { //v6.0 var i,p,v,obj,args=MM_showHideLayers.arguments; for (i=0; i<(args.length-2); i+=3) if ((obj=MM_findObj(args[i]))!=null) { v=args[i+2]; if (obj.style) { // alert('obj.style ok'); obj=obj.style; v=(v=='show')?'visible':(v=='hide')?'hidden':v; if (v=='toggle'){ // alert('toggle ok'); if (visToggle=='hidden'){ // alert('toggle visible ok'); visToggle='visible'; v=visToggle; obj.display='block'; } else { // alert('toggle hidden ok'); visToggle='hidden'; v=visToggle; obj.display='none'; } } } // if (obj.style) { obj=obj.style; v=(v=='show')?'visible':(v=='hide')?'hidden':v; } obj.visibility=v; } } var visToggle='hidden'; function MM_openBrWindow(theURL,winName,features) { //v2.0 window.open(theURL,winName,features+',top=300,left=300'); theWin=eval("window."+winName); } /* var topMargin = 150 var slideTime = 1200 var leftFromCenter= 500 var ns6 = (!document.all && document.getElementById); var ie4 = (document.all); var ns4 = (document.layers); window.setInterval("main()", 10) function floatObject() { if (ns4 || ns6) { findHt = window.innerHeight; } else if(ie4) { findHt = document.body.clientHeight; } } function main() { if (document.body.offsetWidth==0) { this.width=document.body.scrollWidth-25; } else { this.width = document.body.offsetWidth; } if (this.width>788){ this.currentX=(this.width-788)+58; } else { this.currentX=58; } // this.currentX = (this.width/2)-338; if (ns4) { if (document.menuDiv.top<topMargin) { document.menuDiv.top=topMargin; } this.currentY = document.menuDiv.top; this.scrollTop = window.pageYOffset; document.menuDiv.left = this.currentX; mainTrigger(); } else if(ns6) { if (parseInt(document.getElementById('menuDiv').style.top)<topMargin){ document.getElementById('menuDiv').style.top=topMargin; } this.currentY = parseInt(document.getElementById('menuDiv').style.top); this.scrollTop = scrollY; document.getElementById('menuDiv').style.left = this.currentX + "px"; mainTrigger(); } else if(ie4) { if (menuDiv.style.pixelTop<topMargin) { menuDiv.style.pixelTop=topMargin; } this.currentX = this.currentX/2 this.currentY = menuDiv.style.pixelTop; // this next line has compensates for the DOCTYPE declaration putting IE into "strict" mode where the scrollTop property is moved to the documentElement node in the DOM this.scrollTop = (document.documentElement && document.documentElement.scrollTop) ? document.documentElement.scrollTop : document.body.scrollTop; menuDiv.style.pixelLeft = this.currentX ; mainTrigger(); } } function mainTrigger() { var newTargetY = this.scrollTop + this.topMargin if (this.scrollTop>this.topMargin){ newTargetY = this.scrollTop; } else { newTargetY = this.topMargin; } if ( this.currentY != newTargetY ) { if ( newTargetY != this.targetY ) { this.targetY = newTargetY floatStart(); } animator(); } } function floatStart() { var now = new Date() this.A = this.targetY - this.currentY this.B = Math.PI / ( 2 * this.slideTime ) this.C = now.getTime() if (Math.abs(this.A) > this.findHt) { this.D = this.A > 0 ? this.targetY - this.findHt : this.targetY + this.findHt this.A = this.A > 0 ? this.findHt : -this.findHt } else { this.D = this.currentY } } function animator() { var now = new Date() var newY = this.A * Math.sin( this.B * ( now.getTime() - this.C ) ) + this.D newY = Math.round(newY) if (( this.A > 0 && newY > this.currentY ) || ( this.A < 0 && newY < this.currentY )) { if ( ie4 ) menuDiv.style.pixelTop = newY if ( ns4 ) document.menuDiv.top = newY; if ( ns6 ) document.getElementById('menuDiv').style.top = newY + "px" } } // <div id="floatLayer" style="position: absolute; height:30px; width:11; left:767px; top:800px; z-index: 100"><a href="#thetop"><img src="/Images/top_scrolling_button2.gif" alt="Back to Top" width="11" height="30" hspace="0" vspace="0" border="0"></a></div> */ var bannerHeight = 150 var topMargin = 1 var slideTime = 1200 var leftFromCenter= 500 var ns6 = (!document.all && document.getElementById); var ie4 = (document.all); var ns4 = (document.layers); window.setInterval("main()", 10) function floatObject() { if (ns4 || ns6) { findHt = window.innerHeight; } else if(ie4) { findHt = document.body.clientHeight; } } function main() { if (ns4) { if (document.menuDiv.top<topMargin) { document.menuDiv.top=topMargin; } this.currentY = document.menuDiv.top; this.scrollTop = window.pageYOffset; document.menuDiv.left = this.currentX; mainTrigger(); } else if(ns6) { if (parseInt(document.getElementById('menuDiv').style.top)<topMargin){ document.getElementById('menuDiv').style.top=topMargin; } this.currentY = parseInt(document.getElementById('menuDiv').style.top); this.scrollTop = scrollY; document.getElementById('menuDiv').style.left = this.currentX + "px"; mainTrigger(); } else if(ie4) { // if (document.body.offsetWidth==0) { // this.width=document.body.scrollWidth-25; // } else { // this.width = document.body.offsetWidth; // } // if (this.width>788){ // this.currentX=(this.width-788)+58; // } else { // this.currentX=58; // } // this.currentX = (this.width/2)-338; if (menuDiv.style.pixelTop<topMargin) { menuDiv.style.pixelTop=topMargin; } this.currentX = this.currentX/2 this.currentY = menuDiv.style.pixelTop; // this next line has compensates for the DOCTYPE declaration putting IE into "strict" mode where the scrollTop property is moved to the documentElement node in the DOM this.scrollTop = (document.documentElement && document.documentElement.scrollTop) ? document.documentElement.scrollTop-bannerHeight : document.body.scrollTop; // this.scrollTop = (document.documentElement && document.documentElement.scrollTop) ? document.documentElement.scrollTop : document.body.scrollTop; menuDiv.style.pixelLeft = this.currentX ; mainTrigger(); } } function mainTrigger() { var newTargetY = this.scrollTop + this.topMargin if (this.scrollTop>this.topMargin){ newTargetY = this.scrollTop; } else { newTargetY = this.topMargin; } if ( this.currentY != newTargetY ) { if ( newTargetY != this.targetY ) { this.targetY = newTargetY floatStart(); } animator(); } } function floatStart() { var now = new Date() this.A = this.targetY - this.currentY this.B = Math.PI / ( 2 * this.slideTime ) this.C = now.getTime() if (Math.abs(this.A) > this.findHt) { this.D = this.A > 0 ? this.targetY - this.findHt : this.targetY + this.findHt this.A = this.A > 0 ? this.findHt : -this.findHt } else { this.D = this.currentY } } function animator() { var now = new Date() var newY = this.A * Math.sin( this.B * ( now.getTime() - this.C ) ) + this.D newY = Math.round(newY) if (( this.A > 0 && newY > this.currentY ) || ( this.A < 0 && newY < this.currentY )) { if ( ie4 ) menuDiv.style.pixelTop = newY if ( ns4 ) document.menuDiv.top = newY; if ( ns6 ) document.getElementById('menuDiv').style.top = newY + "px" } } // <div id="floatLayer" style="position: absolute; height:30px; width:11; left:767px; top:800px; z-index: 100"><a href="#thetop"><img src="/Images/top_scrolling_button2.gif" alt="Back to Top" width="11" height="30" hspace="0" vspace="0" border="0"></a></div> 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];} } //--> </script> <style type="text/css"> <!-- #siteContainer #content #textContent #callin { background-image: url(../_images/phone.png); background-position: 15px 15px; margin-right: 20px; margin-left: 20px; padding-top: 15px; padding-right: 5px; padding-bottom: 5px; padding-left: 133px; border: 1px solid #0000FF; background-repeat: no-repeat; } #siteContainer #content #textContent #inperson { background-image: url(../_images/users.png); background-position: 15px 15px; margin-right: 20px; margin-left: 20px; padding-top: 15px; padding-right: 5px; padding-bottom: 5px; padding-left: 133px; border: 1px solid #0000FF; background-repeat: no-repeat; } #siteContainer #content #textContent #mailin { background-image: url(../_images/mail.png); background-position: 15px 15px; margin-right: 20px; margin-left: 20px; padding-top: 15px; padding-right: 5px; padding-bottom: 5px; padding-left: 133px; border: 1px solid #0000FF; background-repeat: no-repeat; height: 180px; overflow: visible; } #siteContainer #content #textContent #online { background-image: url(../_images/computer.png); background-position: 15px 15px; height: 120px; margin-right: 20px; margin-left: 20px; padding-top: 15px; padding-right: 5px; padding-bottom: 5px; padding-left: 133px; border: 1px solid #0000FF; background-repeat: no-repeat; } --> </style> <script type="text/javascript"> var _gaq = _gaq || []; _gaq.push(['_setAccount', 'UA-1394468-10']); _gaq.push(['_trackPageview']); (function() { var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true; ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js'; var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s); })(); </script> </head> <body onresize="main();" onload="MM_preloadImages('../_images/redarrow.png','../_images/bluearrow.png','../_images/dot.png')"> <div id="siteContainer" style="position: relative;"> <div style="position: absolute; top: 85px; right: 55px;"> <a href="https://www.flmedicaidreform.com/enroll/login.aspx?culture=ht-US"><img src="../_images/enroll_online_thin_creole.png" alt="Enskri Sou Entènèt" style="border: none;" /></a> </div> <div id="header"><span class="forReader">Welcome to Florida's Medicaid Reform Choice Counseling Website</span></div> <div id="content" class="clearfix"> <div id="menuArea"> <div id="menuDiv"> <ul class="menu"> <li class="notCurrent"><img src="../_images/redarrow.png" border="0" alt=" " /> <a href="../index.html">Byenveni!</a></li> <li class="notCurrent"><img src="../_images/redarrow.png" border="0" alt=" " /> <a href="generalInfo-2.html">Enf&ograve;masyon Jeneral</a></li> <li class="notCurrent stepone"><img src="../_images/redarrow.png" border="0" alt=" " /> <a href="pickplan.html">Chwazi plan w lan: Etap 1</a></li> <li class="Current steptwo"><img src="../_images/bluearrow.png" border="0" alt="Current Section Indicator" /> <a href="enroll.html">Enskri: Etap 2</a> <ul class="menu"> <li class="submenuNotCurrent"><img src="../_images/dot.png" border="0" alt=" " /> <a href="#online">Sou Entènèt</a></li> <li class="submenuNotCurrent"><img src="../_images/dot.png" border="0" alt=" " /> <a href="#callin">Sou Telefòn</a></li> <li class="submenuNotCurrent"><img src="../_images/dot.png" border="0" alt=" " /> <a href="#inperson">An Pèsòn</a></li> <li class="submenuNotCurrent"><img src="../_images/dot.png" border="0" alt=" " /> <a href="#mailin">Pa Lapòs</a></li> </ul> </li> <li class="notCurrent"><img src="../_images/redarrow.png" border="0" alt=" " /> <a href="faq.html">Kesyon yo poze souvan</a></li> <li class="notCurrent"><img src="../_images/redarrow.png" border="0" alt=" " /> <a href="links.html">Lyen ak Resous</a></li> <li class="notCurrent"><img src="../_images/redarrow.png" border="0" alt=" " /> <a href="glossary.html">Vokabilè Sit la</a></li> <li class="notCurrent"><img src="../_images/redarrow.png" border="0" alt=" " /> Chwazi yon lang <ul class="menu"> <li class="submenuNotCurrent"><img src="../_images/dot.png" border="0" alt=" " /> <a href="../english/enroll.html">English</a></li> <li class="submenuNotCurrent"><img src="../_images/dot.png" border="0" alt=" " /> <a href="../spanish/enroll.html">Espa&ntilde;ol</a></li> <li class="submenuNotCurrent"><img src="../_images/dot.png" border="0" alt=" " /> <a href="enroll.html">krey&ograve;l ayisyen</a></li> </ul> </li> <li class="notCurrent"><img src="../_images/redarrow.png" border="0" alt=" " /> <a href = "contactus.html">Pran kontak avèk nou</a></li> </ul> </div> </div> <div id="textContent"> <!-- <div id="selLang">&nbsp;<a href="#" alt="Click to Open" onclick="MM_showHideLayers('langList','','toggle');return false;">Select a Language</a>&nbsp; <div id="langList"> <strong>English</strong><br /> Espa&ntilde;ol<br /> Haitian-Cr&egrave;ole </div> </div> --> <br /> <h1 class="pageTitle">Enskri: (Etap 2) <em></em></h1> <p>Li fasil. Ak Reform ou gen kat jan pou-w enskri:</p> <a name="online"></a> <div id="online"><span class="forReader">Sou Entènèt</span> <div class="sectionTitle">Sou Entènèt</div> <ul> <li><a href="../enroll/login.aspx?culture=ht-US">Klike la a yo ka enskri sou entènèt</a></li> </ul> </div> <p align="center" class="bold">Oubyen</p> <a name="callin"></a> <div id="callin"><span class="forReader">Call-In</span> <div class="sectionTitle">Sou Telefòn</div> <ul> <li>Rele sèvis asistans lan gratis nan 1-866-454-3959<br /><br /> Lendi a Jedi 8 a.m. jiska 8 p.m.<br /> Vandredi 8 a.m. jiska 7 p.m.<br /> <br /> Moun ki gen problèm tande ka itilize TDD sèlman ka rele 1-866-467-4970<br /> <br /> </li> <li>Tanpri gen Medicaid Identifikasyon-w oubyen nimewo kat lò-a, nimero sosyal Sekirite epi dat nesans pou chak moun wap enskri avan ou rele.</li> </ul> </div> <p align="center" class="bold">Oubyen</p> <a name="inperson"></a> <div id="inperson"><span class="forReader">In-Person</span> <div class="sectionTitle">An Pèsòn</div> <ul> <li>Gwoup Reyinyon ak Konsèy oubyen konsèy yon-a-yon nan zòn ou rele sèvis asistans lan pou mande orè gwoup reyinyon yo oubyen pou mete yon reyinyon yon-a-yon sou orè-a.<br /> <br /> Chwazi lyen anba pou wè ki kote ak kilè ou ka jwenn yon Fas-a-Fas Chwa Konseyé ki disponib.<br /><br /> <ul> <li><img src="../english/PDF_icon.JPG" width="20" height="20" border="0" /> <a href="calendar_br_cr.pdf">Broward County [20KB PDF]</a></li> <br /> <li><img src="../english/PDF_icon.JPG" width="20" height="20" border="0" /><a href="calendar_du_cr.pdf">Duval County [20KB PDF] </a></li> <br /> <li><img src="../english/PDF_icon.JPG" width="20" height="20" border="0" /><a href="calendar_bcn_cr.pdf">Nassau, Baker and Clay [18KB PDF] </a></li> </ul> <br /> <strong><br /> Ninpòt moun ki bezwen akomodasyon espesyal anba ak ki te pase nan 1990 pou Amerikan ki andikape dwe rele sèvis asistans lan sèt jou avan reyinyon-an.</strong><br /> <br /> Si-w andikape oubyen si-w pa ka vwayaje fizikman, yon Konseyè Chwa ka vizitè lakay -ou. Rele sèvis asistans lan pou-w mete yon reyinyon sou orè-a.<br /> </li> </ul> </div> <p align="center" class="bold">Oubyen</p> <a name="mailin"></a> <div id="mailin"><span class="forReader">Mail-In</span> <div class="sectionTitle">Pa Lapòs</div> <ul> <li>Si-w konnen ki plan Reform asirans ou vle, ranpli yon fòm enskri epi voyè li pa lapòs bay yon Konseyè Chwa. Tout benefisyè obligatwa gwoup ap resevwa yon pake ak yon fòm pou enskri pa lapòs. Si-w pat resevwa yon, epi-w vle enskri, rele sèvis asistans lan.</li> </ul> </div> <p>Apre-w enskri, wap resevwa yon lèt kap konfime plan asirans sante-w te chwazi-a.</p> <div id="helplineinfo" class="boxed bold">Pou w jwenn èd, rele nimewo telefòn gratis kote yo bay èd la: 1-866-454-3959; telefòn TDD (pou moun ki soud oswa ki tande di) 1-866-467-4970. Si w bezwen enfòmasyon Medicaid la an gwo lèt, sou teip pou tande oswa an Braille, rele nimewo telefòn kote yo bay èd la. </div> <br /> <p align="center"><a href="../index.html">Byenveni!</a> | <a href="generalInfo-2.html">Enf&ograve;masyon Jeneral</a> | <a href="pickplan.html">Chwazi plan-w : Etap 1</a> | <a href="enroll.html">Enskri: Etap 2</a> | <br /><a href="faq.html">Kesyon yo poze souvan</a> | <a href="links.html">Lyen ak Resous</a> | <a href="glossary.html">Vokabilè sit la</a></p> </div> </div> <div id="footer"><span class="forReader">Sponsored by Florida's Agency for Health Care Administration</span></div> </div> </body> <!-- Mirrored from www.flmedicaidreform.com/creole/enroll.html by HTTrack Website Copier/3.x [XR&CO'2010], Fri, 28 May 2010 19:08:13 GMT --> </html>