if ( fmode == 1 ) {
		document.writeln('<object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=9,0,0,0" width="'+mywidth+'" height="'+myheight+'" id="British Sign Language" align="middle">');
	document.writeln('<param name="allowScriptAccess" value="sameDomain" />');
	document.writeln('<param name="allowFullScreen" value="true" />');
	document.writeln('<param name="movie" value="/deaf/flash/'+myvar+'" />');
	document.writeln('<param name="quality" value="high" />') ;
	document.writeln('<param name="bgcolor" value="#ffffff" />');
	document.writeln('<param name="FlashVars" value="'+myXML+'" />');
	document.writeln('<embed src="/deaf/flash/'+myvar+'" quality="high" bgcolor="#ffffff" FlashVars="'+myXML+'" width="'+mywidth+'" height="'+myheight+'" name="British Sign Language" align="middle" allowScriptAccess="sameDomain" allowFullScreen="true" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer" />');
	document.writeln('</object>');
    } else {
	document.writeln('<a href="http://www.macromedia.com/go/getflashplayer"><img src="/deaf/siteimages/gif/download-flash.gif" width="370" height="116" alt="This application requires the latest version of Adobe Flash to be installed. Please download the latest version of Adobe Flash from the Adobe website" title="This application requires the latest version of Adobe Flash to be installed. Please download the latest version of Flash from the Adobe website" border="0" /></a>');
	}
