// This code added to handle "Click to activate and use this control" message and overlib conflict
// http://www.mix-fx.com/flash-prompt.htm
theObjects = document.getElementsByTagName("object");
for (var i = 0; i < theObjects.length; i++) {
theObjects[i].outerHTML = theObjects[i].outerHTML;
}