<?php
ini_set('include_path', '..');
require_once 'include/constants.php';
require_once 'server_options.php';
$maxAge = 86400;
header("Content-Type: text/javascript");
header("Cache-Control: public,max-age=$maxAge");
header("Pragma: ");
?>
var contextPath = '<?php echo $contextPath; ?>';
var scriptBase = '<?php echo SCRIPT_BASE; ?>';
var dropdownMenus = new Array();