﻿var tpressedFontColor = "#FFFFFF";

var tpathPrefix_img = "/images/"; //image path

var tlevelDX = 0;//Left indent
var ttoggleMode = 0;//??

var texpanded = 0;//Start closed (0) open (1)
var tcloseExpanded   = 0;//Close open when opening new
var tcloseExpandedXP = 0;//Close Master when opening new

var tblankImage      = "/images/blank.gif";//Blank image??
var tmenuWidth       = 134;//Menu Width
var tmenuHeight      = 0;//Menu Height??

var tabsolute        = 0;
var tleft            = 20;
var ttop             = 80

var tfloatable       = 0;
var tfloatIterations = 10;

var tmoveable        = 0;
var tmoveImage       = "/images/movepic.gif";
var tmoveImageHeight = 0;

var tfontStyle       = "normal 8pt Franklin Gothic Demi";
var tfontColor       = ["#FFFFFF","#FFFFFF"];
var tfontDecoration  = ["none","underline"];

var titemBackColor   = ["#99cc66","#339933"];
var titemAlign       = "left";
var titemBackImage   = ["",""];
var titemCursor      = "pointer";
var titemHeight      = 0;
var titemTarget      = "";

var ticonWidth       = 134;
var ticonHeight      =3;
var ticonAlign       = "left";

var tmenuBackImage   = "";
var tmenuBackColor   = "";
var tmenuBorderColor = "";
var tmenuBorderStyle = "";
var tmenuBorderWidth = 0;

var texpandBtn       =["expandbtn2.gif","expandbtn2.gif","collapsebtn2.gif"];
var texpandBtnW      = 9;
var texpandBtnH      = 9;
var texpandBtnAlign  = "left"

var tpoints       = 0;
var tpointsImage  = "";
var tpointsVImage = "";
var tpointsCImage = "";

// XP-Style Parameters
var tXPStyle = 1;
var tXPIterations = 3;                  // expand/collapse speed
var tXPTitleBackColor    = "#FFFFFF";
var tXPExpandBtn    = ["xpexpand1.gif","xpexpand2.gif","xpcollapse1.gif","xpcollapse2.gif"];
var tXPTitleBackImg = "xptitle_new.gif";

var tXPTitleLeft      = "xptitleleft_new.gif";
var tXPTitleLeftWidth = 0;

//var tXPBtnWidth  = 25;
//var tXPBtnHeight = 25;

var tXPBtnWidth  = 0;
var tXPBtnHeight = 0;

var tXPIconWidth  = 0;
var tXPIconHeight = 0;

var tXPFilter=1;

var tXPBorderWidth = 0;
var tXPBorderColor = '#5555FF';



var tstyles =
[
    ["tfontStyle=bold 8pt Franklin Gothic Demi","titemBackColor=#339933,#339933","tfontColor=#FFFFFF,#FFFFFF", "tfontDecoration=none,none"],  //style 0
    ["tfontStyle=bold 8pt Franklin Gothic Demi","titemBackColor=#339933,#339933","tfontColor=#FFFFFF,#FFFFFF", "tfontDecoration=none,underline"],  //style 1
    ["tfontStyle=normal 8pt Franklin Gothic Demi","tfontColor=#444444,#5555FF"],																								//style 2
    ["tfontStyle=normal 8pt Franklin Gothic Demi","tfontColor=#444444,#5555FF"],																//style 3
    ["tfontStyle=normal 8pt Franklin Gothic Demi","titemBackColor=#FFFFFF,#FFFFFF","tfontColor=#339933,#339933", "titemBackImage=back_4.gif,back_4-over.gif", "tfontDecoration=none,underline"],	//style 4 - 4th level nav
];

var tXPStyles =
[
    ["tXPTitleBackColor=#FFFFFF", "tXPExpandBtn=xpexpand3.gif,xpexpand4.gif,xpcollapse3.gif,xpcollapse4.gif", "tXPTitleBackImg=xptitle_new.gif"]
];




apy_tmenuInit();
