From: Subject: Ingenix CareTracker EMR Date: Mon, 15 Jun 2009 09:19:15 -0400 MIME-Version: 1.0 Content-Type: multipart/related; type="text/html"; boundary="----=_NextPart_000_0000_01C9ED9A.5A2B1850" X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.3350 This is a multi-part message in MIME format. ------=_NextPart_000_0000_01C9ED9A.5A2B1850 Content-Type: text/html; charset="Windows-1252" Content-Transfer-Encoding: quoted-printable Content-Location: http://www.ingenix.com/content/Flash/1359_Ingenix_CareTracker_EMR.htm Ingenix CareTracker EMR ------=_NextPart_000_0000_01C9ED9A.5A2B1850 Content-Type: application/octet-stream Content-Transfer-Encoding: quoted-printable Content-Location: http://www.ingenix.com/content/Flash/flash_js/flash_plugin.js /**=0A= * External javascript for flash plugin=0A= *=0A= * Added in case browsers are forced to change plugin/activex = implementation=0A= * and microsoft is correct in this method of circumventing the eolas = patent=0A= *=0A= * For more information, visit:=0A= * http://www.microsoft.com/presspass/press/2003/oct03/10-06EOLASpr.asp=0A= * = http://www.macromedia.com/devnet/activecontent/articles/devletter.html=0A= *=0A= */=0A= =0A= function writeFlash ()=0A= {=0A= var scheme =3D 'http';=0A= if ((/^https:/).test(window.location.href))=0A= {=0A= scheme =3D 'https'; =0A= }=0A= var flash_tag;=0A= =0A= flash_tag =3D "
";=0A= flash_tag +=3D '';=0A= flash_tag +=3D '';=0A= flash_tag +=3D '';=0A= flash_tag +=3D '';=0A= flash_tag +=3D '
';=0A= =0A= document.write (flash_tag);=0A= }=0A= =0A= function appendQuery (u, q)=0A= {=0A= return u + ((u.toLowerCase ().indexOf ('.swf?') =3D=3D -1) ? '?' : '&') = + q;=0A= } ------=_NextPart_000_0000_01C9ED9A.5A2B1850 Content-Type: application/octet-stream Content-Transfer-Encoding: quoted-printable Content-Location: http://www.ingenix.com/content/Flash/flash_js/flash_detect.js // Flash Version Detector v1.1.5=0A= // http://www.dithered.com/javascript/flash_detect/index.html=0A= // code by Chris Nott (chris@NOSPAMdithered.com - remove NOSPAM)=0A= // with VBScript code from Alastair Hamilton=0A= var flashVersion =3D 0;=0A= function getFlashVersion ()=0A= {=0A= var agent =3D navigator.userAgent.toLowerCase ();=0A= // NS3 needs flashVersion to be a local variable=0A= if (agent.indexOf ("mozilla/3") !=3D -1 && agent.indexOf ("msie") = =3D=3D -1)=0A= {=0A= flashVersion =3D 0;=0A= }=0A= // NS3+, Opera3+, IE5+ Mac (support plugin array):=0A= // check for Flash plugin in plugin array=0A= if (navigator.plugins !=3D null && navigator.plugins.length > 0)=0A= {=0A= var flashPlugin =3D navigator.plugins['Shockwave Flash'];=0A= if (typeof flashPlugin =3D=3D 'object')=0A= {=0A= for(var i =3D 1; i <=3D 20; i++){=0A= if(flashPlugin.description.indexOf(i + '.') !=3D -1){=0A= flashVersion =3D i;=0A= }=0A= }=0A= }=0A= }=0A= else if (agent.indexOf ("msie") !=3D -1 && parseInt = (navigator.appVersion) >=3D 4 && agent.indexOf ("win") !=3D -1 && = agent.indexOf ("16bit") =3D=3D -1)=0A= {=0A= // IE4+ Win32: attempt to create an ActiveX object using = VBScript=0A= document.write (' \n');=0A= document.write ('On Error Resume Next \n');=0A= document.write ('Dim flashObj \n');=0A= document.write ('For I =3D 20 To 1 Step -1 \n');=0A= document.write ('Set flashObj =3D CreateObject = ("ShockwaveFlash.ShockwaveFlash." & I) \n');=0A= document.write ('If IsObject (flashObj) Then \n');=0A= document.write ('flashVersion =3D I \n');=0A= document.write ('Exit For \n');=0A= document.write ('End If \n');=0A= document.write ('Next \n');=0A= document.write (' \n');=0A= }=0A= else if (agent.indexOf ("webtv/2.5") !=3D -1)=0A= {=0A= // WebTV 2.5 supports flash 3=0A= flashVersion =3D 3;=0A= }=0A= else if (agent.indexOf ("webtv") !=3D -1)=0A= {=0A= // older WebTV supports flash 2=0A= flashVersion =3D 2;=0A= }=0A= else=0A= {=0A= // Can't detect in all other cases=0A= flashVersion =3D flashVersion_DONTKNOW;=0A= }=0A= return flashVersion;=0A= }=0A= flashVersion_DONTKNOW =3D -1; ------=_NextPart_000_0000_01C9ED9A.5A2B1850 Content-Type: application/octet-stream Content-Transfer-Encoding: quoted-printable Content-Location: http://www.ingenix.com/content/Flash/flash_js/flash_cookie.js // Flash Detection / Redirect (cookie variant) v1.1.0=0A= // http://www.dithered.com/javascript/flash_cookie/index.html=0A= // code by Chris Nott (chris@NOSPAMdithered.com - remove NOSPAM)=0A= // test entry=0A= var dontKnow =3D false;=0A= var flashVersion =3D 0;=0A= =0A= // Retrieve flash cookie=0A= var cookieStart =3D document.cookie.indexOf ('flash');=0A= =0A= if (cookieStart !=3D -1)=0A= {=0A= var cookieEnd =3D document.cookie.indexOf (';', cookieStart);=0A= if (cookieEnd =3D=3D -1)=0A= {=0A= cookieEnd =3D document.cookie.length;=0A= }=0A= flashVersion =3D document.cookie.substring (cookieStart + 6, = cookieEnd);=0A= }=0A= else=0A= {=0A= // If the cookie doesn't exist...=0A= // use flash_detect.js to return the Flash version=0A= =0A= flashVersion =3D = document.location.search.toLowerCase().indexOf('override') =3D=3D -1 ? = getFlashVersion () : requiredVersion;=0A= =0A= if(flashVersion >=3D requiredVersion)=0A= {=0A= // write the version information to a cookie=0A= document.cookie =3D 'flash=3D' + flashVersion;=0A= }=0A= }=0A= =0A= // For the situation where we can't detect, set the values of the = reference variables=0A= if (flashVersion =3D=3D flashVersion_DONTKNOW)=0A= {=0A= flashVersion =3D 0;=0A= dontKnow =3D true;=0A= } ------=_NextPart_000_0000_01C9ED9A.5A2B1850--