/* ===================================== */
function show_flash(file, flashvars, width, height, bgcolor)
{
	document.write('<object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=8,0,0,0" width="'+width+'" height="'+height+'" id="OZ" align="middle">');
	document.write('<param name="allowScriptAccess" value="sameDomain" />');
	document.write('<param name="allowFullScreen" value="false" />');
	document.write('<param name="movie" value="'+file+'" /><param name="quality" value="high" /><param name="bgcolor" value="'+bgcolor+'" />');
	document.write('<param name="flashvars" value="'+flashvars+'" />');
	document.write('<embed flashvars ="'+flashvars+'" src="'+file+'" quality="high" bgcolor="'+bgcolor+'" width="'+width+'" height="'+height+'" name="'+file+'" align="middle" allowScriptAccess="sameDomain" allowFullScreen="false" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer" />');
	document.write('</object>');
}
/* ===================================== */


