function ActivateFlash(swf, width, height)
{
	document.write('<embed src="'+swf+'" width="'+width+'" height="'+height+'" allowscriptaccess="always" allowfullscreen="true"></embed>');
}