function includeFlash(version, width, height, file_name, file_path)
{
	var proto = (("https:" == document.location.protocol) ? "https://" : "http://");
	document.writeln("<object classid=\"clsid:D27CDB6E-AE6D-11cf-96B8-444553540000\" codebase=\""+proto+"download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version="+version+"\" width=\""+width+"\" height=\""+height+"\">");
	document.writeln("<param name=\"movie\" value=\""+file_name+"\">");
	document.writeln("<param name=\"quality\" value=\"high\">");
	document.writeln("<param name=\"wmode\" value=\"transparent\">");
	document.writeln("<embed src=\""+file_path+"\" wmode=\"transparent\" quality=\"high\" pluginspage=\""+proto+"www.macromedia.com/go/getflashplayer\" type=\"application/x-shockwave-flash\" width=\""+width+"\" height=\""+height+"\"></embed>");
	document.writeln("</object>");
}
