
function install_tb_complete (name, result) {
	if (result != 0 && result != 999) alert("An error occured: " + result);
	else alert ("Restart the browser to finish installation");
}

function Install_tb_XPI (xpi_url) {
	var xpi = new Object ();
	xpi["iPromote_Toolbar"] = xpi_url;
	InstallTrigger.install (xpi, install_tb_complete);
}

function ToolBarInit(tool){
	//install.innerHTML = "Previous version of Toolbar is already installed.<br />Please uninstall it and try again.";
}    
