/*-------------------------------------------
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 = 2
	pdm__divider_height = 2

	pdm__border_color = "#ffffff"		//Hex color or 'transparent'
	pdm__menu_bgcolor = "#DFDFD3"		//Hex color or 'transparent'
	pdm__hl_bgcolor = "#F49112"		

	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 = "#ffffff"
	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_bullet.gif"
	pdm__icon_rollover0 = "images/sample3_bullet_hl.gif"
	pdm__icon_image_wh0 = "13,8"

	//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 = "fade"

    //Define the effect duration in seconds below.
   
	pdm__sub_menu_effect_duration = .75
	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/index_over_24.jpg"
	pdm__rollover_wh0 = "80,49"
	pdm__url0 = "about-us.html"


//Main Menu Item 1

	pdm__rollover_image1 = "images/index_over_26.jpg"
	pdm__rollover_wh1 = "86,49"
	pdm__url1 = "products.html"

     
/**********************************************************************************************
**********************************************************************************************
                              Sub Menu Structure and Text  
**********************************************************************************************
**********************************************************************************************/

    //Sub Menu 0

	pdm__sub_xy0 = "-90,45"
	pdm__sub_menu_width0 = 108
	
	pdm__subdesc0_0 = "Why Acrylic?"	
	pdm__subdesc0_1 = "Testimonials"	
	pdm__subdesc0_2 = "FAQ"	
	
	pdm__icon_index0_0 = 0
	pdm__icon_index0_1 = 0
	pdm__icon_index0_2 = 0
	
	pdm__url0_0 = "why-acrylic.html"
	pdm__url0_1 = "testimonials.html"
	pdm__url0_2 = "faq.html"


	//Sub Menu 1

	pdm__sub_xy1 = "-96,45"
	pdm__sub_menu_width1 = 200
	
	pdm__subdesc1_0 = "Tub Liners"	
	pdm__subdesc1_1 = "Metal/Frameless Enclosures"	
	pdm__subdesc1_2 = "True Stone Acrylic Wall Systems"	
	pdm__subdesc1_3 = "Conventional Acrylic Wall Systems"	
	pdm__subdesc1_4 = "Accessories"	
	pdm__subdesc1_5 = "Shower Bases"	
	pdm__subdesc1_6 = "<font color='#840E00'><strong>NEW!!</strong></font> Walk In Tubs"	
	
	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__2nd_icon_index1_1 = 0
	pdm__2nd_icon_index1_5 = 0
		
	pdm__url1_0 = "tub_liners.html"
	pdm__url1_1 = "shower_doors.html"
	pdm__url1_2 = "true_stone_acrylic.html"
	pdm__url1_3 = "conventional_acrylic.html"
	pdm__url1_4 = "accessories.html"
	pdm__url1_5 = "tub_to_shower.html"
	pdm__url1_6 = "walk_in_tubs.html"
	
	

	
	
	//Sub Menu 1_1

	pdm__sub_xy1_1 = "-4,2"
	pdm__sub_menu_width1_1 = 100

	pdm__subdesc1_1_0 = "Elite"
	pdm__subdesc1_1_1 = "Premiere"
	pdm__subdesc1_1_2 = "Crystal"
	pdm__subdesc1_1_3 = "Euro"
	pdm__subdesc1_1_4 = "Delux"
	pdm__subdesc1_1_5 = "Custom"
	pdm__subdesc1_1_6 = "Frameless"

	pdm__icon_index1_1_0 = 0
	pdm__icon_index1_1_1 = 0
	pdm__icon_index1_1_2 = 0
	pdm__icon_index1_1_3 = 0
	pdm__icon_index1_1_4 = 0
	pdm__icon_index1_1_5 = 0
	pdm__icon_index1_1_6 = 0

	pdm__url1_1_0 = "shower_doors.html#elite"
	pdm__url1_1_1 = "shower_doors.html#premier"
	pdm__url1_1_2 = "shower_doors.html#crystal"
	pdm__url1_1_3 = "shower_doors.html#euro"
	pdm__url1_1_4 = "shower_doors.html#delux"
	pdm__url1_1_5 = "shower_doors.html#custom"
	pdm__url1_1_6 = "shower_doors.html#frameless"


	
	//Sub Menu 1_4

	pdm__sub_xy1_5 = "-4,2"
	pdm__sub_menu_width1_5 = 165

	pdm__subdesc1_5_0 = "Shower Bases"
	pdm__subdesc1_5_1 = "Seated Bases"
	pdm__subdesc1_5_2 = "Tub to Shower Conversions"

	pdm__icon_index1_5_0 = 0
	pdm__icon_index1_5_1 = 0
	pdm__icon_index1_5_2 = 0

	pdm__url1_5_0 = "tub_to_shower.html#shower"
	pdm__url1_5_1 = "tub_to_shower.html#s-shower"
	pdm__url1_5_2 = "tub_to_shower.html#conversion"

