From: <Saved by Windows Internet Explorer 8>
Subject: A) Symantec Renewals Manager Portal v8
Date: Mon, 15 Nov 2010 21:07:47 +0100
MIME-Version: 1.0
Content-Type: multipart/related;
	type="text/html";
	boundary="----=_NextPart_000_0000_01CB8509.27D43690"
X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.3664

This is a multi-part message in MIME format.

------=_NextPart_000_0000_01CB8509.27D43690
Content-Type: text/html;
	charset="utf-8"
Content-Transfer-Encoding: quoted-printable
Content-Location: https://www.symantecrenewals.com/emea/portal/Presentation/Flash/FR/index.htm

=EF=BB=BF<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" =
"http://www.w3c.org/TR/1999/REC-html401-19991224/loose.dtd">
<!-- saved from url=3D(0014)about:internet --><HTML><HEAD><TITLE>A) =
Symantec Renewals Manager Portal v8</TITLE>
<META content=3D"text/html; charset=3Dutf-8" http-equiv=3DContent-Type>
<SCRIPT=20
src=3D"https://www.symantecrenewals.com/emea/portal/Presentation/Flash/FR=
/loadflash.js"> </SCRIPT>
<!-- this needs to be present for height=3D"100%" to work properly in =
some browsers -->
<STYLE type=3Dtext/css>BODY {
	PADDING-BOTTOM: 0px; MARGIN: 0px; PADDING-LEFT: 0px; PADDING-RIGHT: =
0px; HEIGHT: 100%; OVERFLOW: hidden; PADDING-TOP: 0px
}
HTML {
	PADDING-BOTTOM: 0px; MARGIN: 0px; PADDING-LEFT: 0px; PADDING-RIGHT: =
0px; HEIGHT: 100%; OVERFLOW: hidden; PADDING-TOP: 0px
}
</STYLE>

<SCRIPT language=3DVBScript type=3Dtext/vbscript>
			<!--
				Sub SlideContent_FSCommand(ByVal command, ByVal args)
					select case command
						case "putHREF" location.href =3D args
						case "putTitle" document.title =3D args
						case else call SlideContent_DoFSCommand(command, args)
					end select
				end sub
			-->
		</SCRIPT>

<SCRIPT language=3DJavaScript type=3Dtext/javascript>
			<!--
				function flashPutHref(href) { location.href =3D href; }
				function flashPutTitle(title) { document.title =3D title; }
				function SlideContent_DoFSCommand(command, args){}//no-op =
placeholder for the function call done in SlideContent_FSCommand
			-->
		</SCRIPT>

<META name=3DGENERATOR content=3D"MSHTML 8.00.6001.18702"></HEAD>
<BODY>
<SCRIPT language=3DJavaScript type=3Dtext/javascript>
			showFlash("viewer.swf", '100%', '100%', false);
		</SCRIPT>
</BODY></HTML>

------=_NextPart_000_0000_01CB8509.27D43690
Content-Type: application/octet-stream
Content-Transfer-Encoding: quoted-printable
Content-Location: https://www.symantecrenewals.com/emea/portal/Presentation/Flash/FR/loadflash.js

function sanitizeForbiddenHTMLTextChars(in_s)
{
	var out_s =3D in_s.toString();//We are sometimes called to sanitize =
non-strings...like document.location

	out_s =3D out_s.split("<").join("&lt;");
	out_s =3D out_s.split(">").join("&gt;");
	out_s =3D out_s.split("'").join("&apos;");
	out_s =3D out_s.split('"').join("&quot;");
=09
	return out_s;
}

function removeExtraURLParams(in_s)
{
	var inp =3D in_s.toString();
	var indexOfAmp =3D in_s.indexOf("&");
=09
	var outp =3D inp;
	if(indexOfAmp!=3D-1)
		outp =3D inp.substring(0, indexOfAmp);
=09
	return outp;
}

function showFlash(swf, w, h, loop)
{
	var isMSIE =3D navigator.appName.indexOf("Microsoft") !=3D -1;
	var s =3D '';
	var protocol =3D 'http';//safe default
	var url =3D document.location.toString();
	indexOfColon =3D url.indexOf(":");
	if(indexOfColon>0)=09
		protocol =3D url.substring(0, indexOfColon);
	if(protocol!=3D'http' || protocol!=3D'https')
		protocol=3D'https';
	var location =3D document.location;
	location =3D =
(location=3D=3Dunescape(location))?escape(location):location;

	s +=3D '<object classid=3D"clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" =
codebase=3D"' + protocol + =
'://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=3D=
6,0,65,0" width=3D"'+w+'" height=3D"'+h+'" id=3D"SlideContent" =
align=3D"" VIEWASTEXT>'
	s +=3D '<param name=3D"movie" =
value=3D"'+sanitizeForbiddenHTMLTextChars(swf)+'" />'
	s +=3D '<param name=3D"menu" value=3D"false" />'
	s +=3D '<param name=3D"quality" value=3D"best" />'
	s +=3D '<param name=3D"loop" value=3D"'+loop+'" />'
	s +=3D '<param name=3D"FlashVars" value=3D"initialURL=3D'+
			removeExtraURLParams(sanitizeForbiddenHTMLTextChars(location))+
			'&isMSIE=3D'+isMSIE+'&useBSM=3Dfalse" />'
	s +=3D '<param name=3D"allowScriptAccess" value=3D"sameDomain"/>'
	s +=3D '<embed src=3D"'+sanitizeForbiddenHTMLTextChars(swf)+'" =
FlashVars=3D"initialURL=3D'+
			removeExtraURLParams(sanitizeForbiddenHTMLTextChars(location))+
			'&isMSIE=3D'+isMSIE+'&useBSM=3Dfalse" menu=3D"false" quality=3D"best" =
width=3D"'+w+'" height=3D"'+h+'" loop=3D"'+loop+'" name=3D"SlideContent" =
align=3D"" type=3D"application/x-shockwave-flash" pluginspage=3D"' + =
protocol + '://www.macromedia.com/go/getflashplayer" =
swLiveConnect=3D"true" allowScriptAccess=3D"sameDomain"></embed>'
	s +=3D '</object>'
	// in theory, we should always embed in a table, but in practice, IE6 =
malfunctions
	// when width & height =3D 100%, but in that case, we don't really need =
the table anyway.
	if ((w.toString().indexOf('%') =3D=3D -1) && (h.toString().indexOf('%') =
=3D=3D -1))
	{
		s =3D '<table border=3D0 width=3D"100%" height=3D"100%"><tr =
valign=3D"middle"><td align=3D"center">' +
			s +
			'</td></tr></table>';
	}
	document.write(s);
}

------=_NextPart_000_0000_01CB8509.27D43690--

