
// GLOBAL MENU ATTRIBUTES ====================================================================
var levels=2; // total tiers for navigation the menu will show
var menuID="PruAnnuities_nav";
var menuSpacerImg="/media/managed/x.gif"; // (OPTIONAL VALUE) location and file name of the invisible image spacer used to create some width and height attributes
var menuWidth=776;// width of this menu
var menuTimeOut=6000; //time elapse while the mouse outside navigation before any active menus close
var javascriptFilePath="/view/View/PRUANNFP/js/"; // path where all the supporting javascipt files are located. if location is not accurate, the navigation will not appear and function


// FIRST LEVEL MENU ATTRIBUTES ====================================================================
// first level (L1) parent menu (parent) attributes: this is the bounding box or container around the parent menu items
var L1_parent_bgColor="#FFFFFF"; // sets the background color of the menu
var L1_parent_type=0; // 0 = horizontal menu  1 = vertical menu
var L1_parent_transparency=100; // sets the transparency of the menu -  100 means no transparency - 0 means invisible
var L1_parent_spacing=0; //sets the spacing for the menu
var L1_parent_padding=0; //sets the padding for the menu
var L1_parent_borderColor="#FFFFFF";//insert hex color code
var L1_parent_borderType=0;//1=solid  2=double-lined   3=dotted  4=dashed   5=beveled-shadow-right  6=embossed   7=embossed-shadow-left    8=embossed-shadow-right
var L1_parent_borderWidth=0;//set the border thickness for the parent menu

// first level (L1) parent menu item (item) attributes: properties that control the look of the menu
var L1_item_type=2; // 0 = displays text   1=HTML    2 = dispalys image
var L1_item_txtFontOn = "bold 12px Arial"; // font size, family name, and weight for item's on-state
var L1_item_txtFontOff = "bold 12px Arial"; // font size, family name, and weight for item's off-state
var L1_item_txtColorOn="#FFFFFF"; // text color for item's on-state
var L1_item_txtColorOff="#FFFFFF"; // text color for item's off-state
var L1_item_bgColorOff="#FFFFFF"; //background color for item's off-state
var L1_item_bgColorOn="#FFFFFF"; //background color for item's on-state
var L1_item_hAlign=1;// horizontal alignment   0=left   1=center    2=right     3=left
var L1_item_height=38;// height of the item
var L1_item_borderWidth=0;
var L1_item_borderColorOff="#FFFFFF";
var L1_item_borderColorOn="#FFFFFF";
var L1_item_borderType=0; //1=solid  2=double-lined   3=dotted  4=dashed   5=beveled-shadow-right  6=embossed    7=embossed-shadow-left 8=embossed-shadow-right

//first level (L1) parent menu item widths
var L1_item0=119;
var L1_item1=181;
var L1_item2=92;
var L1_item3=114;
var L1_item4=144;
var L1_item5=81;
var L1_item6=126;


// SECOND LEVEL MENU ATTRIBUTES ====================================================================
// second level (L2) parent menu (parent) attributes: this is the bounding box or container around the child menu items
// these attributes will be the same for all child menus below the parent level
/* ****IMPORTANT**** this is NOT true for level 2 menus that are flush right with the browser. Please refer to SECOND LEVEL RIGHT MENU ATTRIBUTES specifics */
var L2_parent_type=1;//0=horizontal menu   1=vertical menu
var L2_parent_position=4;// position menu will appear relative to the active item's outter boundries:  1=left  2=right 3=above 4=below
var L2_parent_yOffset= -7; // repositions the level 2 menus accordingly: 0 = no effect    positive number = move menu downward     negative number =  move menu upward
var L2_parent_xOffset= 0;// repositions the level 2 menus accordingly: 0 = no effect    positive number = move menu right     negative number =  move menu left
var L2_parent_bgColor="#FFFFFF";
var L2_parent_transparency=100;// sets the transparency of the menu -  100 means no transparency - 0 means invisible
var L2_parent_spacing=0;//sets the spacing for the menu
var L2_parent_padding=5;// sets the padding for the menu
var L2_parent_shadowColor="#FFFFFF"; //sets the shadow color for the menu
var L2_parent_shadowWidth=2;//set the width of the shadow
var L2_parent_shadowType=0; // 0=no shadow   1=solid shadow  2=soft shadow(will not show on browser that do not support CSS2)
var L2_parent_borderColor="#c5c5c5"; // sets the border color around the menu
var L2_parent_borderWidth=1;// sets the thickness of the border around the menu
var L2_parent_borderType=1; //1=solid  2=double-lined   3=dotted  4=dashed   5=beveled-shadow-right  6=embossed    7=embossed-shadow-left 8=embossed-shadow-right




// second level (L2) parent menu item (item) attributes: this is the item attributes
// these attributes will be the same for all child menu items below the parent level
/* ****IMPORTANT**** this is NOT true for level 2 menus that are flush right with the browser please refer to LEVEL 2 RIGHT MENU ATTRIBUTES */
var L2_item_txtColorOn="#0066cc"; // text color for item's on-state
var L2_item_txtColorOff="#000000"; //text color for item's off-state
var L2_item_bgColorOff="#FFFFFF"; //background color for item's off-state
var L2_item_bgColorOn="#e9f5fc"; //background color for item's on-state
var L2_item_txtFontOn = "normal 11px Verdana"; // font size, family name, and weight for item's on-state
var L2_item_txtFontOff = "normal 11px Verdana"; // font size, family name, and weight for item's off-state
var L2_item_width=210;  // width of the item
var L2_item_height=0; //height of the item
var L2_item_hAlign=0;// horizontal alignment   0=left   1=center    2=right     3=left
var L2_item_borderWidth=0;
var L2_item_borderColorOff="#FFFFFF";
var L2_item_borderColorOn="#FFFFFF";
var L2_item_borderType=0; //1=solid  2=double-lined   3=dotted  4=dashed   5=beveled-shadow-right  6=embossed    7=embossed-shadow-left 8=embossed-shadow-right


// SECOND LEVEL RIGHT MENU ATTRIBUTES ===========================================================================
// you will only need to use this attribute when navigation spans the entire page or when it appears goes outside the page width
var L2R_parent_xOffset=-115; // repositions the level 2 right menu accordingly: 0 = no effect    positive number = move menu right     negative number =  move menu left



// SECOND LEVEL MENU SEPARATOR ATTRIBUTES ====================================================================
var L2_sep_bgColor="#c5c5c5"; //sets the background color for the separator
var L2_sep_size=1; //defines the size of your separator
var L2_sep_imagePath=""; //defines the path to the separator image you would like to use.

// PLACEHOLDERS ATTRIBUTES =====================================================================================
// placeholders are used as an easy way to identify attibutes that must be implemented on a case-by-case basis. These attributes can be left as is or replaced.
/* ****NEVER ASSIGN VALUES TO THESE VARIABLES**** */
/* USE THESE VARIABLES TO IDENTIFY WHAT WILL NEED TO BE CHANGED */
/* LINK AND TARGET PLACEHOLDERS ON FIRST LEVEL MENU ITEMS WILL ONLY CHANGE IF THERE IS NOT A SECOND LEVEL MENU */
var text_PH="";
var imageOn_PH="";
var imageOff_PH="";
var link_PH="";
var target_PH="";
var L1_item_width_PH=0; // if the first level menu is not made with images, there will need to be a height defined