session_start();
$title="Performance";
require("../../../php/require/config.php");
require("$reqpath/login/config.php");
require("$reqpath/common.php");
require("$reqpath/login/membership.php");
include("$incpath/header.php");
$showlogin="yes";
include("$incpath/menu.php");
if (!loggedin()){
echo "
";
$bartitle="Unverified user: Please login to view Presentations ";
printneedtologinmsg($bartitle);
}
else
{
?>
|
First page Back Continue Last page Overview Graphics
Performance Bonds
Telecomms need performance bonds to reduce SLA payouts.
Insurers need data for performance bonds.
ISP (telecomm) customers need third party verification of SLAs
Notes:
| } include("$incpath/footer.php"); ?>