function flashIn(f_ID, f_url, f_w, f_h, f_dns, f_wmode, f_color, f_q, f_a,t_a,f_base){
if(t_a){}else{t_a="middle";}
if(f_base){}else{f_base=".";}
document.write('<table width="100%" height="100%" border="0" cellpadding="0" cellspacing="0">');
document.write('<tr>');
document.write('<td align="center" valign="'+ t_a + '">');
document.write('<OBJECT CLASSID="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000"');
document.write('CODEBASE="http://fpdownload.macromedia.com/get/flashplayer/current/swflash.cab#version=8,0,22,0" ');
document.write(' ID="'+f_ID+'" WIDTH="' + f_w + '" HEIGHT="' + f_h + '" swLiveConnect=true ALIGN="'+f_a+'">');
document.write('<PARAM NAME="base" VALUE="'+ f_base +'">');
document.write('<PARAM NAME="movie" VALUE="'+ f_url +'">');
document.write('<PARAM NAME="quality" VALUE="'+f_q+'">');
document.write('<PARAM NAME="bgcolor" VALUE="'+f_color+'">');
document.write('<PARAM NAME="wmode" VALUE="'+f_wmode+'">');
document.write('<PARAM NAME="allowScriptAccess" VALUE="'+f_dns+'">');
document.write('<EMBED BASE="'+ f_base +'" SRC="'+ f_url +'"  NAME="'+f_ID+'"');
document.write(' WIDTH="' + f_w + '" HEIGHT="' + f_h + '" swLiveConnect=true QUALITY="'+f_q+'" BGCOLOR="'+f_color+'"');
document.write(' ALLOWSCRIPTACCESS="'+f_dns+'" ALIGN="'+f_a+'" WMODE="'+f_wmode+'" TYPE="application/x-shockwave-flash" ');
document.write(' PLUGINSPAGE="http://www.macromedia.com/go/getflashplayer" >');
document.write('</EMBED>');
document.write('</OBJECT></td></tr></table>');
}
