/*-------------------------------------------
Copyright Notice
--------------------------------------------*/

   DQM_Notice = "DHTML QuickMenu, Copyright (c) - 2001, OpenCube Inc. - www.opencube.com"
   


/*-------------------------------------------
Required menu Settings
--------------------------------------------*/

   DQM_sub_menu_width = 130

  
   DQM_urltarget = "_self"
   
   DQM_onload_statement = ""
   DQM_codebase = "js/quickmenu/"

   DQM_border_color = "#FFBC52"
   
   DQM_menu_bgcolor = "#FF0000"
   DQM_hl_bgcolor = "#ffffff"

   DQM_sub_xy = "0,0"
   DQM_border_width = 1
   DQM_divider_height = 1

   /*---IE5-MAC Offset Fix - The following two
   -----parameters correct a position reporting
   -----bug in IE5 on the Mac platform. Adjust
   -----the offsets below untill the first level
   -----sub menus pop up in the correct location.*/
   
   DQM_ie5mac_offset_X = 10
   DQM_ie5mac_offset_Y = 12


/*-------------------------------------------
Required font Settings
--------------------------------------------*/
   

   DQM_textcolor = "#ffffff"
   DQM_fontfamily = "Verdana"
   DQM_fontsize = 11
   DQM_textdecoration = "normal"
   DQM_fontweight = "normal"
   DQM_fontstyle = "normal"
   DQM_hl_textcolor = "#ff0000"
   DQM_hl_textdecoration = "normal"

   DQM_margin_top = 4
   DQM_margin_bottom =3
   DQM_margin_left = 5



/*-------------------------------------------
Optional main menu rollover images
--------------------------------------------*/


   DQM_rollover_image0 = "images/default/link5_on.gif"
   DQM_rollover_wh0 = "142,18"  





/*---------------------------------------------
Optional Icon Images
-----------------------------------------------*/

  

/*---------------------------------------------
Sub Menu Item Settings
-----------------------------------------------*/



DQM_sub_xy0= "0,-1"
DQM_sub_menu_width0 = 170;
DQM_subdesc0_0 = "Sausages"
DQM_subdesc0_1 = "Meat Balls"
DQM_subdesc0_2 = "Hams & Bacons"
DQM_subdesc0_3 = "Cold Meats"
DQM_subdesc0_4 = "Hot Dogs & Burgers"
DQM_subdesc0_5 = "Trading Products"
DQM_subdesc0_6 = "Battered & Crumbed Range"
DQM_subdesc0_7 = "Raw Products"
DQM_subdesc0_8 = "Other"


DQM_url0_0 = "inside pages/product_portfolio/product1.htm"
DQM_url0_1 = "inside pages/product_portfolio/product2.htm"
DQM_url0_2 = "inside pages/product_portfolio/product3.htm"
DQM_url0_3 = "inside pages/product_portfolio/product4.htm"
DQM_url0_4 = "inside pages/product_portfolio/product5.htm"
DQM_url0_5 = "inside pages/product_portfolio/product6.htm"
DQM_url0_6 = "inside pages/product_portfolio/product7.htm"
DQM_url0_7 = "inside pages/product_portfolio/product8.htm"
DQM_url0_8 = "inside pages/product_portfolio/product9.htm"



