limit_multiple_users = true

 
/*-------------------------------
When this website is moved to the live server, the string, "http://www.kelloggs.ca/" should be changed to reflect the new server environment.
/*-------------------------------


/*-------------------------------------------
required menu Settings
--------------------------------------------*/

   
   DQM_sub_menu_width = 130      //default sub menu widths
   DQM_sub_xy = "0,0"            //default sub x,y coordinates
   
   
   DQM_codebase = "http://www.kelloggs.ca/"             //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 = "#CC3333"
   DQM_menu_bgcolor = "#FFFFCC"
   DQM_hl_bgcolor = "#FFFFFF"
   

   DQM_mouse_off_delay = 100
   
  
   DQM_os9_ie5mac_offset_X = 10
   DQM_os9_ie5mac_offset_Y = 15

   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."
   

/*-------------------------------------------
Internet Explorer Transition Effects - IE5.5 & UP

Note: All non supporting browsers will ignore
the effect settings below while retaining the
complete sub menu functionality and look.
--------------------------------------------*/

	
   /*----Options include - none | fade | pixelate |
   ------iris | slide | gradientwipe | checkerboard |
   ------radialwipe | randombars | randomdissolve |stretch */

   DQM_sub_menu_effect = "none"
   DQM_sub_item_effect = "none"


   /*----Define the effect duration in seconds below---*/
   
   DQM_sub_menu_effect_duration = .25
   DQM_sub_item_effect_duration = .25

  
   /*----Opacity is defined with a value between
   ------1 and 100 with 100 being opaque---*/   	

   DQM_sub_menu_opacity = 100


   /*----Note: Due to browser limitations, when using a 
   ------drop shadow effect combined  with a sub menu transition
   ----- effect, the drop shadow portion of the menu will 
   ------not be animated. To turn off the drop shadow, set the 
   ------color parameter value below to 'none' ----*/

   DQM_dropshadow_color = "none"
   DQM_dropshadow_offx = 5
   DQM_dropshadow_offy = 5	



/*---------------------------------------------
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 = "#444444"
   DQM_fontfamily = "Verdana"         //Any available system font     
   DQM_fontsize = 10		      //Defined with pixel sizing  	
   DQM_fontsize_ie4 = 9		      //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 = "#000000"
   DQM_hl_textdecoration = "normal"   //set to: 'normal', or 'underline'

   DQM_margin_top = 2
   DQM_margin_bottom = 3
   DQM_margin_left = 5
   DQM_margin_right = 4

   DQM_text_alignment = "left"        //set to: 'left', 'center' or 'right'
   



   DQM_icon_image0 = "http://www.kelloggs.ca/images/bullet.gif"
   DQM_icon_rollover0 = "http://www.kelloggs.ca/images/bullet.gif"
   DQM_icon_image_wh0 = "13,8"


   DQM_icon_image1 = "http://www.kelloggs.ca/images/arrow.gif"
   DQM_icon_rollover1 = "http://www.kelloggs.ca/images/arrow.gif"
   DQM_icon_image_wh1 = "13,10"

   DQM_2nd_icon_image0 = "http://www.kelloggs.ca/images/arrow.gif"
   DQM_2nd_icon_rollover0 = "http://www.kelloggs.ca/images/arrow.gif"
   DQM_2nd_icon_image_wh0 = "13,10"
   DQM_2nd_icon_image_xy0 = "0,4"

   DQM_show_urls_statusbar = true
   limit_multiple_users = true

   //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"	




/*********************************************************************/
/*                                                                   */
/*                       MAIN MENU CUSTOMIZATION                     */
/*                                                                   */ 
/*********************************************************************/

