session_start();
$title="About";
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
About InternetPerils, Inc.
Internet business risk management intelligence agency
Automated quantification and visualization products
For risk managers and underwriters
Identify, track, analyze, and forecast
Perils and anomalies in the Internet outside the firewall
Patent-pending GAIN Technology (Gap Analysis of Internet Networks)
Collects, fuses, aggregates ongoing data
PerilScope interactive display interface
Notes:
| } include("$incpath/footer.php"); ?>