function getInfo()
	{
	if ( flashCanPlay )
		{
		document.write('<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000"');
		document.write('  codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=5,0,0,0" ');
		document.write(' id="'+flashfilename+'" width="'+flashwidth+'" height="'+flashheight+'" align="top">');
		document.write(' <param name="movie" value="'+flashfilename+'.swf?uid=<cfoutput>#url.uid#</cfoutput>" /> <param name="loop" value="false" /> <param name="quality" value="high" /> <param name="salign" value="t" /> <param name="bgcolor" value="#'+flashbgcolor+'" /> '); 
		document.write(' <embed src="'+flashfilename+'.swf" loop="false" quality="high" bgcolor="#'+flashbgcolor+'" ');
		document.write(' swliveconnect="false" width="'+flashwidth+'" height="'+flashheight+'" name="'+flashfilename+'" align="top" salign="t"');
		document.write(' type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash">');
		document.write(' </embed>');
		document.write(' </object>');
		}
	else
        {
        document.write('<p><strong>You need a new Flash Player plug-in to see the Picturing Women movie. It requires the Flash 5+ plug-in. <a href="http://www.macromedia.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash">Get it here.</a></strong></p>');
		}
	}

