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

// Set the server in one place, and build absolute URLs from that later.
// KLG_server = "http://klog-com"; //this is for DSG test server
// KLG_server = "http://stage.kelloggs.com"; //this is for Kellogg's Staging
 KLG_server = "http://www.kelloggs.com"; //this is for Kellogg's Production

/*-------------------------------------------
required menu Settings
--------------------------------------------*/
   
   DQM_sub_menu_width = 130      //default sub menu widths
   DQM_sub_xy = "0,0"            //default sub x,y coordinates

   DQM_codebase = KLG_server + "/us/"             //relative location of .js files
   DQM_urltarget = "_self"       //set to: _self, _parent, _new, or "my frame name"

   DQM_border_width = 1
   DQM_divider_height = 1

   DQM_border_color = "#00369C"
   DQM_menu_bgcolor = "#00a0d0"
   DQM_hl_bgcolor = "#ffffff"
   

   DQM_mouse_off_delay = 100
   
  
   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_sub_menu_effect = "none"
   DQM_sub_item_effect = "none"


   /*----Define the effect duration in seconds below---*/
   
   DQM_sub_menu_effect_duration = .500
   DQM_sub_item_effect_duration = .500

  
   /*----Opacity is defined with a value between
   ------1 and 100 with 100 being opaque---*/   	

   DQM_sub_menu_opacity = 100

   DQM_dropshadow_color = "none"
   DQM_dropshadow_offx = 5
   DQM_dropshadow_offy = 5	



/*---------------------------------------------
Optional event triggered custom function calls
----------------------------------------------*/

   // Form Problem code
   /*----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_hidemenu_code0 = "status = 'custom hide menu function call - menu0'"

   DQM_showmenu_code0 = "if (document.all && document.all['menuhide']) {document.all['menuhide'].style.display = 'none';}"
   DQM_showmenu_code3 = "if (document.all && document.all['menuhide']) {document.all['menuhide'].style.display = 'none';}"
   DQM_showmenu_code4 = "if (document.all && document.all['menuhide']) {document.all['menuhide'].style.display = 'none';}"
   DQM_showmenu_code6 = "if (document.all && document.all['menuhide']) {document.all['menuhide'].style.display = 'none';}"
   DQM_showmenu_code7 = "if (document.all && document.all['menuhide']) {document.all['menuhide'].style.display = 'none';}"

   DQM_hidemenu_code0 = "if (document.all && document.all['menuhide']) {document.all['menuhide'].style.display = 'block';}"
   DQM_hidemenu_code3 = "if (document.all && document.all['menuhide']) {document.all['menuhide'].style.display = 'block';}"
   DQM_hidemenu_code4 = "if (document.all && document.all['menuhide']) {document.all['menuhide'].style.display = 'block';}"
   DQM_hidemenu_code6 = "if (document.all && document.all['menuhide']) {document.all['menuhide'].style.display = 'block';}"
   DQM_hidemenu_code7 = "if (document.all && document.all['menuhide']) {document.all['menuhide'].style.display = 'block';}"

   
/*-------------------------------------------
Required font Settings
--------------------------------------------*/
   

   DQM_textcolor = "#ffffff"
   DQM_fontfamily = "trebuchet ms"         //Any available system font     
   DQM_fontsize = 12		      //Defined with pixel sizing  	
   DQM_fontsize_ie4 = 12		      //Defined with point sizing
   DQM_textdecoration = "normal"      //set to: 'normal', or 'underline'
   DQM_fontweight = "normal"          //set to: 'normal', or 'bold'
   DQM_fontstyle = "normal"	      //set to: 'normal', or 'italic' 	
   DQM_hl_textcolor = "#003ea1"
   DQM_hl_textdecoration = "normal"   //set to: 'normal', or 'underline'

   DQM_margin_top = 1
   DQM_margin_bottom = 1
   DQM_margin_left = 5
   DQM_margin_right = 5

   DQM_text_alignment = "left"        //set to: 'left', 'center' or 'right'
   
 /* DQM_icon_image0 = KLG_server + "/us/images/spacer.gif"
   DQM_icon_rollover0 = KLG_server + "/us/images/circle_nav_left.gif"
   DQM_icon_image_wh0 = "10,6"

   DQM_icon_image1 = KLG_server + "/us/images/arrow.gif"
   DQM_icon_rollover1 = KLG_server + "/us/images/arrow.gif"
   DQM_icon_image_wh1 = "13,10"

   DQM_icon_image2 = KLG_server + "/us/images/spacer.gif"
   DQM_icon_rollover2 = KLG_server + "/us/images/circle_nav.gif"
   DQM_icon_image_wh2 = "10,6"

   DQM_2nd_icon_image1 = KLG_server + "/us/images/arrow2.gif"
   DQM_2nd_icon_rollover1 = KLG_server + "/us/images/arrow2.gif"
   DQM_2nd_icon_image_wh1 = "13,10"
   DQM_2nd_icon_image_xy1 = "0,4"
*/
   DQM_show_urls_statusbar = true
   
