function mf(mm,para,w,h)
{
    document.write('<object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" codebase="http://fpdownload.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,0,0" width="'+w+'" height="'+h+'" id="work" align="top">\n');
    document.write('<param name="movie" value="'+mm+'.swf"'+para+' />\n');
    document.write('<PARAM NAME="WMode" VALUE="Transparent">');
    document.write('</object>\n');
}
function fplay(term,width,height){
window.open(term, 'fplay',
   "toolbar=0,location=0,menubar=0,directories=0,status=0,scrollbars=0,copyhistory=0,width="+width+",height="+height)
}