<!-- Copyright [2008] Adobe Systems Incorporated.  All rights reserved -->
<!-- saved from url=(0013)about:internet -->
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
"http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<title>@MOVIETITLE</title>
<script src="standard.js" type="text/javascript"></script>
</head>
	
	@Comment1ForRightClickFunctionality

<body @IsRightClickFunctionalityRequired  bgcolor="@SKINCOLOR">
<center>
     @Comment2ForRightClickFunctionality 
	<div id="CaptivateContent">&nbsp;
	</div>
	<script type="text/javascript">
	   var so = new SWFObject("@MOVIENAME", "Captivate", "@MOVIEWIDTH", "@MOVIEHEIGHT", "@FlashPlayerVersion", "#CCCCCC");
		so.addParam("quality", "high");
		so.addParam("name", "Captivate");
		so.addParam("id", "Captivate");
		so.addParam("wmode", "@WMODEVALUE");
		so.addParam("bgcolor","@SKINCOLOR");
		so.addParam("menu", "false");
		so.addVariable("variable1", "value1");
		so.setAttribute("redirectUrl", "http://www.adobe.com/shockwave/download/download.cgi?P1_Prod_Version=ShockwaveFlash");
		so.write("CaptivateContent");
	</script>
     @Comment3ForRightClickFunctionality 

	<script type="text/javascript">
		document.getElementById('Captivate').focus();
		document.Captivate.focus();
	</script>
</center>
</body>
</html>