/*********************************************************************/
/*                                                                   */
/*                       MAIN MENU CUSTOMIZATION                     */
/*                                                                   */ 
/*********************************************************************/

   /************************************************
   *********-------Main Menu 0--------**************
   ************************************************/

   DQM_rollover_image0 = "images/products_off.jpg"
   DQM_rollover_wh0 = "68,24"
   /*DQM_url0 = "http://www.kelloggcompany.com/";   
   DQM_urltarget0 = "_new"*/

   /************************************************
   *********-------Main Menu 1--------**************
   ************************************************/

   DQM_rollover_image1 = "images/services_off.jpg"
   DQM_rollover_wh1 = "67,24"
  /* DQM_url1 = "http://investor.kelloggs.com/";
   DQM_urltarget1 = "_new" */
   
   /************************************************
   *********-------Main Menu 2--------**************
   ************************************************/

   DQM_rollover_image2 = "images/associate_off.jpg"
   DQM_rollover_wh2 = "141,24"
  /* DQM_url2 = "http://investor.kelloggs.com/";
   DQM_urltarget2 = "_new" */
 
/*********************************************************************/
/*                                                                   */
/*                       SUB MENU CUSTOMIZATION                      */
/*                                                                   */ 
/*********************************************************************/

/************************************************
*********-------Sub Menu 0--------***************
************************************************/

DQM_sub_xy0 = "-60,19"
DQM_sub_menu_width0 = 165


DQM_subdesc0_0 = "Anodes"
DQM_subdesc0_1 = "Backfill"
DQM_subdesc0_2 = "Cable"
DQM_subdesc0_3 = "Instruments"
DQM_subdesc0_4 = "Junction Boxes"
DQM_subdesc0_5 = "Marine Spares"
DQM_subdesc0_6 = "Reference Electrodes"
DQM_subdesc0_7 = "Transformer-Rectifier Units"
DQM_subdesc0_8 = "Pipeline Isolation"
DQM_subdesc0_9 = "Pipe Connections"


DQM_icon_index0_0 = 0
DQM_icon_index0_1 = 0
DQM_icon_index0_10 = 0

DQM_sub_xy0_0 = "-1,-1"
DQM_sub_menu_width0_0 = 115
DQM_text_alignment0_0 = "left"

DQM_subdesc0_0_0 = "Sacrifcial "
DQM_subdesc0_0_1 = "Impressed Current"
DQM_subdesc0_0_2 = "Concrete Projects"


DQM_sub_xy0_0_0 = "-1,-1"
DQM_sub_menu_width0_0_0 = 115
DQM_text_alignment0_0_0 = "left"

DQM_subdesc0_0_0_0 = "Magnesium"
DQM_subdesc0_0_0_1 = "Zinc"
DQM_subdesc0_0_0_2 = "Aluminium"


DQM_sub_xy0_0_1 = "-1,-1"
DQM_sub_menu_width0_0_1 = 115
DQM_text_alignment0_0_1 = "left"

DQM_subdesc0_0_1_0 = "FeSi Tabular"
DQM_subdesc0_0_1_1 = "FeSi Solid"
DQM_subdesc0_0_1_2 = "MMO Rod/Tube"
DQM_subdesc0_0_1_3 = "MMO Ribbon"


