function show_flash(flash_source, flash_width, flash_height, flash_vars)
{
	document.write('<NONSCRIPT><EMBED SRC="'+flash_source+'" swLiveConnect=FALSE WIDTH='+flash_width+' HEIGHT='+flash_height+' QUALITY=AUTOLOW MENU=false PLAY=true FLASHVARS="'+flash_vars+'" WMODE=transparent TYPE="application/x-shockwave-flash" PLUGINSPAGE="http://www.macromedia.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash"></EMBED></NONSCRIPT>')
}

function show_flash_object(flash_source, flash_width, flash_height, flash_vars)
{
	document.write('<NONSCRIPT><OBJECT classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://active.macromedia.com/flash2/cabs/swflash.cab#version=3,0,0,0" ID=ECHOECHO WIDTH='+flash_width+' HEIGHT='+flash_height+'>')
	document.write('<PARAM NAME=movie VALUE="'+flash_source+'">')
	document.write('<PARAM NAME=quality VALUE=AUTOLOW>')
	document.write('<PARAM NAME=play VALUE=true>')
	document.write('<PARAM NAME=wmode VALUE=transparent>')
	document.write('<PARAM NAME=menu VALUE=false>')
	document.write('<PARAM NAME=flashvars value="'+flash_vars+'">');
	document.write('<EMBED SRC="'+flash_source+'" swLiveConnect=FALSE WIDTH='+flash_width+' HEIGHT='+flash_height+' QUALITY=AUTOLOW MENU=false PLAY=true FLASHVARS="'+flash_vars+'" WMODE=transparent TYPE="application/x-shockwave-flash" PLUGINSPAGE="http://www.macromedia.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash"></EMBED>')
	document.write('</OBJECT></NONSCRIPT>')
}

function show_flash_object_noembed(flash_source, flash_width, flash_height, flash_vars, page_link, movie_name, keywords)
{
	document.write('<NONSCRIPT><OBJECT classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://active.macromedia.com/flash2/cabs/swflash.cab#version=3,0,0,0" ID=ECHOECHO WIDTH='+flash_width+' HEIGHT='+flash_height+'>')
	document.write('<noembed><a href="'+page_link+'" alt="'+keywords+'">'+movie_name+'</a></noembed>');
	document.write('<PARAM NAME=movie VALUE="'+flash_source+'">')
	document.write('<PARAM NAME=quality VALUE=AUTOLOW>')
	document.write('<PARAM NAME=play VALUE=true>')
	document.write('<PARAM NAME=wmode VALUE=transparent>')
	document.write('<PARAM NAME=menu VALUE=false>')
	document.write('<PARAM NAME=flashvars value="'+flash_vars+'">');
	document.write('<EMBED SRC="'+flash_source+'" swLiveConnect=FALSE WIDTH='+flash_width+' HEIGHT='+flash_height+' QUALITY=AUTOLOW MENU=false PLAY=true FLASHVARS="'+flash_vars+'" WMODE=transparent TYPE="application/x-shockwave-flash" PLUGINSPAGE="http://www.macromedia.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash"></EMBED>')
	document.write('</OBJECT><NONSCRIPT>')
}