function embflash(file, width, height, flashvars){
	document.write ('<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" ');
	document.write ( 'title="IBM TV is a Flash application that contains video and audio. A link to the nonflash version will be read just before the first video starts playback." ');
	document.write ('codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,0,0" ');
	document.write ('width="' + width + '" height="' + height + '" id="shell_popup" align="middle">');
	document.write ('<param name="FlashVars" value="' + flashvars + '"/>');
	document.write ('<param name="allowFullScreen" value="true" />');
	document.write ('<param name="movie" value="' + file + '"/>');
	document.write ('<param name="quality" value="high"/>');
	document.write ('<param name="bgcolor" value="#ffffff"/>');
	document.write ('<embed src="' + file + '" FlashVars="' + flashvars + '" quality="high" bgcolor="#ffffff"');
	document.write ('width="' + width + '" height="' + height + '" name="shell_popup" align="" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer" allowFullScreen=true></embed>');
	document.write ('</object>');}
