From: <Saved by Windows Internet Explorer 7>
Subject: LexisCheckDraft-Information
Date: Tue, 28 Sep 2010 10:29:25 +0100
MIME-Version: 1.0
Content-Type: text/html;
	charset="iso-8859-1"
Content-Transfer-Encoding: quoted-printable
Content-Location: http://www.lexisnexis.org.uk/creo_files/upload/lexispsl/lexispsl-demo.html
X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.5931

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<!-- saved from url=3D(0013)about:internet --><HTML =
lang=3Den><HEAD><TITLE>LexisCheckDraft-Information</TITLE>
<META http-equiv=3DContent-Type content=3D"text/html; =
charset=3Diso-8859-1">
<SCRIPT language=3DJavaScript type=3Dtext/javascript>
<!--
// =
-------------------------------------------------------------------------=
----
// Globals
// Major version of Flash required
var requiredMajorVersion =3D 8;
// Minor version of Flash required
var requiredMinorVersion =3D 0;
// Revision of Flash required
var requiredRevision =3D 0;
// the version of javascript supported
var jsVersion =3D 1.0;
// =
-------------------------------------------------------------------------=
----
// -->
</SCRIPT>

<SCRIPT language=3DVBScript type=3Dtext/vbscript>
<!-- // Visual basic helper required to detect Flash Player ActiveX =
control version information
Function VBGetSwfVer(i)
  on error resume next
  Dim swControl, swVersion
  swVersion =3D 0

  set swControl =3D CreateObject("ShockwaveFlash.ShockwaveFlash." + =
CStr(i))
  if (IsObject(swControl)) then
    swVersion =3D swControl.GetVariable("$version")
  end if
  VBGetSwfVer =3D swVersion
End Function
// -->
</SCRIPT>

<SCRIPT language=3DJavaScript1.1 type=3Dtext/javascript>
<!-- // Detect Client Browser type
var isIE  =3D (navigator.appVersion.indexOf("MSIE") !=3D -1) ? true : =
false;
var isWin =3D (navigator.appVersion.toLowerCase().indexOf("win") !=3D =
-1) ? true : false;
var isOpera =3D (navigator.userAgent.indexOf("Opera") !=3D -1) ? true : =
false;
jsVersion =3D 1.1;
// JavaScript helper required to detect Flash Player PlugIn version =
information
function JSGetSwfVer(i){
	// NS/Opera version >=3D 3 check for Flash plugin in plugin array
	if (navigator.plugins !=3D null && navigator.plugins.length > 0) {
		if (navigator.plugins["Shockwave Flash 2.0"] || =
navigator.plugins["Shockwave Flash"]) {
			var swVer2 =3D navigator.plugins["Shockwave Flash 2.0"] ? " 2.0" : =
"";
      		var flashDescription =3D navigator.plugins["Shockwave Flash" + =
swVer2].description;
			descArray =3D flashDescription.split(" ");
			tempArrayMajor =3D descArray[2].split(".");
			versionMajor =3D tempArrayMajor[0];
			versionMinor =3D tempArrayMajor[1];
			if ( descArray[3] !=3D "" ) {
				tempArrayMinor =3D descArray[3].split("r");
			} else {
				tempArrayMinor =3D descArray[4].split("r");
			}
      		versionRevision =3D tempArrayMinor[1] > 0 ? tempArrayMinor[1] : =
0;
            flashVer =3D versionMajor + "." + versionMinor + "." + =
versionRevision;
      	} else {
			flashVer =3D -1;
		}
	}
	// MSN/WebTV 2.6 supports Flash 4
	else if (navigator.userAgent.toLowerCase().indexOf("webtv/2.6") !=3D =
-1) flashVer =3D 4;
	// WebTV 2.5 supports Flash 3
	else if (navigator.userAgent.toLowerCase().indexOf("webtv/2.5") !=3D =
-1) flashVer =3D 3;
	// older WebTV supports Flash 2
	else if (navigator.userAgent.toLowerCase().indexOf("webtv") !=3D -1) =
flashVer =3D 2;
	// Can't detect in all other cases
	else {

		flashVer =3D -1;
	}
	return flashVer;
}
// If called with no parameters this function returns a floating point =
value
// which should be the version of the Flash Player or 0.0
// ex: Flash Player 7r14 returns 7.14
// If called with reqMajorVer, reqMinorVer, reqRevision returns true if =
that version or greater is available
function DetectFlashVer(reqMajorVer, reqMinorVer, reqRevision)
{
 	reqVer =3D parseFloat(reqMajorVer + "." + reqRevision);
   	// loop backwards through the versions until we find the newest =
version
	for (i=3D25;i>0;i--) {
		if (isIE && isWin && !isOpera) {
			versionStr =3D VBGetSwfVer(i);
		} else {
			versionStr =3D JSGetSwfVer(i);
		}
		if (versionStr =3D=3D -1 ) {
			return false;
		} else if (versionStr !=3D 0) {
			if(isIE && isWin && !isOpera) {
				tempArray         =3D versionStr.split(" ");
				tempString        =3D tempArray[1];
				versionArray      =3D tempString .split(",");
			} else {
				versionArray      =3D versionStr.split(".");
			}
			versionMajor      =3D versionArray[0];
			versionMinor      =3D versionArray[1];
			versionRevision   =3D versionArray[2];

			versionString     =3D versionMajor + "." + versionRevision;   // =
7.0r24 =3D=3D 7.24
			versionNum        =3D parseFloat(versionString);
        	// is the major.revision >=3D requested major.revision AND the =
minor version >=3D requested minor
			if ( (versionMajor > reqMajorVer) && (versionNum >=3D reqVer) ) {
				return true;
			} else {
				return ((versionNum >=3D reqVer && versionMinor >=3D reqMinorVer) ? =
true : false );
			}
		}
	}
	return (reqVer ? false : 0.0);
}
// -->
</SCRIPT>

