function playflash(filepath,width,height,quality){ 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="' + width + '" height="'+ height +'" class="headimg" style="margin-left: 0px; margin-top: 0px; margin-bottom: 0px;">'); document.write('<param name="movie" value="' + filepath + '" />'); document.write('<param name="quality" value="' + quality +'" />'); document.write('<embed src="' + filepath + '" quality="' + quality + '"width="' + width + '" height="'+ height +'"></embed>'); document.write('</object>');}
function startflash(swfName){ swfTag = '<embed src="'+swfName+'" width="320" height="180">'; document.getElementById("myMovie").innerHTML = swfTag;}
function playMovie(filepath,para,width,height,quality){ document.write('<object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=10,0,0,0" width="'+width+'" height="'+height+'" id="movie" >'); document.write('<param name="movie" value="' + filepath + '" />'); document.write('<param name="quality" value="high" />'); document.write('<param name="FlashVars" value="'+para+'" />'); document.write('<embed src="' + filepath + '"  FlashVars="' + para + '" quality="high" bgcolor="#ffffff" width="'+width+'" height="'+height+'" name="movie" type="application/x-shockwave-flash" pluginspage="http://www.adobe.com/go/getflashplayer_jp" />'); document.write('</object>');}
