function runFlashContent (path, file, width, height, alternative)
{
	document.write('<object type="application/x-shockwave-flash" data="'+path+file+'" width="'+width+'" height="'+height+'">\n');
	document.write('<param name="movie" value="'+path+file+'"/>\n');
	document.write('<param name="quality" value="high"/>\n');
	document.write( alternative );
	document.write('</object>\n');
}
