function ShowSWF(path, width)
{
	document.write('<object type="application/x-shockwave-flash" data="Templates/africa/'+path+'" width="100%" height="'+width+'">');
	document.write('<param name="movie" value="Templates/africa/'+path+'" />');
	document.write('</object>');
}
