function embedImageAndMovie(_id, _vid, _w, _h, _bg, _autoplay, _images){
	swfobject.embedSWF('/assets/imageandmovie.swf',_id,_w+"px",_h+"px",'8','',{video_id:_vid,w:_w, h:_h, autoplay:_autoplay,images:_images},{bgcolor:_bg,menu:'false',allowFullScreen:'false'},{id:_id});
}