session_start();
$title="Force Majuere";
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
Force Majeure
An event an organization cannot predict or control
that affects multiple organizations (what insurers call aggregation)
Also called Act of God
Traditional solution is insurance
Notes:
| } include("$incpath/footer.php"); ?>