function swf_load(fileid, filename, widths, heights, fvs, wmd) { this.FlashVars = (fvs != undefined)? fvs :''; this.Wmod = (wmd != undefined)? wmd :''; var strSwf = ""; strSwf += ''; strSwf += ''; strSwf += ''; strSwf += ''; strSwf += (FlashVars != null) ? '' : ''; strSwf += (Wmod != null) ? '' : ''; strSwf += ''; strSwf += ''; document.write(strSwf); }