function MS_Flash(fid,src,wid,hei,fvs,wmd) { this.fPrint = ''; this.Id = document.getElementById(fid); this.Src = src; this.Width = wid; this.Height = hei; this.FlashVars = (fvs != undefined)? fvs :''; this.Wmod = (wmd != undefined)? wmd :''; if(isObject(Id)) { fPrint = ''; fPrint += ''; fPrint += ''; fPrint += ''; fPrint += (FlashVars != null) ? '' : ''; fPrint += (Wmod != null) ? '' : ''; fPrint += '\n"; parameter += "\n"; parameter += "\n"; src = s; width = w; height = h; } this.parameter = function( parm , value ) { parameter += "\n"; allParameter += " "+parm + "='"+ value+"'"; } this.show = function() { if ( clsid ) { obj = "\n"; } embed = "\n"; if ( obj ) { embed += "\n"; } html = obj + parameter + embed; document.write( html ); } }