function flashControl(SRC,WIDTH,HEIGHT,FLASHVARS,WMODE,BGCOLOR) { while ( FLASHVARS.search(' ') != -1 ) { FLASHVARS = FLASHVARS.replace(' ', '%20');}document.write('<object type="application/x-shockwave-flash" data=' + SRC+ ' width=' + WIDTH + ' height=' + HEIGHT + '>');document.write('<!--[if IE]><param name="movie" value=' + SRC+ '>< ![endif]-->');	if ( FLASHVARS ) { document.write('<param name="flashvars" value=' + FLASHVARS + '>'); }if ( WMODE ) { document.write('<param name="wmode" value=' + WMODE + '>'); }if ( BGCOLOR ) { document.write('<param name="bgcolor" value=' + BGCOLOR + '>'); }document.write('<param name="quality" value="high">');document.write('<\/object>');}