DM_Notice = "DHTML QuickMenu, Copyright (c) - 2002, OpenCube Inc. - www.opencube.com"

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


	DM_sub_menu_width = 130      		//default sub menu widths
	DM_sub_xy = "0,0"            		//default sub x,y coordinates - defined relative
										//to the top-left corner of parent image or sub menu
	DM_codebase = "http://www.panno-med.com/js/menu/"
	DM_dynamiccodebase = "http://www.panno-med.com/pls/pannomed/menu.menu"
	DM_urltarget = "_parent"		//default URL target: _self, _parent, _new, or "my frame name"

	DM_border_width = 0
	DM_divider_height = 2

	DM_border_color = "transparent"		//Hex color or 'transparent'
	DM_menu_bgcolor = "#999999"		//Hex color or 'transparent'
	DM_hl_bgcolor = "#999999"		

	DM_mouse_off_delay = 50		//defined in milliseconds (activated after mouse stops)
	DM_nn4_mouse_off_delay = 50		//defined in milliseconds (activated after leaving sub)

	limit_multiple_users = true
	
/*-------------------------------------------
Font settings and margins
--------------------------------------------*/
   

    //Font settings

	DM_textcolor = "#FFFFFF"
	DM_fontfamily = "Verdana"		//Any available system font     
	DM_fontsize = 11			//Defined with pixel sizing  	
	DM_fontsize_ie4 = 9			//Defined with point sizing
	DM_textdecoration = "normal"		//set to: 'normal', or 'underline'
	DM_fontweight = "normal"		//set to: 'normal', or 'bold'
	DM_fontstyle = "normal"		//set to: 'normal', or 'italic' 	


    //Rollover font settings

	DM_hl_textcolor = "#FFFFFF"
	DM_hl_textdecoration = "underline"	//set to: 'normal', or 'underline'



    //Margins and text alignment

	DM_text_alignment = "left"		//set to: 'left', 'center' or 'right'
	DM_margin_top = 1
	DM_margin_bottom = 2
	DM_margin_left = 2
	DM_margin_right = 2

   


/*-------------------------------------------
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)

	DM_icon_image0 = 0
	DM_icon_rollover0 = 0
	DM_icon_image_wh0 = "13,8"

	

    //Absolute positioned icon images (coordinate poitioned)

	DM_2nd_icon_image0 = 0
	DM_2nd_icon_rollover0 = 0
	DM_2nd_icon_image_wh0 = "13,10"
	DM_2nd_icon_image_xy0 = "0,4"



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

	DM_show_urls_statusbar = false
   
	//DM_status_text0 = "Sample text - Main Menu Item 0"
	//DM_status_text1 = "Sample text - Main Menu Item 1"

	//DM_status_text1_0 = "Sample text - Main Menu Item 1, Sub Item 0"	
	//DM_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

	DM_sub_menu_effect = "none"
	DM_sub_item_effect = "none"


    //Define the effect duration in seconds below.
   
	DM_sub_menu_effect_duration = .4
	DM_sub_item_effect_duration = .4


    //Specific settings for various transitions.

	DM_effect_pixelate_maxsqare = 25
	DM_effect_iris_irisstyle = "CIRCLE"		//CROSS, CIRCLE, PLUS, SQUARE, or STAR
	DM_effect_checkerboard_squaresx = 14
	DM_effect_checkerboard_squaresY = 14
	DM_effect_checkerboard_direction = "RIGHT"	//UP, DOWN, LEFT, RIGHT


    //Opacity and drop shadows.

	DM_sub_menu_opacity = 100			//1 to 100
	DM_dropshadow_color = "none"			//Hex color value or 'none'
	DM_dropshadow_offx = 5			//drop shadow width
	DM_dropshadow_offy = 5			//drop shadow height



/*-------------------------------------------
Browser Bug fixes and Workarounds
--------------------------------------------*/


    //Mac offset fixes, adjust until sub menus position correctly.
   
	DM_os9_ie5mac_offset_X = 10
	DM_os9_ie5mac_offset_Y = 15

	DM_osx_ie5mac_offset_X = 0
	DM_osx_ie5mac_offset_Y = 0

	DM_ie4mac_offset_X = -8
	DM_ie4mac_offset_Y = -50


    //Netscape 4 resize bug workaround.

	DM_nn4_reaload_after_resize = true
	DM_nn4_resize_prompt_user = false
	DM_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.

	DM_use_opera_div_detect_fix = false


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

	DM_escape_item_height = 20
	DM_escape_item_height0_0 = 70
	DM_escape_item_height0_1 = 70


/*---------------------------------------------
Exposed menu events
----------------------------------------------*/


    //Reference additional onload statements here.

	//DM_onload_code = "alert('custom function - onload')"

	DM_onload_code = "MM_preloadImages('../images/productmenu/en/vetnary.gif','../images/productmenu/en/human.gif','../images/productmenu/en/wellness.gif','../images/menu/en/home1.gif','../images/menu/en/about_us1.gif','../images/menu/en/news1.gif','../images/menu/en/distributors1.gif','../images/menu/en/contact1.gif','../images/menu/en/download1.gif','../images/menu/en/impressum1.gif')"

    //The 'X' indicates the index number of the sub menu group or item.

	DM_showmenu_codeX = "MM_showHideLayers('QuickSearchLayer','','hide');MM_showHideLayers('QuickSearchButtonLayer','','hide');MM_showHideLayers('Flash','','hide');"
	DM_hidemenu_codeX = "MM_showHideLayers('QuickSearchLayer','','show');MM_showHideLayers('QuickSearchButtonLayer','','show');MM_showHideLayers('Flash','','show');"
	//DM_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.

	DM_border_widthX = 0;
	DM_divider_heightX = 0;		
	DM_border_colorX = 0;     
	DM_menu_bgcolorX = "#999999"
	DM_hl_bgcolorX = "#999999"
	DM_hl_textcolorX = "#FFFFFF"
	DM_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.

	DM_hl_subdescX = "custom highlight text"
	DM_urltargetX = "_new"

	//Veterinarian
	DM_border_width0 = 0;
	DM_divider_height0 = 0;		
	DM_border_color0 = 0;     
	DM_menu_bgcolor0 = "#006699"
	DM_textcolor0 = "#FFFFFF"
	DM_hl_bgcolor0 = "#006699"
	DM_hl_textcolor0 = "#FFFFFF"
	DM_text_alignment0 = "left"

	//Human
	DM_border_width1 = 0;
	DM_divider_height1 = 0;		
	DM_border_color1 = 0;     
	DM_menu_bgcolor1 = "#009966"
	DM_textcolor1 = "#FFFFFF"
	DM_hl_bgcolor1 = "#009966"
	DM_hl_textcolor1 = "#FFFFFF"
	DM_text_alignment1 = "left"

	//Wellness
	DM_border_width2 = 0;
	DM_divider_height2 = 0;		
	DM_border_color2 = 0;     
	DM_menu_bgcolor2 = "#ff9900"
	DM_textcolor2 = "#FFFFFF"
	DM_hl_bgcolor2 = "#ff9900"
	DM_hl_textcolor2 = "#FFFFFF"
	DM_text_alignment2 = "left"
