var g_isActiveX = false;
// filter transition :
var transparency  = 77;
var transition    = 12;
var transDuration = 777;
// menuShadow :
var menuShadowColor = "#999999";
var menuShadowLen   = 0;

var isHorizontal = 1;

var pressedItem = -1;

var gDhtmlmenuImgPath = "../../../img/dhtmlmenu/";

var blankImage = gDhtmlmenuImgPath + "blank.gif";

//var fontStyle      = "bold 8pt Verdana";
var fontStyle      = "bold 10px Verdana";
//var fontStyle      = "bold 12px Verdana";

//var fontColor      = ["#848587","#848587", "#F9DA85"];
//var fontColor      = ["#848587","#848587", "#FFCC33"];
//var fontColor0     = ["#225577","#996644", "#339966"];
var fontColor      = ["#848587","#848587", "#E68B2C", "#BBBBBB"];

var fontDecoration = ["none", "underline", "none"];

//var itemBackColor   = ["#F7F7FF", "#D6DFF7", "#848587"];
var itemBackColor   = ["#F7F7FF", "#D6DFF7", "#F7F7FF"];

var itemBorderWidth = 0;
var itemAlign       = "left";
var itemBorderColor = ["#000000", "#444444", "#FFFFFF"];
var itemBorderStyle = ["solid", "solid", "solid"];
var itemBackImage   = ["", "", ""];

var menuBackImage = "";
var menuBackColor = "#AAAAAA";

// menuBorder :
//var menuBorderColor = "#848587";
//var menuBorderColor = "#999999";
var menuBorderColor = "#E68B2C";
var menuBorderStyle = "solid";
var menuBorderWidth = 1;
var menuBorderMain  = false;

var menuWidth = "";

var itemCursor = "hand";
//var itemTarget="_blank";
var itemTarget = "_self";

var statusString = "text";
var subMenuAlign = "left";
var iconTopWidth  = 0;//16;
var iconTopHeight = 0;//16;
var iconWidth=16;
var iconHeight=16;

//var arrowImageMain=[gDhtmlmenuImgPath + "arrow_d.gif",gDhtmlmenuImgPath + "arrow_d2.gif"];
var arrowImageMain = ["", "", ""];
//var arrowImageMain = [gDhtmlmenuImgPath + "arrow_d.gif", gDhtmlmenuImgPath + "arrow_d_over.gif", gDhtmlmenuImgPath + "arrow_d_over.gif"];
var arrowImageSub  = [gDhtmlmenuImgPath + "arrow_r.gif", gDhtmlmenuImgPath + "arrow_r_over.gif", gDhtmlmenuImgPath + "arrow_r_over.gif"];
var arrowWidth  = 7;
var arrowHeight = 7;

var itemSpacing     = 0;
var itemPadding     = 3;
//var itemPadding     = 2;
//var itemPaddingMain = false;

var separatorImage  = gDhtmlmenuImgPath + "xpsepar.gif";//separ1.gif";
var separatorWidth  = "100%";
var separatorHeight = "5";
var separatorAlign  = "center";

var separatorVImage  = gDhtmlmenuImgPath + "separv1.gif";
var separatorVWidth  = "5";
var separatorVHeight = "17";//"16";

var moveCursor = "move";
var movable = 0;

/*var moveImage  = gDhtmlmenuImgPath + "move.gif";
var moveWidth  = 200;
var moveHeight = 20;*/

var absolutePos = 0;
var posX = 20;
var posY = 100;

var floatable = 1;
var floatIterations = 5;