DQM_sub_xy0_0_2 = "-1,-1"
DQM_sub_menu_width0_0_2 = 115
DQM_text_alignment0_0_2 = "left"

DQM_subdesc0_0_2_0 = "MMO Mesh Ribbon"
DQM_subdesc0_0_2_1 = "MMO Mesh"



//--------------------------------------------------------


DQM_sub_xy0_1 = "-1,-1"
DQM_sub_menu_width0_1 = 115
DQM_text_alignment0_1 = "left"

DQM_subdesc0_1_0 = "Calcined Coke"

//--------------------------------------------------------


DQM_sub_xy0_2 = "-1,-1"
DQM_sub_menu_width0_2 = 205
DQM_text_alignment0_2 = "left"

DQM_subdesc0_2_0 = "HMWE-CP Cable"
DQM_subdesc0_2_1 = "XLPE/PVC (Armoured/Unarmoured)"
DQM_subdesc0_2_2 = "HMWPE/PVDF"

//--------------------------------------------------------

DQM_sub_xy0_3 = "-1,-1"
DQM_sub_menu_width0_3 = 135
DQM_text_alignment0_3 = "left"

DQM_subdesc0_3_0 = "Corrosion Multimeters"
DQM_subdesc0_3_1 = "Swain Clamps"

//--------------------------------------------------------

DQM_sub_xy0_4 = "-1,-1"
DQM_sub_menu_width0_4 = 284
DQM_text_alignment0_4 = "left"

DQM_subdesc0_4_0 = "Safe Area Boxes – Mild Steel, Stainless Steel, GRP"
DQM_subdesc0_4_1 = "Hazardous Area Boxes"
DQM_subdesc0_4_2 = "Test Posts"

//--------------------------------------------------------


DQM_sub_xy0_5 = "-1,-1"
DQM_sub_menu_width0_5 = 190
DQM_text_alignment0_5 = "left"

DQM_subdesc0_5_0 = "Sacrificial Anodes"
DQM_subdesc0_5_1 = "Ships Impressed Current Anodes"
DQM_subdesc0_5_2 = "Reference Electrodes"

//--------------------------------------------------------


DQM_sub_xy0_6 = "-1,-1"
DQM_sub_menu_width0_6 = 115
DQM_text_alignment0_6 = "left"

DQM_subdesc0_6_0 = "Portable"
DQM_subdesc0_6_1 = "Permanent"


//--------------------------------------------------------

DQM_sub_xy0_7 = "-1,-1"
DQM_sub_menu_width0_7 = 295
DQM_text_alignment0_7 = "left"

DQM_subdesc0_7_0 = "Air Cooled"
DQM_subdesc0_7_1 = "Oil Cooled"
DQM_subdesc0_7_2 = "Remote Monitoring And Control"
DQM_subdesc0_7_3 = "Modular Power Supplies – CP For Steel In Concrete"

//--------------------------------------------------------


DQM_sub_xy0_8 = "-1,-1"
DQM_sub_menu_width0_8 = 155
DQM_text_alignment0_8 = "left"

DQM_subdesc0_8_0 = "Monobloc  Isolating Joints"
DQM_subdesc0_8_1 = "Insulating Flange Kits"
DQM_subdesc0_8_2 = "End Seals"
DQM_subdesc0_8_3 = "Surge Arrestors"
DQM_subdesc0_8_4 = "Kirk Cells"
DQM_subdesc0_8_5 = "Solid State Polarisation Cells"



//--------------------------------------------------------


DQM_sub_xy0_9 = "-1,-1"
DQM_sub_menu_width0_9 = 165
DQM_text_alignment0_9 = "left"

DQM_subdesc0_9_0 = "Pin Brazing Equipment"
DQM_subdesc0_9_1 = "Thermit Welding Equipment"
DQM_subdesc0_9_2 = "Conductive Epoxy"

//--------------------------------------------------------

