session_start();
$title="What's Missing";
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
What's Missing
Any technical solution can fail (and many have recently)
Need strategies to manage problems IT can't fix
Financial risk transfer instruments
- tried-and-true in other industries
- import them to the Internet
Insurance policies and beyond
| } include("$incpath/footer.php"); ?>