function showFlash(file,width,height){
	document.write('<object data="'+file+'" type="application/x-shockwave-flash" height="'+height+'" width="'+width+'">');
	document.write('<param name="movie" value="'+file+'">');
	document.write('<param name="wmode" value="transparent">');
	document.write('<embed src="'+file+'" wmode="transparent">');
	document.write('</object>');
}