/*DQM_icon_index0_0_0 = 2
DQM_icon_index0_0_1 = 2
DQM_icon_index0_0_2 = 2
DQM_icon_index0_0_3 = 2
DQM_icon_index0_0_4 = 2
DQM_icon_index0_0_5 = 2
DQM_icon_index0_0_6 = 2*/

DQM_url0_0_0 = "cts_amc.pdf"
/*DQM_url0_0_1 = "a_bba.htm"
DQM_url0_0_2 = "a_ba.htm"
DQM_url0_0_3 = "a_bed.htm"
DQM_url0_0_4 = "a_mcom.htm"
DQM_url0_0_5 = "a_mba.htm"
DQM_url0_0_6 = "a_mbae.htm"
DQM_url0_0_7 = "a_bsc.htm"
DQM_url0_0_8 = "a_msc.htm"

DQM_url0_1_0 = "c_bcom.htm"
DQM_url0_1_1 = "c_bba.htm"
DQM_url0_1_2 = "c_ba.htm"
DQM_url0_1_3 = "c_bed.htm"
DQM_url0_1_4 = "c_mcom.htm"
DQM_url0_1_5 = "c_mba.htm"
DQM_url0_1_6 = "c_mbae.htm"
DQM_url0_1_7 = "c_bsc.htm"
DQM_url0_1_8 = "c_msc.htm"
*/


/************************************************
*********-------Sub Menu 1--------***************
************************************************/

DQM_sub_xy1 = "-60,19"
DQM_sub_menu_width1 = 260
/*DQM_urltarget0_0 = "_new"
DQM_urltarget0_1 = "_new"
DQM_urltarget0_2 = "_new"
DQM_urltarget0_3 = "_new"
DQM_urltarget0_4 = "_new"
DQM_urltarget0_5 = "_new"*/

DQM_subdesc1_0 = "Concrete Integrity And Cathodic Protection"
DQM_subdesc1_1 = "Consultancy Services"
DQM_subdesc1_2 = "Industrial Cathodic Protection Systems "
DQM_subdesc1_3 = "Offshore Cathodic Protection Systems"
DQM_subdesc1_4 = "Marine Cathodic Protection"
DQM_subdesc1_5 = "Remote Monitoring And Control"
DQM_subdesc1_6 = "Specialized Surveys"



/*DQM_icon_index1_0 = 0
DQM_icon_index1_1 = 0
DQM_icon_index1_2 = 0
DQM_icon_index1_3 = 0
DQM_icon_index1_4 = 0
DQM_icon_index1_5 = 0*/


DQM_url1_0 = "integrity.htm"
DQM_url1_1 = "consultancy.htm"
DQM_url1_2 = "industrial.htm"
DQM_url1_3 = "offshore.htm"
DQM_url1_4 = "marine.htm"
DQM_url1_5 = "remote.htm"
DQM_url1_6 = "survey.htm"


/************************************************
*********-------Sub Menu 2--------***************
************************************************/

DQM_sub_xy2 = "-132,23"
DQM_sub_menu_width2 = 110
/*DQM_urltarget0_0 = "_new"
DQM_urltarget0_1 = "_new"
DQM_urltarget0_2 = "_new"
DQM_urltarget0_3 = "_new"
DQM_urltarget0_4 = "_new"
DQM_urltarget0_5 = "_new"*/

DQM_subdesc2_0 = "Group Companies"
DQM_subdesc2_1 = "Agents"
DQM_subdesc2_2 = "Principals"


/*DQM_icon_index2_0 = 0
DQM_icon_index2_1 = 0
DQM_icon_index2_2 = 0
DQM_icon_index2_3 = 0
DQM_icon_index2_4 = 0
DQM_icon_index2_5 = 0
DQM_icon_index2_6 = 0
DQM_icon_index2_7 = 0
DQM_icon_index2_8 = 0
DQM_icon_index2_9 = 0
DQM_icon_index2_10 = 0
DQM_icon_index2_11 = 0
DQM_icon_index2_12 = 0
DQM_icon_index2_13 = 0*/


DQM_url2_0 = "own.htm"
DQM_url2_1 = "agents.htm"
DQM_url2_2 = "principals.htm"



