﻿var _Comchk_File = "http://image.suddenattack.gamehi.com/images/en_us/cabs/GamehiSpecCheck.cab";

var axInfo = {
		GamehiSpecCheck		: { clsid:"1D17175E-48B7-40EC-BEC2-E91C80A89237", version:"1,0,0,5", name:"GAMEHISPECCHECK.GamehiSpecCheckCtrl.1"}
	,	GamehiWebStarter	: { clsid:"B095794C-3FAB-493B-9BDD-5272FAAD9979", version:"1,0,0,7", name:"GamehiLauncher.GamehiLauncherVistaPlay.1"}
	,	GamehiPDownloader	: { clsid:"60A39150-29C3-4578-AD6B-B0FF8FE98819", version:"1,0,0,3", name:"GameHiDownloader.GameHiDownloaderCtrl.1"}
};

function detactActiveX(obj)
{
	var installed = false;
	try
	{
		var xObj = new ActiveXObject(obj);
		if(xObj) installed = true;
		else installed = false;
	}
	catch(e)
	{
		installed = false;
	}
	return installed;
}