function ActivateFlash(flash, width, height)
{
	document.write('<object type="application/x-shockwave-flash" data="'+flash+'" width="'+width+'" height="'+height+'">');
	document.write('	<param name="allowScriptAccess" value="sameDomain">');
	document.write('	<param name="movie" value="'+flash+'">');
	document.write('	<param name="quality" value="high">');
	document.write('	<param name="bgcolor" value="#ffffff">');
	document.write('</object>');
}