
/*-------------------------------------------
Copyright Notice - The following parameter is 
required in order for the menu to function.
--------------------------------------------*/


   DQM_Notice = "DHTML QuickMenu, Copyright (c) - 2002, OpenCube Inc. - www.opencube.com"
 


/*-------------------------------------------
required menu Settings
--------------------------------------------*/

   limit_users = true

   DQM_sub_menu_width = 130      //default sub menu widths
   DQM_sub_xy = "0,0"            //default sub x,y coordinates
   
   
   DQM_codebase = "/scripts/menus/"             //relative location of .js files
   DQM_urltarget = "_self"       //set to: _self, _parent, _new, or "my frame name"

   DQM_border_width = 0
   DQM_divider_height = 1

   DQM_border_color = "#00267F"  //Hex color value or 'transparent'
   DQM_menu_bgcolor = "#00267F"  //Hex color value or 'transparent'
   DQM_hl_bgcolor = "#D1CDC2"    //Hex color value

   DQM_mouse_off_delay = 200
   
   DQM_os9_ie5mac_offset_X = 0
   DQM_os9_ie5mac_offset_Y = 0

   DQM_osx_ie5mac_offset_X = 0
   DQM_osx_ie5mac_offset_Y = 0

   DQM_ie4mac_offset_X = -8
   DQM_ie4mac_offset_Y = -50

   DQM_nn4_reaload_after_resize = true

   DQM_nn4_resize_prompt_user = false
   DQM_nn4_resize_prompt_message = "To reinitialize the navigation menu please click the 'Reload' button."

   DQM_use_opera_div_detect_fix = true;
	
   /*----Options include - none | fade | pixelate |
   ------iris | slide | gradientwipe | checkerboard |
   ------radialwipe | randombars | randomdissolve |stretch */

   DQM_sub_menu_effect = "fade"
   DQM_sub_item_effect = "none"


   /*----Define the effect duration in seconds below---*/
   
   DQM_sub_menu_effect_duration = .4
   DQM_sub_item_effect_duration = .4

  
   /*----Customization option settings for the various effect
   ------transitions may be defined below---*/

   DQM_effect_pixelate_maxsqare = 25
   DQM_effect_iris_irisstyle = "CIRCLE"          //CROSS, CIRCLE, PLUS, SQUARE, or STAR
   DQM_effect_checkerboard_squaresx = 14
   DQM_effect_checkerboard_squaresY = 14
   DQM_effect_checkerboard_direction = "RIGHT"   //UP, DOWN, LEFT, RIGHT
   
   /*----Opacity is defined with a value between
   ------1 and 100 with 100 being opaque---*/   	

   DQM_sub_menu_opacity = 100

   DQM_dropshadow_color = "none"                //Hex color value or 'none'
   DQM_dropshadow_offx = 5                      //drop shadow width
   DQM_dropshadow_offy = 5	                //drop shadow height



/*---------------------------------------------
Optional event triggered custom function calls
----------------------------------------------*/


   /*----This menu uses the documents onload event to
   ------initially generate the menus. If your HTML page requires
   ------the onload statement for calling other script functions
   ------or statements you may execute your code using the
   ------parameter below------*/

   //DQM_onload_code = "alert('custom function - onload')"


   /*----the following parameters may be used to execute
   ------custom code upon menu pop-up and hide.
   ------These are useful for hiding drop down boxes which
   ------may not be displayed under the menus due to
   ------browser limitations with certain form fields.---*/

   //DQM_showmenu_code0 = "status = 'custom show menu function call - menu0'"
   //DQM_showmenu_code1 = "status = 'custom show menu function call - menu1'"

   //DQM_hidemenu_code0 = "status = 'custom hide menu function call - menu0'"
   //DQM_hidemenu_code1 = "status = 'custom hide menu function call - menu1'"

 
   /*----the following parameters may be used to execute
   ------custom code upon clicking a menu item. If a URL link 
   ------and custom code are both defined the code will be 
   ------executed first, then the URL link will be loaded. This 
   ------parameter option is useful for opening custom pop up windows.---*/

   //DQM_clickitem_code0_0 = "alert('custom Function - Menu Item 0_0')"
   //DQM_clickitem_code1_0 = "alert('custom Function - Menu Item 1_0')"



