";
document.all.idDivObject.innerHTML = sObjectTag;
}
function OnClickInstall(elem)
{
idMsgStatus.innerText = "Please wait while the plugin is installed"
var sSearch = document.location.search;
// document.location.href = "installactivex.aspx" + sSearch; //
document.location.replace("installactivex.aspx" + sSearch);
}
function CookieSaysInstalled()
{
CreateCookie();
if (_cookie != null)
{
_cookie.load();
if (_cookie.installedPlugin == "true")
return true;
}
return false;
}
var _cookie = null;
function CreateCookie()
{
if (_cookie == null)
{
var hours = 24*365; // 1 year
_cookie = new Cookie(document, "activePrograms", hours); // create cookie object
}
}
function OnCheckInstall(elem)
{
}
function OnClickLicense(elem)
{
document.all.btnInstall.disabled = !elem.checked;
}
function QueryString(key)
{
var sReturn;
for (var i=0;i