/**********************************************************************************************
                              Main Menu Settings
**********************************************************************************************/

	sequence = "9x445"
	bdi__menu_title = ""
	bdi__default_document = "http://"



/*---------------------------------------------
Main Item Widths and Heights
---------------------------------------------*/


	bdi__main_width = 88				//default main item widths
	bdi__main_height = 19				//default main item heights


    //specific settings

	bdi__main_width0 = 88
	bdi__main_height0 = 19
	bdi__main_width1 = 87
	bdi__main_height1 = 19
	bdi__main_width2 = 87
	bdi__main_height2 = 19
	bdi__main_width3 = 87
	bdi__main_height3 = 19
	bdi__main_width4 = 87
	bdi__main_height4 = 19


/*---------------------------------------------
Main Menu Borders Dividers and Layout
---------------------------------------------*/


	bdi__main_horizontal = true			//align menu bar horizontally or vertically
	bdi__main_border_width = 0			//the thickness of the border in pixels
	bdi__main_use_dividers = true			//Optionally use a divider between each main menu item
	bdi__main_item_gap = 5				//the gap between main menu items in pixels
	bdi__align_items_bottom_and_right = true	//Main item alignment


/*---------------------------------------------
Main Menu Colors
---------------------------------------------*/


	bdi__main_bgcolor = "#ffffff"			//Main Background Color
	bdi__main_hl_bgcolor = "#ffffff"		//Main Rollover Background Color
	bdi__main_textcolor = "#111111"			//Main Text Color
	bdi__main_hl_textcolor = "#111111"		//Main Rollover Text Color
	bdi__main_border_color = "#000000"		//HEX color or set width to 0 for no borders


    //specific settings



/*---------------------------------------------
Main Menu Font Settings
---------------------------------------------*/


	bdi__main_fontfamily = "Verdana"		//Any available system font
	bdi__main_fontsize = 13				//Defined with pixel sizing 
	bdi__main_textdecoration = "none"		//set to: 'none', or 'underline'
	bdi__main_fontweight = "normal"			//set to: 'normal', or 'bold'
	bdi__main_fontstyle = "normal"			//set to: 'normal', or 'italic


    //Rollover Effect

	bdi__main_hl_textdecoration = "none"	//set to: 'none', or 'underline'


/*---------------------------------------------
Main Menu Margins and Text Alignment
---------------------------------------------*/


	bdi__main_text_alignment = "left"		//set to: 'left', 'center' or 'right
	bdi__main_margin_top = 0
	bdi__main_margin_bottom = 0
	bdi__main_margin_left = 0
	bdi__main_margin_right = 0


/*---------------------------------------------
Optional Status Bar Text
---------------------------------------------*/




/*---------------------------------------------
Main Menu Image Settings
---------------------------------------------*/


	bdi__static_image0 = bdi__database+"../images/rollovers/comp_off.gif"
	bdi__rollover_image0 = bdi__database+"../images/rollovers/comp_on.gif"
	bdi__specify_size0 = true
	bdi__image_w0 = 88
	bdi__image_h0 = 19
	bdi__static_image1 = bdi__database+"../images/rollovers/prod_off.gif"
	bdi__rollover_image1 = bdi__database+"../images/rollovers/prod_on.gif"
	bdi__specify_size1 = true
	bdi__image_w1 = 87
	bdi__image_h1 = 19
	bdi__static_image2 = bdi__database+"../images/rollovers/serv_off.gif"
	bdi__rollover_image2 = bdi__database+"../images/rollovers/serv_on.gif"
	bdi__specify_size2 = true
	bdi__image_w2 = 87
	bdi__image_h2 = 19
	bdi__static_image3 = bdi__database+"../images/rollovers/reso_off.gif"
	bdi__rollover_image3 = bdi__database+"../images/rollovers/reso_on.gif"
	bdi__specify_size3 = true
	bdi__image_w3 = 87
	bdi__image_h3 = 19
	bdi__static_image4 = bdi__database+"../images/rollovers/cont_off.gif"
	bdi__rollover_image4 = bdi__database+"../images/rollovers/cont_on.gif"
	bdi__specify_size4 = true
	bdi__image_w4 = 87
	bdi__image_h4 = 19