/*-------------------------------------------
Required font Settings
--------------------------------------------*/
   

   DQM_textcolor = "#FFF"
   DQM_fontfamily = "Verdana"            //Any available system font     
   DQM_fontsize = 11		         //Defined with pixel sizing  	
   DQM_fontsize_ie4 = 9		         //Defined with point sizing
   DQM_textdecoration = "normal"         //set to: 'normal', or 'underline'
   DQM_fontweight = "bold"             //set to: 'normal', or 'bold'
   DQM_fontstyle = "normal"	         //set to: 'normal', or 'italic' 	
   DQM_hl_textcolor = "#00267F"
   DQM_hl_textdecoration = "normal"   //set to: 'normal', or 'underline'

   DQM_margin_top = 2
   DQM_margin_bottom = 3
   DQM_margin_left = 8
   DQM_margin_right = 4

   DQM_text_alignment = "left"           //set to: 'left', 'center' or 'right'
   

   DQM_icon_image0 = "sample_images/bullet.gif"
   DQM_icon_rollover0 = "sample_images/bullet_hl.gif"
   DQM_icon_image_wh0 = "13,8"

   DQM_icon_image1 = "sample_images/arrow.gif"
   DQM_icon_rollover1 = "sample_images/arrow.gif"
   DQM_icon_image_wh1 = "13,10"


   /*----Unlimited icon images may be defined and associated with any sub menu
   ------item by specifying the icons index with the 'DQM_2nd_icon_index' parameter 
   ------see the 'sub menu customization' section below for examples---------*/

   DQM_2nd_icon_image0 = "/images/arrow.gif"
   DQM_2nd_icon_rollover0 = "/images/arrow-on.gif"
   DQM_2nd_icon_image_wh0 = "10,13"
   DQM_2nd_icon_image_xy0 = "-20,2"


/*---------------------------------------------
Optional Status Bar Text

Note: Custom defined status bar text for a menu item 
will be displayed in place of the URL when the 
'DQM_show_urls_statusbar' parameter is set to true.
-----------------------------------------------*/

   DQM_show_urls_statusbar = false
   
   //DQM_status_text0 = "Sample text - Main Menu Item 0"
   //DQM_status_text1 = "Sample text - Main Menu Item 1"

   //DQM_status_text1_0 = "Sample text - Main Menu Item 1, Sub Item 0"	
   //DQM_status_text1_0 = "Sample text - Main Menu Item 1, Sub Item 1"	


   /************************************************
    Capabilities
   ************************************************/

   DQM_rollover_image0 = "/images/nav_capabilities.gif"
   DQM_rollover_wh0 = "160,35"
   //DQM_url0 = "my_url.html";   


/************************************************
Capabilities
************************************************/

DQM_sub_xy0 = "0,15"
DQM_sub_menu_width0 = 200

DQM_subdesc0_0 = "Innovations"
DQM_subdesc0_1 = "Certifcations"
DQM_subdesc0_2 = "Memberships & Industry Affiliations"

DQM_url0_0 = "#"
DQM_url0_1 = "#"
DQM_url0_2 = "#"

/************************************************
Products
************************************************/

DQM_sub_xy1 = "0,0"
DQM_sub_menu_width1 = 200

DQM_subdesc1_0 = "Autosleeve&#8482;"
DQM_subdesc1_1 = "AMPS&#8482;"
DQM_subdesc1_2 = "AutoScale&#8482;"
DQM_subdesc1_3 = "CarterRoll&#8482; Conveyors"
DQM_subdesc1_4 = "CarterRoll&#8482; Components"
DQM_subdesc1_5 = "Powered Spiral Conveyor&#8482;"
DQM_subdesc1_6 = "Line Card"

DQM_url1_0 = "/products/ats.htm"
DQM_url1_1 = "/products/amps.htm"
DQM_url1_2 = "/products/autoscale.htm"
DQM_url1_3 = "/products/carterroll.htm"
DQM_url1_5 = "/products/spiralconveyor.htm"


DQM_2nd_icon_index1_4 = 0

DQM_subdesc1_4_0 = "Cross Transfer"
DQM_subdesc1_4_1 = "Turntable Diverter"
DQM_subdesc1_4_2 = "Power Turning Post"
DQM_subdesc1_4_3 = "Pusher"
DQM_subdesc1_4_4 = "Liftgate"

DQM_url1_4_0 = "/products/crosstransfer.htm"
DQM_url1_4_1 = "/products/turntable.htm"
DQM_url1_4_2 = "/products/turningpost.htm"
DQM_url1_4_3 = "/products/pusher.htm"
DQM_url1_4_4 = "/products/liftgate.htm"


DQM_2nd_icon_index1_6 = 0

