function writeSWF(id, swf, w, h, trans, bg){ document.write(''); document.write(''); document.write(''); document.write(''); document.write(''); document.write(''); if (trans){ document.write(''); } else { document.write(''); document.write(''); } document.write(''); } else { document.write('wmode="opaque" bgcolor="'+ bg +'" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash">'); } document.write(''); document.write(''); } function returnSWF(id, swf, w, h, trans, bg){ var flash_object; flash_object= ''; flash_object+=''; flash_object+=''; flash_object+=''; flash_object+=''; flash_object+=''; if (trans){ flash_object+=''; } else { flash_object+=''; flash_object+=''; } flash_object+=''; } else { flash_object+='wmode="opaque" bgcolor="'+ bg +'" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash">'; } flash_object+=''; flash_object+=''; return flash_object; }