/*---------------------------------------------
Main Menu Items (Text, URL's, and Icon ID's)
---------------------------------------------*/


    //Main Menu 0

	bdi__maindesc0 = "<img src='"+bdi__database+"../images/rollovers/comp_off.gif' width='88' height='19'>"
	bdi__hl_maindesc0 = "<img src='"+bdi__database+"../images/rollovers/comp_on.gif' width='88' height='19'>"
	bdi__maindesc_toolbar0 = "Company"
	bdi__url0 = bdi__database+"../company/company.htm"


    //Main Menu 1

	bdi__maindesc1 = "<img src='"+bdi__database+"../images/rollovers/prod_off.gif' width='87' height='19'>"
	bdi__hl_maindesc1 = "<img src='"+bdi__database+"../images/rollovers/prod_on.gif' width='87' height='19'>"
	bdi__maindesc_toolbar1 = "Products"
	bdi__url1 = bdi__database+"../products/products.htm"


    //Main Menu 2

	bdi__maindesc2 = "<img src='"+bdi__database+"../images/rollovers/serv_off.gif' width='87' height='19'>"
	bdi__hl_maindesc2 = "<img src='"+bdi__database+"../images/rollovers/serv_on.gif' width='87' height='19'>"
	bdi__maindesc_toolbar2 = "Services"
	bdi__url2 = bdi__database+"../services/services.htm"


    //Main Menu 3

	bdi__maindesc3 = "<img src='"+bdi__database+"../images/rollovers/reso_off.gif' width='87' height='19'>"
	bdi__hl_maindesc3 = "<img src='"+bdi__database+"../images/rollovers/reso_on.gif' width='87' height='19'>"
	bdi__maindesc_toolbar3 = "Resources"
	bdi__url3 = bdi__database+"../resources/resources.htm"


    //Main Menu 4

	bdi__maindesc4 = "<img src='"+bdi__database+"../images/rollovers/cont_off.gif' width='87' height='19'>"
	bdi__hl_maindesc4 = "<img src='"+bdi__database+"../images/rollovers/cont_on.gif' width='87' height='19'>"
	bdi__maindesc_toolbar4 = "Contact"
	bdi__url4 = bdi__database+"../root/contact.htm"




/**********************************************************************************************
                     Sub Menu Settings
**********************************************************************************************/


/*---------------------------------------------
Colors, Borders, Dividers, and more...
---------------------------------------------*/


	bdi__sub_menu_width = 130			//default sub menu widths
	bdi__sub_xy = "0,0"				//default sub x,y coordinates - defined relative to the top-left corner of parent image or sub menu
	bdi__urltarget = "_self"			//default URL target: _self, _parent, _new, or 'my frame name'

	bdi__border_width = 0				//Border thickness of all sub menus, value > 0
	bdi__divider_height = 0				//Divider height between all sub menu items. Same color as border.
	bdi__border_color = "#666666"			//Hex color or 'transparent'
	bdi__menu_bgcolor = "#dddddd"			//Hex color or 'transparent'
	bdi__hl_bgcolor = "#F1F1F1"			//Hex color or 'transparent'

	bdi__mouse_off_delay = 150			//defined in milliseconds (activated after mouse stops)
	bdi__nn4_mouse_off_delay = 500			//defined in milliseconds (activated after leaving sub)


/*---------------------------------------------
Font Settings and Margins
---------------------------------------------*/


    //Font settings

	bdi__textcolor = "#333333"			//Hex color value.
	bdi__fontfamily = "Verdana"			//Any available system font.
	bdi__fontsize = 10				//Defined with pixel sizing.
	bdi__fontsize_ie4 = 9				//Defined with point sizing.
	bdi__textdecoration = "none"			//set to: 'normal', or 'underline'
	bdi__fontweight = "normal"			//set to: 'normal', or 'bold'
	bdi__fontstyle = "normal"			//set to: 'normal', or 'italic'


    //Rollover font settings

	bdi__hl_textcolor = "#cc0000"			//Rollover text color
	bdi__hl_textdecoration = "none"		//set to: 'normal', or 'underline'


    //Margins and text alignment

	bdi__text_alignment = "left"			//set to: 'left', 'center' or 'right
	bdi__margin_top = 3
	bdi__margin_bottom = 3
	bdi__margin_left = 10
	bdi__margin_right = 4


/*---------------------------------------------
Internet Explorer Transition Effects
---------------------------------------------*/


    //Options include - none | fade | pixelate |iris | slide | gradientwipe | checkerboard | radialwipe | randombars | randomdissolve |stretch

	bdi__sub_menu_effect = "gradientwipe"
	bdi__sub_item_effect = "gradientwipe"


    //Define the effect duration in seconds below.

	bdi__sub_menu_effect_duration = 0.35
	bdi__sub_item_effect_duration = 0.4


    //Specific settings for various transitions.

	bdi__effect_pixelate_maxsqare = 25
	bdi__effect_iris_irisstyle = "CIRCLE"			//CROSS, CIRCLE, PLUS, SQUARE, or STAR
	bdi__effect_checkerboard_squaresx = 14
	bdi__effect_checkerboard_squaresY = 14
	bdi__effect_checkerboard_direction = "RIGHT"		//UP, DOWN, LEFT, RIGHT


    //Opacity and drop shadows.

	bdi__sub_menu_opacity = 100				//1 to 100
	bdi__dropshadow_color = "transparent"			//Hex value or 'transparent'
	bdi__dropshadow_offx = 1				//drop shadow width
	bdi__dropshadow_offy = 1				//drop shadow height


