// -- Deluxe Tuner Style Names
var tstylesNames=[];
var tXPStylesNames=[];
// -- End of Deluxe Tuner Style Names

//--- Common
var tlevelDX=0;
var texpanded=0;
var texpandItemClick=1;
var tcloseExpanded=1;
var tcloseExpandedXP=1;
var ttoggleMode=1;
var tnoWrap=1;
var titemTarget="_self";
var titemCursor="pointer";
var statusString="link";
var tblankImage="menu.files/blank.gif";
var tpathPrefix_img="";
var tpathPrefix_link="";

//--- Dimensions
var tmenuWidth="164px";
var tmenuHeight="auto";

//--- Positioning
var tabsolute=0;
var tleft="0px";
var ttop="0px";

//--- Font
var tfontStyle="normal 1pt Tahoma";
var tfontColor=["#18345A","#18345A"];
var tfontDecoration=["none","none"];
var tfontColorDisabled="#18345A";
var tpressedFontColor="#18345A";

//--- Appearance
var tmenuBackColor="";
var tmenuBackImage="";
var tmenuBorderColor="";
var tmenuBorderWidth="";
var tmenuBorderStyle="none";

//--- Item Appearance
var titemAlign="left";
var titemHeight="";
var titemBackColor=["",""];
var titemBackImage=["",""];

//--- Icons & Buttons
var ticonWidth=164;
var ticonHeight=64;
var ticonAlign="left";
var texpandBtn=["menu.files/blank.gif","menu.files/blank.gif","menu.files/blank.gif"];
var texpandBtnW="0";
var texpandBtnH="0";
var texpandBtnAlign="left";

//--- Lines
var tpoints=0;
var tpointsImage="";
var tpointsVImage="";
var tpointsCImage="";
var tpointsBImage="";

//--- Floatable Menu
var tfloatable=0;
var tfloatIterations=0;
var tfloatableX=0;
var tfloatableY=0;

//--- Movable Menu
var tmoveable=0;
var tmoveHeight="";
var tmoveColor="";
var tmoveImage="";

//--- XP-Style
var tXPStyle=0;
var tXPIterations="";
var tXPBorderWidth="";
var tXPBorderColor="";
var tXPAlign="left";
var tXPTitleBackColor="";
var tXPTitleBackImg="";
var tXPTitleLeft="";
var tXPTitleLeftWidth="";
var tXPIconWidth="";
var tXPIconHeight="";
var tXPMenuSpace="";
var tXPExpandBtn=["","","",""];
var tXPBtnWidth="";
var tXPBtnHeight="";
var tXPFilter=0;

//--- Advanced
var tdynamic=0;
var tajax=0;

//--- State Saving
/*var tsaveState=1;*/
var tsavePrefix="menu1";

var tstyles = [
];
var tXPStyles = [
];
var baseurl="/";
var tmenuItems = [

    ["&nbsp;",baseurl+"index.html", baseurl+"menu.files/home_normal.gif", baseurl+"menu.files/home_roll.gif", baseurl+"menu.files/home_roll.gif", "Home", "", "", "", "", ],
	["&nbsp;",baseurl+"capabilities_statement.html", baseurl+"menu.files/home_capabilities_normal.gif", baseurl+"menu.files/home_capabilities_roll.gif", baseurl+"menu.files/home_capabilities_roll.gif", "Capabilities", "", "", "", "", ],
    ["&nbsp;","/bidding_opportunities", baseurl+"menu.files/home_bidding_normal.gif", baseurl+"menu.files/home_bidding_roll.gif", baseurl+"menu.files/home_bidding_roll.gif", "Bidding Opportunities", "", "", "", "", ],
    ["&nbsp;",baseurl+"corporate_history.html", baseurl+"menu.files/home_corporate_normal.gif", baseurl+"menu.files/home_corporate_roll.gif", baseurl+"menu.files/home_corporate_roll.gif", "Corporate History", "", "", "", "", ],
        ["|&nbsp;",baseurl+"corporate_client_list.html", baseurl+"menu.files/corporate_history_client_list_normal.gif", baseurl+"menu.files/corporate_history_client_list_roll.gif", baseurl+"menu.files/corporate_history_client_list_roll.gif", "Client List", "", "", "", "", ],
        ["|&nbsp;",baseurl+"corporate_references.html", baseurl+"menu.files/corporate_history_references_normal.gif", baseurl+"menu.files/corporate_history_references_roll.gif", baseurl+"menu.files/corporate_history_references_roll.gif", "References", "", "", "", "", ],
        ["|&nbsp;",baseurl+"corporate_press.html", baseurl+"menu.files/corporate_history_press_normal.gif", baseurl+"menu.files/corporate_history_press_roll.gif", baseurl+"menu.files/corporate_history_press_roll.gif", "Press", "", "", "", "", ],
    ["&nbsp;",baseurl+"team.html", baseurl+"menu.files/home_team_normal.gif", baseurl+"menu.files/home_team_roll.gif", baseurl+"menu.files/home_team_roll.gif", "The Team", "", "", "", "", ],
    ["&nbsp;",baseurl+"contact.html", baseurl+"menu.files/home_contact_normal.gif", baseurl+"menu.files/home_contact_roll.gif", baseurl+"menu.files/home_contact_roll.gif", "Contact", "", "", "", "", ],
];

dtree_init();
