function replaceImage( element, object)
{
     var flashContainer = document.getElementById( element );
     flashContainer.innerHTML = object;
}