// [item_label, item_link, normal_icon, mouseover_icon, tooltip, item_target, item_style, menu_style]
/*var menuItems = 
[
    ["home", "#", "img/new1-05.gif", "img/new1-05.gif", "Go to Homepage"],
    ["-"],
	["search", "#", "img/new1-08.gif", "img/new1-08.gif", "Search Stocks, Indexes, Aggregates or Bonds"],
	["|stocks", "#", "img/b011.gif", "img/b01.gif", "Search Stocks"],
	["|indexes", "#", "img/b011.gif", "img/b01.gif", "Search Indexes"],
	["|industries", "#", "img/b011.gif", "img/b01.gif", "Search Industries"],
	["|-"],
	["|bonds", "#", "img/b011.gif", "img/b01.gif", "Search Bonds"],
    ["-"],
	["portfolios", "#", "img/new1-08.gif", "img/new1-08.gif", "Personal and theScreener's Portfolios"],
	["|personal", "#", "img/b011.gif", "img/b01.gif", "Personal Portfolios"],
	["|theScreener's", "#", "img/b011.gif", "img/b01.gif", "theScreener's Portfolios"],
    ["-"],
	["watchlists", "#", "img/new1-08.gif", "img/new1-08.gif", "Watchlists Admin"],
	["|stocks", "#", "img/b011.gif", "img/b01.gif", "Stocks Watchlists"],
	["|-"],
	["|bonds", "#", "img/b011.gif", "img/b01.gif", "Bonds Watchlists"],
    ["-"],
	["alerts", "#", "img/new1-08.gif", "img/new1-08.gif", "Personal and theScreener's Alerts"],
	["|personal", "#", "img/b011.gif", "img/b01.gif", "Personal Alerts"],
	["|theScreener's", "#", "img/b011.gif", "img/b01.gif", "theScreener's Alerts"],
    ["-"],
	["trend identifier", "#", "img/new1-08.gif", "img/new1-08.gif", "Trend Identifier"],
	["|trends", "#", "img/b011.gif", "img/b01.gif", "Trends"],
	["|changes", "#", "img/b011.gif", "img/b01.gif", "Changes"],
	["|trend tracker", "#", "img/b011.gif", "img/b01.gif", "Trend Tracker"],
	["|allocation", "#", "img/b011.gif", "img/b01.gif", "Allocation"],
    ["-"],
	["asset allocation", "#", "img/new1-08.gif", "img/new1-08.gif", "Asset Allocation Tool"],
	["|simulator", "#", "img/b011.gif", "img/b01.gif", "Asset Allocation Simulator"],
    ["-"],
	["customize", "#", "img/new1-08.gif", "img/new1-08.gif", "Customize Preferences and Profiles"],
	["|preferences", "#", "img/b011.gif", "img/b01.gif", "Preferences Settings"],
	["|profiles", "#", "img/b011.gif", "img/b01.gif", "Profiles Settings"],
    ["-"],
	["help", "#", "img/new1-08.gif", "img/new1-08.gif", "Help and Support"],
	["|help", "#", "img/b011.gif", "img/b01.gif", "Help"],
	["|support", "#", "img/b011.gif", "img/b01.gif", "Support"]
	
    ["", "#", "../../img/navbar/m-home_current.gif", "../../img/navbar/m-home_current_over.gif", "Go to Homepage"],
    ["-"],
	["search", "#", "", "", "Search Stocks, Indexes, Aggregates or Bonds"],
	["|stocks", "#", "", "", "Search Stocks"],
	["|indexes", "#", "", "", "Search Indexes"],
	["|industries", "#", "", "", "Search Industries"],
	["|-"],
	["|bonds", "#", "", "", "Search Bonds"],
    ["-"],
	["portfolios", "#", "", "", "Personal and theScreener's Portfolios"],
	["|personal", "#", "", "", "Personal Portfolios"],
	["|theScreener's", "#", "", "", "theScreener's Portfolios"],
    ["-"],
	["watchlists", "#", "", "", "Watchlists Admin"],
	["|stocks", "#", "", "", "Stocks Watchlists"],
	["|-"],
	["|bonds", "#", "", "", "Bonds Watchlists"],
    ["-"],
	["alerts", "#", "", "", "Personal and theScreener's Alerts"],
	["|personal", "#", "", "", "Personal Alerts"],
	["|theScreener's", "#", "", "", "theScreener's Alerts"],
    ["-"],
	["trend identifier", "#", "", "", "Trend Identifier"],
	["|trends", "#", "", "", "Trends"],
	["|changes", "#", "", "", "Changes"],
	["|trend tracker", "#", "", "", "Trend Tracker"],
	["|allocation", "#", "", "", "Allocation"],
    ["-"],
	["asset allocation", "#", "", "", "Asset Allocation Tool"],
	["|simulator", "#", "", "", "Asset Allocation Simulator"],
    ["-"],
	["customize", "#", "", "", "Customize Preferences and Profiles"],
	["|preferences", "#", "", "", "Preferences Settings"],
	["|profiles", "#", "", "", "Profiles Settings"],
    ["-"],
	["help", "#", "", "", "Help and Support"],
	["|help", "#", "", "", "Help"],
	["||risk", "#", "", "", ""],
	["||theScreener's analysis 1", "#", "", "", ""],
	["|||1", "#", "", "", ""],
	["|||theScreener's analysis 2", "#", "", "", ""],
	["||||1", "#", "", "", ""],
	["||||theScreener's analysis 3", "#", "", "", ""],
	["|||||1", "#", "", "", ""],
	["|||||theScreener's analysis 4", "#", "", "", ""],
	["||||||1", "#", "", "", ""],
	["||||||theScreener's analysis 5", "#", "", "", ""],
	["|support", "#", "", "", "Support"]
];

initTscNavbar();*/
