

    iteam__sub_menu_width = 130      	//default sub menu widths
    iteam__sub_xy = "0,0"            	//default sub x,y coordinates - defined relative
                    //to the top-left corner of parent image or sub menu


    iteam__urltarget = "_self"	//default URL target: _self, _parent, _new, or "my frame name"

    iteam__border_width = 1
    iteam__divider_height = 1

    iteam__border_color = "#296284"	//Hex color or 'transparent'
    iteam__menu_bgcolor = "#E0E9F2"	//Hex color or 'transparent'  "#96CDCC"
    iteam__hl_bgcolor = "#ADC0EC"

    iteam__mouse_off_delay = 0	  //defined in milliseconds (activated after mouse stops)
    iteam__nn4_mouse_off_delay = 0	//defined in milliseconds (activated after leaving sub)


 /*-------------------------------------------
 Font settings and margins
 --------------------------------------------*/


     //Font settings

    iteam__textcolor = "#215595"
    iteam__fontfamily = "Verdana"		//Any available system font
    iteam__fontsize = 11			//Defined with pixel sizing
    iteam__fontsize_ie4 = 9			//Defined with point sizing
    iteam__textdecoration = "normal"	//set to: 'normal', or 'underline'
    iteam__fontweight = "normal"		//set to: 'normal', or 'bold'
    iteam__fontstyle = "normal"		//set to: 'normal', or 'italic'


     //Rollover font settings

    iteam__hl_textcolor = "#215595"
    iteam__hl_textdecoration = "normal"	//set to: 'normal', or 'underline'



     //Margins and text alignment

    iteam__text_alignment = "left"		//set to: 'left', 'center' or 'right'
    iteam__margin_top = 2
    iteam__margin_bottom = 3
    iteam__margin_left = 5
    iteam__margin_right = 4


 /*---------------------------------------------
 Optional Status Bar Text
 -----------------------------------------------*/

    iteam__show_urls_statusbar = false




 /*-------------------------------------------
 Internet Explorer Transition Effects
 --------------------------------------------*/


     //Options include - none | fade | pixelate |iris | slide | gradientwipe | checkerboard | radialwipe | randombars | randomdissolve |stretch

    iteam__sub_menu_effect = "none"
    iteam__sub_item_effect = "none"


     //Define the effect duration in seconds below.

    iteam__sub_menu_effect_duration = 0
    iteam__sub_item_effect_duration = 0


     //Specific settings for various transitions.

    iteam__effect_pixelate_maxsqare = 25
    iteam__effect_iris_irisstyle = "CROSS"			//CROSS, CIRCLE, PLUS, SQUARE, or STAR
    iteam__effect_checkerboard_squaresx = 14
    iteam__effect_checkerboard_squaresY = 14
    iteam__effect_checkerboard_direction = "RIGHT"	//UP, DOWN, LEFT, RIGHT


     //Opacity and drop shadows.

    iteam__sub_menu_opacity = 100				//1 to 100
    iteam__dropshadow_color = "#000000"			//Hex color value or 'none'    "#83AAA2"
    iteam__dropshadow_offx = 0				//drop shadow width
    iteam__dropshadow_offy = 0				//drop shadow height



 /*-------------------------------------------
 Browser Bug fixes and Workarounds
 --------------------------------------------*/


     //Mac offset fixes, adjust until sub menus position correctly.

    iteam__os9_ie5mac_offset_X = 10
    iteam__os9_ie5mac_offset_Y = 15

    iteam__osx_ie5mac_offset_X = 0
    iteam__osx_ie5mac_offset_Y = 0

    iteam__ie4mac_offset_X = -8
    iteam__ie4mac_offset_Y = -50


     //Netscape 4 resize bug workaround.

    iteam__nn4_reaload_after_resize = true
    iteam__nn4_resize_prompt_user = false
    iteam__nn4_resize_prompt_message = "To reinitialize the navigation menu please click the 'Reload' button."


     //Set to true if the menu is the only item on the HTML page.

    iteam__use_opera_div_detect_fix = false


     //Pre-defined sub menu item heights for the Espial Escape browser.

    iteam__escape_item_height = 20
    iteam__escape_item_height0_0 = 70
    iteam__escape_item_height0_1 = 70


 /*---------------------------------------------
 Exposed menu events
 ----------------------------------------------*/


     //Reference additional onload statements here.

     //iteam__onload_code = "alert('custom function - onload')"


     //The 'X' indicates the index number of the sub menu group or item.

    iteam__showmenu_codeX = "status = 'custom show menu function call - menu0'"
    iteam__hidemenu_codeX = "status = 'custom hide menu function call - menu0'"
    iteam__clickitem_codeX_X = "alert('custom Function - Menu Item 0_0')"



 /*---------------------------------------------
 Specific Sub Menu Settings
 ----------------------------------------------*/


     //The following settings may be defined for specific sub menu groups.
     //The 'X' represents the index number of the sub menu group.

    iteam__border_widthX = 10;
    iteam__divider_heightX = 5;
    iteam__border_colorX = "#163971";
    iteam__menu_bgcolorX = "#ff0000"
    iteam__hl_bgcolorX = "#00ff00"
    iteam__hl_textcolorX = "#ff0000"
    iteam__text_alignmentX = "left"


     //The following settings may be defined for specific sub menu items.
     //The 'X' represents the index number of the sub menu item.

    iteam__hl_subdescX = "custom highlight text"
    iteam__urltargetX = "_new"


