﻿function RunActiveX(DivID,JavaScript)
{
    var divTag = document.getElementById(DivID); 
    divTag.innerHTML = JavaScript;
}
if(typeof(Sys)!=='undefined')Sys.Application.notifyScriptLoaded();