/*--------------------------------------------------------------------

The following parameters define the main menu items rollover images and 
URL's. Each rollover image is connected to a pre-defined HTML image within
your web page by matching the rollover parameters index to the defined
index of your html pages menu image (See the documentation or view the
source of 'sample.htm' for information on setting up HTML image tags 
as menu items). The rollover image parameters are provided as an optional 
effect and are not required in order for the menu to function.

Note: To define URL links for a main menu image, define both a URL link
      parameter below (i.e. "DQM_url0 = 'myurl.htm'") and attach a
      hyperlink tag (<a href='myurl.htm'>...<a>) to the menu's associated
      image within your HTML page. This redundancy is required for 
      complete cross browser functionality of main menu URL links.

      Specific main menu image URL targets may also be defined by defining
      a 'DQM_urltargetX' parameter, where X is the the associated main
      menu items index number. Allowable 'DQM_urltarget' param values
      include... _self, _parent, _new, or "my frame name".

---------------------------------------------------------------------*/
  

   /************************************************
   *********-------Main Menu 0--------**************
   ***************was "http://www.kelloggs.ca/images/btn_whoweare_1.gif"*********************************/

   DQM_rollover_image0 = "http://www.kelloggs.ca/images/btn_whoweare_1.gif"
   DQM_rollover_wh0 = "80,14"
   DQM_url0 = "http://www.kelloggs.ca/whoweare/index.htm";   


   /************************************************
   *********-------Main Menu 1--------**************
   ************************************************/

   DQM_rollover_image1 = "http://www.kelloggs.ca/images/btn_products_1.gif"
   DQM_rollover_wh1 = "67,14"


   /************************************************
   *********-------Main Menu 2--------**************
   ************************************************/    

   DQM_rollover_image2 = "http://www.kelloggs.ca/images/btn_careers_1.gif" 
   DQM_rollover_wh2 = "57,14"
   DQM_url2 = "http://www.kelloggs.ca/career/";   
   DQM_urltarget2 = "_new"


   /************************************************
   *********-------Main Menu 3--------***************
   ************************************************/

   DQM_rollover_image3 = "http://www.kelloggs.ca/images/btn_recipes_1.gif" 
   DQM_rollover_wh3 = "56,14"
   DQM_url3 = "http://www.kelloggs.ca/recipes/index.htm";   
   //DQM_urltarget3 = "_new"

   /************************************************
   *********-------Main Menu 4--------**************
   ************************************************/

   DQM_rollover_image4 = "http://www.kelloggs.ca/images/btn_nutrition_1.gif"
   DQM_rollover_wh4 = "69,14"
   DQM_url4 = "http://www.kelloggsnutrition.ca/";
   DQM_urltarget4 = "_new"   

   
   /************************************************
   *********-------Main Menu 5--------**************
   ************************************************/

   DQM_rollover_image5 = "http://www.kelloggs.ca/images/btn_promotions_1.gif"
   DQM_rollover_wh5 = "82,14"
   DQM_url5 = "http://www.kelloggs.ca/cgi-bin/klog-canada/promotion.pl?company=2";


   /************************************************
   *********-------Main Menu 6--------**************
   ************************************************/    

   DQM_rollover_image6 = "http://www.kelloggs.ca/images/btn_newsroom_1.gif" 
   DQM_rollover_wh6 = "75,14"
   DQM_url6 = "http://www.kelloggs.ca/newsroom/index.htm";   


   /************************************************
   *********-------Main Menu 7--------***************
   ************************************************/

   DQM_rollover_image7 = "http://www.kelloggs.ca/images/btn_investor_1.gif" 
   DQM_rollover_wh7 = "61,14"
   DQM_url7 = "http://www.kelloggs.ca/leaving.htm";  
   DQM_text_alignment7 = "right"

   DQM_margin_left7 = 4
   DQM_margin_right7 = 5



/*********************************************************************/
/*                                                                   */
/*                       SUB MENU CUSTOMIZATION                      */
/*                                                                   */ 
/*********************************************************************/

