function InsertFlashMovie(myMovie, b, h, vars){  document.write('<div id="swfdiv"><object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=8,0,0,0" width='+b+' height='+h+'>\n');  document.write('<param name=movie value="'+myMovie+'">\n');  document.write('<param name=quality value=high>\n');  document.write('<param name=scale value=exactfit>\n');  document.write('<param name=bgcolor value=#000000>\n');  document.write('<embed src="'+myMovie+'" quality=high scale=exactfit bgcolor=#000000 width='+b+' height='+h+' type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash">\n');  document.write('</object></div>\n');}function InsertShowReelMovie(myMovie, b, h, vars){  document.write('<div id="swfdiv"><object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=8,0,0,0" width='+b+' height='+h+'>\n');  document.write('<param name=movie value="'+myMovie+'">\n');  document.write('<param name=quality value=high>\n');  document.write('<param name=scale value=exactfit>\n');  document.write('<param name=bgcolor value=#000000>\n');  document.write('<embed src="'+myMovie+'" quality=high scale=exactfit bgcolor=#000000 width='+b+' height='+h+' type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash">\n');  document.write('</object></div>\n');}
