tags (keywords, etc) you want to add
$js_includes any page-specific .js files that should be included
$css_includes any page-specific .css files that should be included
$leftPic left pic file name
$bannerPic the banner at the top of the white content box
$middleContent center content
$rightButtons buttons to the right of the main content
$track which branch of the site we\'re on - "developer" or "dashboard"
*/
$title = "Executive Dashboard Examples: Look at Examples of Corda's Executive Dashboard Tools";
$metatags = "";
$js_includes = "\n";
$css_includes = "";
$leftPic = "images/left_manwpen.png";
$bannerPic = "images/banr_examples.jpg";
$middleContent = "index_inc.php";
$rightButtons = "rightbuttons_dash.html";
$track = "dashboard";
include_once("../../template.inc");
?>