function flImport(fName,fWidth,fHeight){
document.write('<object type="application/x-shockwave-flash" width="' + fWidth +'" height="' + fHeight +'" id="floating01" align="middle" data="' + fName +'">');
document.write('<param name="allowScriptAccess" value="always" />');
document.write('<param name="movie" value="' + fName +'" />');
document.write('<param name="quality" value="high" />');
document.write('<param name="wmode" value="transparent" />');
document.write('<param name="bgcolor" value="#ffffff" /></object>');
}