DQM_subdesc1_6_0 = "HK Systems"
DQM_subdesc1_6_1 = "Fox IV"
DQM_subdesc1_6_2 = "EAM-Mosca"
DQM_subdesc1_6_3 = "TGW-Ermanco"

DQM_url1_6_0 = "/products/hkintegrator.htm"
DQM_url1_6_1 = "/products/foxiv.htm"
DQM_url1_6_2 = "/products/eammosca.htm"
DQM_url1_6_3 = "/products/tgwermanco.htm"

/************************************************
Solutions
************************************************/

DQM_sub_xy2 = "0,0"
DQM_sub_menu_width2 = 200

DQM_subdesc2_0 = "Low Cost Tray Sorter"
DQM_subdesc2_1 = "High Speed Tray Sorter"
DQM_subdesc2_2 = "Print & Apply Systems"
DQM_subdesc2_3 = "Scanning & Weighing Systems"
DQM_subdesc2_4 = "Custom Systems"

DQM_url2_0 = "/solutions/lcts.htm"
DQM_url2_1 = "/solutions/hsts.htm"
DQM_url2_2 = "/solutions/print_systems.htm"
DQM_url2_3 = "/solutions/scan_weigh.htm"
DQM_url2_4 = "/solutions/custom_systems.htm"

/************************************************
Services
************************************************/

DQM_sub_xy3 = "0,0"
DQM_sub_menu_width3 = 200

DQM_subdesc3_0 = "Engineering &amp; Consultation"
DQM_subdesc3_1 = "Software &amp; Graphics"
DQM_subdesc3_2 = "Installation"
DQM_subdesc3_3 = "Training"
DQM_subdesc3_4 = "Documentation"

DQM_url3_0 = "/services/engineering.htm"
DQM_url3_1 = "/services/softwaregraphics.htm"
DQM_url3_2 = "/services/installation.htm"
DQM_url3_3 = "/services/training.htm"
DQM_url3_4 = "/services/documentation.htm"

/************************************************
Customer Support
************************************************/

DQM_sub_xy4 = "0,0"
DQM_sub_menu_width4 = 200

DQM_subdesc4_0 = "Customer Care"
DQM_subdesc4_1 = "Warranty"
DQM_subdesc4_2 = "On-Site Support"
DQM_subdesc4_3 = "Phone Support"
DQM_subdesc4_4 = "Maintenance Contracts"
DQM_subdesc4_5 = "Parts"
DQM_subdesc4_6 = "Return Merchandise (RMA)"

DQM_url4_0 = "/support/index.htm"
DQM_url4_1 = "/support/warranty.htm"
DQM_url4_2 = "/support/onsitesupport.htm"
DQM_url4_3 = "/support/phonesupport.htm"
DQM_url4_4 = "/support/maintenancecontracts.htm"
DQM_url4_5 = "/support/parts.htm"
DQM_url4_6 = "/contact.htm"

/************************************************
About Us
************************************************/

DQM_sub_xy5 = "0,0"
DQM_sub_menu_width5 = 200

DQM_subdesc5_0 = "Company Profile"
DQM_subdesc5_1 = "The Carter Team"
DQM_subdesc5_2 = "Awards &amp; Recognition"
DQM_subdesc5_3 = "Community Spotlight"
DQM_subdesc5_4 = "Tulcan LP"

DQM_url5_0 = "/aboutus/profile.htm"
DQM_url5_1 = "/careers/carterteam.htm"
DQM_url5_2 = "/aboutus/awards.htm"
DQM_url5_3 = "/aboutus/commspotlight.htm"
DQM_url5_4 = "/aboutus/tulcan.htm"

/************************************************
Careers
************************************************/

DQM_sub_xy6 = "0,0"
DQM_sub_menu_width6 = 200

DQM_subdesc6_0 = "Career Paths"
DQM_subdesc6_1 = "Benefits"
DQM_subdesc6_2 = "Intern Program"
DQM_subdesc6_3 = "Job Alert"

DQM_url6_0 = "/careers/careerpaths.htm"
DQM_url6_1 = "/careers/benefits.htm"
DQM_url6_2 = "/careers/internprograms.htm"
DQM_url6_3 = "/careers/jobalert.htm"

/************************************************
News
************************************************/

DQM_sub_xy7 = "0,0"
DQM_sub_menu_width7 = 200

DQM_subdesc7_0 = "Upcoming Trade Shows"
DQM_subdesc7_1 = "Press Releases &amp; News"

DQM_url7_0 = "/news/tradeshows.htm"
DQM_url7_1 = "/news/pressreleases.htm"
