function setMovieHeight(_id , _height)
{	
	var obj = document.getElementById( _id ); 
	obj.style.height=_height+"px"; 
}