/*--------------------------------------------------------------------

The parameters below define the menus tree structure, text descriptions, 
associated icon images, URL links, and sub menu positioning. An infinite 
number of sub menu items and levels may be defined for each main menu item
by appending the appropriate index values to the 'DQM_subdesc' parameter. 
The included sample menus ('sample.htm') tree structure is defined below and
may be used as a simple guide for how to index your items.

The sub menu items text descriptions may be defined using plain text or
HTML. To use HTML simply place the entire string on one line and replace
all double quotes with single quotes.



ADDITIONAL SUB MENU CUSTOMIZATION OPTIONS:

The following parameters are referenced for documentation purposes and are 
additional customizable features which may be included as part of the sample 
sub menus defined below. (Note: to use these parameters add them to the sub 
menu sections below, they are not active when inside this comment field.)


Sub Menu Group Options:

The following setting apply to individual sub menu groups. Reference a sub
menu group within the parameter by appending the index value of the group
to the parameter name.
   
 1---The following parameters define unique colors, highlight colors
   border sizes, and divider heights for a sub menu. The X at the end
   of the parameter name represents the index of the sub menu. Child sub
   menus may also be referenced, i.e. 'DQM_menu_bgcolor1_0' refers to the
   2nd main menus, 1st sub menu items, child sub menu.
   
   DQM_border_widthX = 10;
   DQM_divider_heightX = 5;		
 
   DQM_border_colorX = "#0000ff";     
   DQM_menu_bgcolorX = "#ff0000"
   DQM_hl_bgcolorX = "#00ff00"
   DQM_hl_textcolorX = "#ff0000"

 2---For more information on the following two parameter options see the 
   section above labeled 'Optional event triggered custom function calls'

   DQM_showmenu_codeX = "status = 'custom show menu function call'"
   DQM_hidemenu_codeX = "status = 'custom hide menu function call'"

 3---Define the text alignment of the sub menu as 'left', 'center', or 'right'

   DQM_text_alignmentX = "left"
   limit_multiple_users = true


Sub Menu Item Options:

The following setting apply to individual sub menu items, reference a sub
menu item within the parameter by appending the index value of the item
to the parameter name.

 1---The following parameter creates custom highlight text, any html tags
   may also be used to create formatted text and images. (Note: when using
   HTML convert all double quotes to single quotes and keep to one line.)
   Any number of 'DQM_hl_subdescX' parameters may be defined so long as there
   is a corresponding 'DQM_subdescX' parameter. The X at the end of the
   parameters name is variable and represents the index of the sub menu item.

   DQM_hl_subdescX = "custom highlight text"

 2---For more information on the following parameter option see the 
   section above labeled 'Optional event triggered custom function calls'

   DQM_clickitem_codeX = "alert('Sample onclick function call.')"

 3---Unique sub menu item URL targets may be defined with the 
   following parameter option. Allowable 'DQM_urltargetX' param values
   include... _self, _parent, _new, or "my frame name".

   DQM_urltargetX = "_new"


---------------------------------------------------------------------*/


/************************************************
*********-------Sub Menu 0--------***************
************************************************/

DQM_sub_xy0 = "-78,14"
DQM_sub_menu_width0 = 160

DQM_subdesc0_0 = "Kellogg Canada Inc."
DQM_subdesc0_1 = "Philosophy"
DQM_subdesc0_2 = "History"
DQM_subdesc0_3 = "Corporate Citizenship"

DQM_icon_index0_0 = 0
DQM_icon_index0_1 = 0
DQM_icon_index0_2 = 0
DQM_icon_index0_3 = 0

DQM_2nd_icon_index0_0 = 0
DQM_2nd_icon_index0_1 = 0
DQM_2nd_icon_index0_2 = 0
DQM_2nd_icon_index0_3 = 0


/************************************************
****-------Sub 0 - Item 1 Sub Menu--------*******
************************************************/

DQM_sub_xy0_0 = "-4,2"
DQM_sub_menu_width0_0 = 195

DQM_subdesc0_0_0 = "Corporate Offices"
DQM_subdesc0_0_1 = "Kellogg Canada London Plant"

DQM_icon_index0_0_0 = 0
DQM_icon_index0_0_1 = 0

DQM_url0_0_0 = "http://www.kelloggs.ca/whoweare/offices.htm"
DQM_url0_0_1 = "http://www.kelloggs.ca/whoweare/london_plant.htm"


/************************************************
****-------Sub 0 - Item 2 Sub Menu--------*******
************************************************/

DQM_sub_xy0_1 = "-4,2"
DQM_sub_menu_width0_1 = 140

