/*-------------------------------------------
Colors, Borders, Dividers, and more...
--------------------------------------------*/

	pdm__sub_menu_width = 130      		//default sub menu widths
	pdm__sub_xy = "0,0"            		//default sub x,y coordinates - defined relative
						//to the top-left corner of parent image or sub menu   

	pdm__urltarget = "_self"		//default URL target: _self, _parent, _new, or "my frame name"

	pdm__border_width = 0
	pdm__divider_height = 1

	pdm__border_color = "#959595"		//Hex color or 'transparent'
	pdm__menu_bgcolor = "#D9D7D7"		//Hex color or 'transparent'
	pdm__hl_bgcolor = "#F7F0D0"		

	pdm__mouse_off_delay = 150		//defined in milliseconds (activated after mouse stops)
	pdm__nn4_mouse_off_delay = 500		//defined in milliseconds (activated after leaving sub)

/*-------------------------------------------
Font settings and margins
--------------------------------------------*/
    //Font settings

	pdm__textcolor = "#000000"
	pdm__fontfamily = "Tahoma"		//Any available system font     
	pdm__fontsize = 11			//Defined with pixel sizing  	
	pdm__fontsize_ie4 = 9			//Defined with point sizing
	pdm__textdecoration = "normal"		//set to: 'normal', or 'underline'
	pdm__fontweight = "normal"		//set to: 'normal', or 'bold'
	pdm__fontstyle = "normal"		//set to: 'normal', or 'italic' 	

    //Rollover font settings

	pdm__hl_textcolor = "#000000"
	pdm__hl_textdecoration = "normal"	//set to: 'normal', or 'underline'

    //Margins and text alignment

	pdm__text_alignment = "left"		//set to: 'left', 'center' or 'right'
	pdm__margin_top = 4
	pdm__margin_bottom = 4
	pdm__margin_left = 6
	pdm__margin_right = 5

/*-------------------------------------------
Bullet and Icon image library - Unlimited bullet
or icon images may be defined below and then associated
with any sub menu items within the 'Sub Menu Structure 
and Text' section of this data file.
--------------------------------------------*/
    //Relative positioned icon images (flow with sub item text)

	pdm__icon_image0 = "images/sample3_hl.gif"
	pdm__icon_rollover0 = "images/sample3_bullet_hl.gif"
	pdm__icon_image_wh0 = "11,9"

	//Absolute positioned icon images (coordinate poitioned)

	pdm__2nd_icon_image0 = "images/sample3_hl.gif"
	pdm__2nd_icon_rollover0 = "images/sample3_hl.gif"
	pdm__2nd_icon_image_wh0 = "8,8"
	pdm__2nd_icon_image_xy0 = "4,6"

/*---------------------------------------------
Optional Status Bar Text
-----------------------------------------------*/

	pdm__show_urls_statusbar = true
   
	//pdm__status_text0 = "Sample text - Main Menu Item 0"
	//pdm__status_text1 = "Sample text - Main Menu Item 1"
	//pdm__status_text1_0 = "Sample text - Main Menu Item 1, Sub Item 0"	
	//pdm__status_text1_0 = "Sample text - Main Menu Item 1, Sub Item 1"	
/*-------------------------------------------
Internet Explorer Transition Effects
--------------------------------------------*/
    //Options include - none | fade | pixelate |iris | slide | gradientwipe | checkerboard | radialwipe | randombars | randomdissolve |stretch

	pdm__sub_menu_effect = "gradientwipe"
	pdm__sub_item_effect = "gradientwipe"

    //Define the effect duration in seconds below.
   
	pdm__sub_menu_effect_duration = .55
	pdm__sub_item_effect_duration = .4

    //Specific settings for various transitions.

	pdm__effect_pixelate_maxsqare = 25
	pdm__effect_iris_irisstyle = "CIRCLE"		//CROSS, CIRCLE, PLUS, SQUARE, or STAR
	pdm__effect_checkerboard_squaresx = 14
	pdm__effect_checkerboard_squaresY = 14
	pdm__effect_checkerboard_direction = "LEFT"	//UP, DOWN, LEFT, RIGHT

    //Opacity and drop shadows.

	pdm__sub_menu_opacity = 95			//1 to 100
	pdm__dropshadow_color = "none"			//Hex color value or 'none'
	pdm__dropshadow_offx = 5			//drop shadow width
	pdm__dropshadow_offy = 5			//drop shadow height

