var myObject = document.createElement('object');
			mainDiv.appendChild(myObject);
			myObject.id = id;
			myObject.width = width;
			myObject.height = height;
			myObject.classid= "CLSID:D27CDB6E-AE6D-11cf-96B8-444553540000"; 
			myObject.movie = video;