DQM_subdesc0_1_0 = "Identity Statement"
DQM_subdesc0_1_1 = "Marketing"
DQM_subdesc0_1_2 = "Advertising"
DQM_subdesc0_1_3 = "Quality Assurance"

DQM_icon_index0_1_0 = 0
DQM_icon_index0_1_1 = 0
DQM_icon_index0_1_2 = 0
DQM_icon_index0_1_3 = 0

DQM_url0_1_0 = "http://www.kelloggs.ca/whoweare/mission.htm"
DQM_url0_1_1 = "http://www.kelloggs.ca/whoweare/marketing.htm"
DQM_url0_1_2 = "http://www.kelloggs.ca/whoweare/advertising.htm"
DQM_url0_1_3 = "http://www.kelloggs.ca/whoweare/quality.htm"


/************************************************
****-------Sub 0 - Item 3 Sub Menu--------*******
************************************************/

DQM_sub_xy0_2 = "-4,2"
DQM_sub_menu_width0_2 = 130

DQM_subdesc0_2_0 = "Company History"
DQM_subdesc0_2_1 = "Product History"
DQM_subdesc0_2_2 = "Characters"

DQM_icon_index0_2_0 = 0
DQM_icon_index0_2_1 = 0
DQM_icon_index0_2_2 = 0

DQM_url0_2_0 = "http://www.kelloggs.ca/whoweare/company_history.htm"
DQM_url0_2_1 = "http://www.kelloggs.ca/whoweare/product_history.htm"
DQM_url0_2_2 = "http://www.kelloggs.ca/whoweare/characters.htm"


/************************************************
****-------Sub 0 - Item 4 Sub Menu--------*******
************************************************/

DQM_sub_xy0_3 = "-4,2"
DQM_sub_menu_width0_3 = 150

DQM_subdesc0_3_0 = "Charitable Donations"
DQM_subdesc0_3_1 = "Environment"

DQM_icon_index0_3_0 = 0
DQM_icon_index0_3_1 = 0

DQM_url0_3_0 = "http://www.kelloggs.ca/whoweare/donations.htm"
DQM_url0_3_1 = "http://www.kelloggs.ca/whoweare/environment.htm"


/************************************************
*********-------Sub Menu 1--------***************
************************************************/

DQM_sub_xy1 = "-66,14"
DQM_sub_menu_width1 = 180
/*DQM_hl_subdesc1_0 = "<font color=#E10B1B>New Products</font>"
DQM_subdesc1_0 = "New Products"*/
DQM_subdesc1_0 = "Cereal"
DQM_subdesc1_1 = "Crumbs"
DQM_subdesc1_2 = "Cereal Bars"
DQM_subdesc1_3 = "<em>Vector</em>*"
DQM_subdesc1_4 = "<em>Pop-Tarts</em>*"
DQM_subdesc1_5 = "<em>Rice Krispies Squares</em>* Bars"
DQM_subdesc1_6 = "<em>Eggo</em>*"
DQM_subdesc1_7 = "Limited Edition"
/*DQM_subdesc1_8 = "Fruit Flavoured Snacks"
DQM_subdesc1_8 = "Wafer Straws"*/

/*DQM_icon_index1_0 = 0*/
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_icon_index1_6 = 0
DQM_icon_index1_7 = 0
/*DQM_icon_index1_8 = 0
DQM_icon_index1_8 = 0*/

/*DQM_url1_0 = "http://www.kelloggs.ca/cgi-bin/klog-canada/product.pl?family=854&template=newproduct"*/
DQM_url1_0 = "http://www.kelloggs.ca/cgi-bin/klog-canada/product.pl?family=122&template=cereal"
DQM_url1_1 = "http://www.kelloggs.ca/cgi-bin/klog-canada/product.pl?family=123&template=crumbs"
DQM_url1_2 = "http://www.kelloggs.ca/cgi-bin/klog-canada/product.pl?family=124&template=cerealbars"
DQM_url1_3 = "http://www.kelloggs.ca/cgi-bin/klog-canada/product.pl?family=125&template=vector"
DQM_url1_4 = "http://www.kelloggs.ca/cgi-bin/klog-canada/product.pl?family=126&template=poptarts"
DQM_url1_5 = "http://www.kelloggs.ca/cgi-bin/klog-canada/product.pl?family=127&template=rksbars"
DQM_url1_6 = "http://www.kelloggs.ca/cgi-bin/klog-canada/product.pl?family=128&template=eggo"
DQM_url1_7 = "http://www.kelloggs.ca/cgi-bin/klog-canada/product.pl?family=129&template=limited"
/*DQM_url1_8 = "http://www.kelloggs.ca/cgi-bin/klog-canada/product.pl?family=694&template=fruitsnack"
DQM_url1_8 = "http://www.kelloggs.ca/wafer_straws.html"*/

