 function setModalVideo(mediaId,targElem,width,height) {
        var fld = mediaId.substring(0,4);
        var flashvars = {
              stream1: fld + "/" + mediaId,
              autoPlay: "True",
              serverAppInstName: "rtmp://nazareneph.flash.internapcdn.net/nazareneph_vitalstream_com/_definst_"
            };
            var params = {
             allowScriptAccess: "sameDomain",
             allowFullScreen: "false",
             movie: "movie",
             quality: "high"
            };
            var attributes = {
              id: targElem,
              name: targElem
            };
      
      swfobject.embedSWF("http://http.vitalstreamcdn.com/flashskins/V2Player.swf", targElem, width, height, "9.0.0", "./toolbox/expressInstall.swf", flashvars, params, attributes);
  }

