// Control build
CONTROLBUILD = 120;
if (typeof(CODEBASEPATH) == "undefined")
{
	CODEBASEPATH = "../pcpitstop";
}

// Install controls
Config = {};
Tests = {};
Drives = [];
Disks = [];
Devices = {};
Monitors = [];
Apps = [];
CDs = [];
document.write('<OBJECT ID="sys" CLASSID="CLSID:0E5F0222-96B9-11D3-8997-00104BD12D94" codebase="'+CODEBASEPATH+'/PCPitStop.CAB#Version=1,0,0,'+CONTROLBUILD+'"> </OBJECT>');
document.write('<OBJECT ID="cpu" CLASSID="CLSID:7939AB8E-96A1-11D3-8997-00104BD12D94" codebase="'+CODEBASEPATH+'/PCPitStop.CAB#Version=1,0,0,'+CONTROLBUILD+'"></OBJECT>');
document.write('<OBJECT ID="disk" CLASSID="CLSID:7939AB92-96A1-11D3-8997-00104BD12D94" codebase="'+CODEBASEPATH+'/PCPitStop.CAB#Version=1,0,0,'+CONTROLBUILD+'"></OBJECT>');
document.write('<OBJECT ID="memory" CLASSID="CLSID:7939AB94-96A1-11D3-8997-00104BD12D94" codebase="'+CODEBASEPATH+'/PCPitStop.CAB#Version=1,0,0,'+CONTROLBUILD+'"></OBJECT>');
document.write('<OBJECT ID="video" CLASSID="CLSID:7939AB90-96A1-11D3-8997-00104BD12D94" codebase="'+CODEBASEPATH+'/PCPitStop.CAB#Version=1,0,0,'+CONTROLBUILD+'"></OBJECT>');
document.write('<OBJECT ID="CDDrive" CLASSID="CLSID:9F929342-CABD-11D4-8997-00104BD12D94" codebase="'+CODEBASEPATH+'/PCPitStop.CAB#Version=1,0,0,'+CONTROLBUILD+'"></OBJECT>');