/************************************************
*********-------Sub Menu 3--------***************
************************************************/

DQM_sub_xy3 = "-55,14"
DQM_sub_menu_width3 = 150

DQM_subdesc3_0 = "All Recipes"
DQM_subdesc3_1 = "<em>All-Bran</em>* Recipes"
DQM_subdesc3_2 = "<em>Rice Krispies</em>* Recipes"

DQM_icon_index3_0 = 0
DQM_icon_index3_1 = 0
DQM_icon_index3_2 = 0

DQM_url3_0 = "http://www.kelloggs.ca/recipes/index.htm"
DQM_url3_1 = "http://www.kelloggs.ca/cgi-bin/klog-canada/recipe/genlist.pl?RecipeCategory=0&searchkey=All+bran&submit=Search&skin=canada&Company=2"
DQM_url3_2 = "http://www.ricekrispies.ca/cgi-bin/rk_ca_2007/recipe_land.pl?lang=en"
/************************************************
*********-Sub Menu 4-Nutrition***************
***********************************************

DQM_sub_xy4 = "-66,14"
DQM_sub_menu_width4 = 170

DQM_subdesc4_0 = "Health Professionals"
DQM_subdesc4_1 = "Consumer Information"

DQM_icon_index4_0 = 0
DQM_icon_index4_1 = 0

DQM_2nd_icon_index4_0 = 0
DQM_2nd_icon_index4_1 = 0

DQM_url4_0 = "http://www.kelloggs.ca/nutrition/hp.htm"
DQM_url4_1 = "http://www.kelloggs.ca/nutrition/ci.htm"


***********************************************
****-------Sub 4 - Item 1 Sub Menu--------*******
***********************************************

DQM_sub_xy4_0 = "-4,2"
DQM_sub_menu_width4_0 = 130

DQM_subdesc4_0_0 = "Brochures"
DQM_subdesc4_0_1 = "Mission Nutrition*"

DQM_icon_index4_0_0 = 0
DQM_icon_index4_0_1 = 0

DQM_url4_0_0 = "http://www.kelloggs.ca/nutrition/hp_b.htm"
DQM_url4_0_1 = "http://www.kelloggs.ca/nutrition/hp_mn.htm"


***********************************************
****-------Sub 4 - Item 2 Sub Menu--------*******
***********************************************

DQM_sub_xy4_1 = "-4,2"
DQM_sub_menu_width4_1 = 170

DQM_subdesc4_1_0 = "Brochures"
DQM_subdesc4_1_1 = "Healthy Eating"
DQM_subdesc4_1_2 = "Mission Nutrition*"
DQM_subdesc4_1_3 = "Nutrition Labelling "
DQM_subdesc4_1_4 = "Whole Grain &amp; High Fibre"

DQM_icon_index4_1_0 = 0
DQM_icon_index4_1_1 = 0
DQM_icon_index4_1_2 = 0
DQM_icon_index4_1_3 = 0
DQM_icon_index4_1_4 = 0

DQM_url4_1_0 = "http://www.kelloggs.ca/nutrition/ci_b.htm"
DQM_url4_1_1 = "http://www.kelloggs.ca/nutrition/ci_he.htm"
DQM_url4_1_2 = "http://www.kelloggs.ca/nutrition/ci_mn.htm"
DQM_url4_1_3 = "http://www.kelloggs.ca/nutrition/ci_nl.htm"
DQM_url4_1_4 = "http://www.kelloggs.ca/brand/wholegrain/index.htm"*/