/*-------------------------------------------
Browser Bug fixes and Workarounds
--------------------------------------------*/
    //Mac offset fixes, adjust until sub menus position correctly.
   
	pdm__os9_ie5mac_offset_X = 10
	pdm__os9_ie5mac_offset_Y = 15

	pdm__osx_ie5mac_offset_X = 0
	pdm__osx_ie5mac_offset_Y = 0

	pdm__ie4mac_offset_X = -8
	pdm__ie4mac_offset_Y = -50

    //Netscape 4 resize bug workaround.

	pdm__nn4_reaload_after_resize = true
	pdm__nn4_resize_prompt_user = false
	pdm__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.

	pdm__use_opera_div_detect_fix = false

    //Pre-defined sub menu item heights for the Espial Escape browser.

	pdm__escape_item_height = 20

/*---------------------------------------------
Exposed menu events
----------------------------------------------*/
    //Reference additional onload statements here.
	//pdm__onload_code = "alert('custom function - onload')"
    //The 'X' indicates the index number of the sub menu group or item.

	pdm__showmenu_codeX = "status = 'custom show menu function call - menu0'"
	pdm__hidemenu_codeX = "status = 'custom hide menu function call - menu0'"
	pdm__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.

	pdm__border_widthX = 10;
	pdm__divider_heightX = 5;		
	pdm__border_colorX = "#0000ff";     
	pdm__menu_bgcolorX = "#ff0000"
	pdm__hl_bgcolorX = "#00ff00"
	pdm__hl_textcolorX = "#ff0000"
	pdm__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.

	pdm__hl_subdescX = "custom highlight text"
	pdm__urltargetX = "_new"

/**********************************************************************************************
**********************************************************************************************
                           Main Menu Rollover Images and Links  
**********************************************************************************************
**********************************************************************************************/
    //Main Menu Item 0

	pdm__rollover_image0 = "images/button_over_11.jpg"
	pdm__rollover_wh0 = "69,30"
	pdm__url0 = "index.html"


//Main Menu Item 1

	pdm__rollover_image1 = "images/button_over_12.jpg"
	pdm__rollover_wh1 = "112,30"
	pdm__url1 = "ingredients.html"


//Main Menu Item 2

	pdm__rollover_image2 = "images/button_over_13.jpg"
	pdm__rollover_wh2 = "108,30"
	pdm__url2 = "order.html"


//Main Menu Item 3

	pdm__rollover_image3 = "images/button_over_14.jpg"
	pdm__rollover_wh3 = "91,30"
	pdm__url3 = "partners.html"


//Main Menu Item 4

	pdm__rollover_image4 = "images/button_over_15.jpg"
	pdm__rollover_wh4 = "68,30"
	pdm__url4 = "faq.html"



//Main Menu Item 5

	pdm__rollover_image5 = "images/button_over_16.jpg"
	pdm__rollover_wh5 = "101,30"
	pdm__url5 = "contact.html"

	
	

     
/**********************************************************************************************
**********************************************************************************************
                              Sub Menu Structure and Text  
**********************************************************************************************
**********************************************************************************************/





	//Sub Menu 1

	pdm__sub_xy1 = "-111,27"
	pdm__sub_menu_width1 = 111
	
	pdm__subdesc1_0 = "Ashwaganda"	
	pdm__subdesc1_1 = "Cinnamon"	
	pdm__subdesc1_2 = "Damiana"	
	pdm__subdesc1_3 = "Ginger"	
	pdm__subdesc1_4 = "Ginseng"	
	pdm__subdesc1_5 = "Ginkgo"	
	pdm__subdesc1_6 = "Kola"	
	pdm__subdesc1_7 = "Puama"	
	pdm__subdesc1_8 = "Sarsaparilla"	
	pdm__subdesc1_9 = "Saw Palmetto"	
	pdm__subdesc1_10 = "Yohimbe"	
	
	
	pdm__icon_index1_0 = 0
	pdm__icon_index1_1 = 0
	pdm__icon_index1_2 = 0
	pdm__icon_index1_3 = 0
	pdm__icon_index1_4 = 0
	pdm__icon_index1_5 = 0
	pdm__icon_index1_6 = 0
	pdm__icon_index1_7 = 0	
	pdm__icon_index1_8 = 0
	pdm__icon_index1_9 = 0
	pdm__icon_index1_10 = 0
	
	pdm__url1_0 = "ashwaganda.html"
	pdm__url1_1 = "cinnamon.html"
	pdm__url1_2 = "damiana.html"
	pdm__url1_3 = "ginger.html"
	pdm__url1_4 = "ginseng.html"
	pdm__url1_5 = "ginkgo.html"
	pdm__url1_6 = "kola.html"	
	pdm__url1_7 = "puama.html"
	pdm__url1_8 = "sarsaparilla.html"
	pdm__url1_9 = "saw.html"
	pdm__url1_10 = "yohimbe.html"