<META content=3D"MSHTML 6.00.6000.17080" name=3DGENERATOR></HEAD>
<BODY text=3D#ffffff vLink=3D#ffffff link=3D#ffffff bgColor=3D#000000 =
leftMargin=3D0=20
topMargin=3D0 onload=3D"scrollBy(0, 100)" marginheight=3D"0" =
marginwidth=3D"0">
<SCRIPT language=3DJavaScript type=3Dtext/javascript>
<!--
var hasRightVersion =3D DetectFlashVer(requiredMajorVersion, =
requiredMinorVersion, requiredRevision);
if(hasRightVersion) {  // if we've detected an acceptable version
    var oeTags =3D '<object =
classid=3D"clsid:D27CDB6E-AE6D-11cf-96B8-444553540000"'
    + 'width=3D"100%" height=3D"100%"'
    + =
'codebase=3D"http://download.macromedia.com/pub/shockwave/cabs/flash/swfl=
ash.cab">'
    + '<param name=3D"movie" =
value=3D"/creo_files/upload/lexispsl/lexispsl_demo-no-vid-no-sound.swf" =
/><param name=3D"loop" value=3D"false" /><param name=3D"quality" =
value=3D"high" /><param name=3D"bgcolor" value=3D"#000000" />'
    + '<embed =
src=3D"/creo_files/upload/lexispsl/lexispsl_demo-no-vid-no-sound.swf" =
loop=3D"false" quality=3D"high" bgcolor=3D"#000000" '
    + 'width=3D"100%" height=3D"100%" name=3D"LexisPSL-Demo" =
align=3D"middle"'
    + 'play=3D"true"'
    + 'loop=3D"false"'
    + 'quality=3D"high"'
    + 'allowScriptAccess=3D"sameDomain"'
    + 'type=3D"application/x-shockwave-flash"'
    + 'pluginspage=3D"http://www.macromedia.com/go/getflashplayer">'
    + '<\/embed>'
    + '<\/object>';
    document.write(oeTags);   // embed the flash movie
  } else {  // flash is too old or we can't detect the plugin
    var alternateContent =3D 'Alternate HTML content should be placed =
here.'
  	+ 'This content requires the Macromedia Flash Player.'
   	+ '<a href=3Dhttp://www.macromedia.com/go/getflash/>Get Flash</a>';
    document.write(alternateContent);  // insert non-flash content
  }
// -->
</SCRIPT>
<NOSCRIPT>
<P><BR><FONT face=3DVerdana>Your web browser has scripts disabled. This =
content=20
uses scripts to run properly.</P></NOSCRIPT>
<SCRIPT type=3Dtext/javascript>
var gaJsHost =3D (("https:" =3D=3D document.location.protocol) ? =
"https://ssl." : "http://www.");
document.write(unescape("%3Cscript src=3D'" + gaJsHost + =
"google-analytics.com/ga.js' =
type=3D'text/javascript'%3E%3C/script%3E"));
</SCRIPT>

<SCRIPT type=3Dtext/javascript>
try {
var pageTracker =3D _gat._getTracker("UA-7414464-5");
pageTracker._trackPageview();
} catch(err) {}</SCRIPT>
</FONT></BODY></HTML>

