﻿// JScript File

	var DownLoadURL = 'http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,0,0';
    var objType = 'object';
    var objAppType = 'x-shockwave-flash';
    var objPlugins = 'http://www.macromedia.com/go/getflashplayer';
    var ClassIDVal = 'd27cdb6e-ae6d-11cf-96b8-444553540000';
    var objParam = 'param';
    var objEmbed = 'embed';
    var objExt = 'swf';
document.write('<'+ objType +' ');
document.write('classid="clsid:'+ ClassIDVal +'" ');
document.write('codebase="'+ DownLoadURL +'" width="'+ objWidth +'" height="' + objHeight + '" id="RVCenter" align="middle">');
document.write('<'+ objParam +' name="allowScriptAccess" value="sameDomain" />');
document.write('<'+ objParam +' name="movie" value="'+ objFile +'.'+ objExt +'" />');
document.write('<'+ objParam +' name="quality" value="high" />');
document.write('<'+ objParam +' name="bgcolor" value="#ffffff" />');
document.write('<'+ objParam +' name="wmode" value="transparent" />');
document.write('<'+ objEmbed +' src="'+ objFile +'.'+ objExt +'" quality="high" bgcolor="#ffffff" ');
document.write('width="'+ objWidth +'" height="' + objHeight + '" name="RVCenter" align="middle"');
document.write(' allowScriptAccess="sameDomain" wmode="transparent" type="application/'+ objAppType +'"');
document.write(' pluginspage="'+ objPlugins +'" />');
document.write('</'+ objType +'>');