


function writeFlash(var_movie_name, var_width, var_height){

          document.write('<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,19,0" width="' + var_width +  '" height="' + var_height +  '">');
            document.write('<param name="movie" value="../flash_source/' + var_movie_name +  '" />');
            document.write('<param name="quality" value="high" />');
			document.write('<param name="wmode" value="transparent" />');
			document.write('<param name="bgcolor" value="#73beda" />');
            document.write('<embed src="../flash_source/' + var_movie_name +  '" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" wmode="transparent" bgcolor="#73beda" type="application/x-shockwave-flash" width="' + var_width +  '" height="' + var_height +  '"></embed>');
          document.write('</object>	');
	
}

function writeFlashNew(var_movie_name, var_width, var_height){

	document.write('<object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,0,0" width="' + var_width +  '%" height="' + var_height +  '%" id="about" align="middle">');
	document.write('<param name="allowScriptAccess" value="sameDomain" />');
	document.write('<param name="allowFullScreen" value="false" />');
	document.write('<param name="movie" value="../flash_source/' + var_movie_name +  '" /><param name="quality" value="high" /><param name="bgcolor" value="#6ad3f3" />	<embed src="../flash_source/' + var_movie_name +  '" quality="high" bgcolor="#6ad3f3" width="' + var_width +  '%" height="' + var_height +  '%" name="about" align="middle" allowScriptAccess="sameDomain" allowFullScreen="false" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer" />');
	document.write('</object>');
/*
          document.write('<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,19,0" width="' + var_width +  '%" height="' + var_height +  '%">');
            document.write('<param name="movie" value="../flash_source/' + var_movie_name +  '" />');
            document.write('<param name="quality" value="high" />');
            document.write('<embed src="../flash_source/' + var_movie_name +  '" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" width="' + var_width +  '%" height="' + var_height +  '%"></embed>');
          document.write('</object>	');
	*/
}