/*---------------------------------------------
Browser Bug fixes and Workarounds
---------------------------------------------*/


    //Mac offset fixes, adjust until sub menus position correctly.

	bdi__ie4mac_offset_x = -10
	bdi__ie4mac_offset_Y = -45


    //Netscape 4 resize bug workaround.

	bdi__nn4_reaload_after_resize = true
	bdi__nn4_resize_prompt_user = false
	bdi__nn4_resize_prompt_message = "NN4 - Custom Alert Message"


    //Set to true if the menu is the only item on the HTML page.

	bdi__use_opera_div_detect_fix = false


    //Pre-defined sub menu item heights for the Espial Escape browser. May be indexed.

	bdi__escape_item_height = 20


/*---------------------------------------------
Exposed menu events
---------------------------------------------*/


    //Reference additional onload statements here.

	bdi__onload_code = ""


    //X = Sub menu group index, XX = Item index

	bdi__showmenu_codeX = "status = 'custom show menu function call - menu0'"
	bdi__hidemenu_codeX = "status = 'custom hide menu function call - menu0'"
	bdi__clickitem_codeXX = "alert('custom Function - Menu Item 0_0')"



/*---------------------------------------------
Specific Sub Menu Settings
---------------------------------------------*/


    //Sub Menu 0

        bdi__sub_xy0 = "-88, 20"
        bdi__subdesc0_0 = "Vision/Values"
	bdi__url0_0 = bdi__database+"../company/vision.htm" 
        bdi__subdesc0_1 = "History"
	bdi__url0_1 = bdi__database+"../company/history.htm"        
        bdi__subdesc0_2 = "Why SpaceKraft?"
	bdi__url0_2 = bdi__database+"../company/why.htm"
        bdi__subdesc0_3 = "Environment<br><img src='"+bdi__database+"../images/rollovers/comp_space.gif' width="+bdi__sub_menu_width+" height=2 border=0 alt='' style='position:relative;top="+bdi__margin_bottom+";left=-"+bdi__margin_left+"';><br>"
	bdi__url0_3 = bdi__database+"../company/environment.htm"


    //Sub Menu 1

        bdi__sub_xy1 = "-88, 20"
        bdi__subdesc1_0 = "Liquids"
	bdi__url1_0 = bdi__database+"../products/liquids.htm"
        bdi__subdesc1_1 = "Solids"
	bdi__url1_1 = bdi__database+"../products/solids.htm"
        bdi__subdesc1_2 = "Export"
	bdi__url1_2 = bdi__database+"../products/export.htm"
        bdi__subdesc1_4 = "Auxiliary Equipment<br><img src='"+bdi__database+"../images/rollovers/prod_space.gif' width="+bdi__sub_menu_width+" height=2 border=0 alt='' style='position:relative;top="+bdi__margin_bottom+";left=-"+bdi__margin_left+"';><br>"
	bdi__url1_4 = bdi__database+"../products/auxiliary.htm"



    //Sub Menu 2

        bdi__sub_xy2 = "-88, 20"
        bdi__subdesc2_0 = "Customer Service"
	bdi__url2_0 = bdi__database+"../services/custserv.htm"
        bdi__subdesc2_1 = "Technical Support"
	bdi__url2_1 = bdi__database+"../services/techsupport.htm"
        bdi__subdesc2_2 = "Customization<br><img src='"+bdi__database+"../images/rollovers/serv_space.gif' width="+bdi__sub_menu_width+" height=2 border=0 alt='' style='position:relative;top="+bdi__margin_bottom+";left=-"+bdi__margin_left+"';><br>"
	bdi__url2_2 = bdi__database+"../services/custom.htm"



    //Sub Menu 3

        bdi__sub_xy3 = "-88,20"
        bdi__subdesc3_0 = "In The News"
	bdi__url3_0 = bdi__database+"../resources/inthenews.htm"
        bdi__subdesc3_1 = "Product Literature"
	bdi__url3_1 = bdi__database+"../resources/prodlit.htm"
        bdi__subdesc3_2 = "Case Studies<br><img src='"+bdi__database+"../images/rollovers/reso_space.gif' width="+bdi__sub_menu_width+" height=2 border=0 alt='' style='position:relative;top="+bdi__margin_bottom+";left=-"+bdi__margin_left+"';><br>"
	bdi__url3_2 = bdi__database+"../resources/case.htm"



    //Sub Menu 4






