WT_ROOT.'includes/fonts/DejaVuSans.ttf', 'size' => '7px', 'color' => '#000000', 'bgColor' => '#eeeeee', 'bgMColor' => '#b1cff0', 'bgFColor' => '#e9daf1' ); // - lifespan chart arrows $WT_IMAGES["lsltarrow"]["other"] = "lsltarrow.gif"; $WT_IMAGES["lsrtarrow"]["other"] = "lsrtarrow.gif"; $WT_IMAGES["lsdnarrow"]["other"] = "lsdnarrow.gif"; $WT_IMAGES["lsuparrow"]["other"] = "lsuparrow.gif"; //-- This section defines variables for the pedigree chart $bwidth = 225; // -- width of boxes on pedigree chart $bheight = 80; // -- height of boxes on pedigree chart $baseyoffset = 10; // -- position the entire pedigree tree relative to the top of the page $basexoffset = 10; // -- position the entire pedigree tree relative to the left of the page $bxspacing = 0; // -- horizontal spacing between boxes on the pedigree chart $byspacing = 5; // -- vertical spacing between boxes on the pedigree chart $brborder = 1; // -- box right border thickness // -- global variables for the descendancy chart $Dbaseyoffset = 0; // -- position the entire descendancy tree relative to the top of the page $Dbasexoffset = 0; // -- position the entire descendancy tree relative to the left of the page $Dbxspacing = 0; // -- horizontal spacing between boxes $Dbyspacing = 1; // -- vertical spacing between boxes $Dbwidth = 270; // -- width of DIV layer boxes $Dbheight = 80; // -- height of DIV layer boxes $Dindent = 15; // -- width to indent descendancy boxes $Darrowwidth = 15; // -- additional width to include for the up arrows $CHARTS_CLOSE_HTML = true; //-- should the charts, pedigree, descendacy, etc close the HTML on the page // -- The largest possible area for charts is 300,000 pixels. As the maximum height or width is 1000 pixels $WT_STATS_S_CHART_X = "440"; $WT_STATS_S_CHART_Y = "125"; $WT_STATS_L_CHART_X = "900"; // -- For map charts, the maximum size is 440 pixels wide by 220 pixels high $WT_STATS_MAP_X = "440"; $WT_STATS_MAP_Y = "220"; $WT_STATS_CHART_COLOR1 = "ffffff"; $WT_STATS_CHART_COLOR2 = "9ca3d4"; $WT_STATS_CHART_COLOR3 = "e5e6ef"; // Arrow symbol or icon for up-page links on Help pages // This icon is referred to in Help text by: #GLOBALS[UpArrow]# if (file_exists($WT_IMAGE_DIR."/uarrow3.gif")) $UpArrow = "\"^\""; else $UpArrow = "^^  "; $WT_MENUS_AS_LISTS=false;//'makeMenu';