if ((flashinstalled == 2 && flashversion >= 6) || flashinstalled == 0 || hasRightVersion )
{ 
	if( str_SWFDesigner.indexOf( 'startflashdesigner4_0.swf' ) > 0 )
		var int_SWFHeight = 480;
	else
		var int_SWFHeight = 425;
	document.write(str_SWFHeader);
	document.write('<OBJECT CLASSID="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" CODEBASE="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,0,0" WIDTH="600" HEIGHT="'+ int_SWFHeight +'" ID=flashlayer><PARAM NAME="movie" VALUE="'+str_SWFDesigner+'"><param name="wmode" value="transparent" /><PARAM NAME="quality" VALUE="best"><PARAM NAME="WMODE" value="TRANSPARENT">');
	document.write('<EMBED SRC="'+str_SWFDesigner+'" QUALITY="best" wmode="transparent" BGCOLOR="'+str_SWFColor+'" WIDTH="600" HEIGHT="'+ int_SWFHeight +'" TYPE="application/x-shockwave-flash" PLUGINSPAGE="http://www.macromedia.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash" NAME=flashlayer></OBJECT>');
	document.write(str_SWFFooter); 
}
