<?php

   error_reporting 
E_ERROR );
   
   
$PATH="scripts/";  // '/home/graham_s/php/vw/taxben/
   
require_once  $PATH."Cars.php";
   require_once   
$PATH."Parameters.php";
   
//require_once  $PATH."MacroParam.php";
   
require_once  $PATH."MacroMapper.php";
   require_once  
$PATH."DisplayFunctions.php";
   require_once   
$PATH."Results.php";
   require_once  
$PATH."TaxMethods.php";
   
session_start();
   
// start a session if none exists, and load parameters and families into it.
   
   
require_once 'Loader.php';
   
   if( ! isset( 
$_SESSION"sessionId" ] ) ){
         
$sessionId session_id();
         
$_SESSION["sessionId"] = $sessionId;
         
loadParameters();
   }
echo 
'<?xml version="1.0" encoding="UTF-8"?>'."\n" 
?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
    "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en">
<head>
<meta name="generator" content="HTML Tidy, see www.w3.org" />
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
<meta name="author" content="Graham Stark" />
<meta name="keywords" content="" />
<meta name="description" content="A Simple UK Economic Simulation" />
<meta name="robots" content="all" />
<title>Virtual Chancellor Homepage</title>

<link type="text/css" href="/vwc/styles/calm.css" rel="stylesheet" title="Calm"/>
<link type="text/css" href="/vwc/styles/calm-tables.css" rel="stylesheet" title="Calm"/>
<link type="text/css" href="/vwc/styles/lurid.css" rel="alternate stylesheet" title="Lurid"/>
<link type="text/css" href="/vwc/styles/lurid-tables.css" rel="alternate stylesheet" title="Lurid"/>
<link type="text/css" href="/vwc/styles/storm.css" rel="alternate stylesheet" title="Storm"/>
<link type="text/css" href="/vwc/styles/storm-tables.css" rel="alternate stylesheet" title="Storm"/>
<link  rel="stylesheet" href="/vwc/styles/print.css" type="text/css" media="print"/>

<script type="text/javascript" src="/vwc/js/styleswitch.js"></script>
</head>
<body>
<div class="mainbody">
<div class="header">
    <h1>Virtual Chancellor</h1>
</div>

<?php echo drawMainMenu('index'); ?>

<div class="contents">
<h2>Welcome To The Virtual Chancellor Simulation</h2>
<p>
Welcome to <a href="/index.php">Virtual Worlds</a> Chancellor Simulation. This is an online simulation of the British Economy, putting you in the shoes of
the Chancellor of the Exchequer. You can change Government Spending, Income Tax, Spending Taxes and National Insurance, and see how that affects families and the
National economy as a whole. 
</p>
<p>
To have a go, click on the "Change Parameters" or "Quick Run" options on the menu above, make some changes to the tax system, press "Submit" to run the models. 
You can see a summary 
the results in the box to the right, and detailed results under "View Results" on the Menu Above.  
</p>
<p>
<em>
Please note: this is a work in progress, developed in our free time, and as such it still has a few rough edges and some missing features. 
It is brought to you by the original authors of <a href="http://www.bized.ac.uk/virtual/economy">Virtual Economy</a> 
in the hope that it will prove useful and interesting, especially perhaps for the school and University students who formerly used Virtual Economy. 
We'll be adding more features and information in the coming weeks. If you have any queries, suggestions or comments, 
please <a href="information.php">contact us</a>. 
</em>   
</p>
</div>
<?php echo drawFooter'home' ); ?>

</div>
  
<?php echo drawLHSArea( ); ?>

    
</body>
</html>