/*-------------------------------------------
Copyright Notice
--------------------------------------------*/

   DQM_Notice = "DHTML QuickMenu, Copyright (c) - 2002, OpenCube Inc. - www.opencube.com"
   
   limit_multiple_users = true 



/*-------------------------------------------
required menu Settings
--------------------------------------------*/


   DQM_sub_menu_width = 200      //default sub menu widths
   DQM_sub_xy = "0,0"            //default sub x,y coordinates
   
   
   DQM_onload_statement = "defaultOnLoad()"
   DQM_codebase = "/includes/"             //relative location of .js files
   DQM_urltarget = "_self"       //set to: _self, _parent, _new, or "my frame name"

   DQM_border_width = 1
   DQM_divider_height = 0

   DQM_border_color = "#606060"
   DQM_menu_bgcolor = "#E3E3E3"
   DQM_hl_bgcolor = "#606060"
   

   /*---The following parameter defines the delay
   -----time between the mouse moving outside of
   -----a sub menu and the sub menu actually closing.
   -----In IE & Opera this time period starts after
   -----the mouse leaves the sub menu and the user
   -----stops moving the mouse. This setting is useful
   -----for reducing end-user error in the selection of
   -----sub menus. Defined in milliseconds (1/1000s)---*/

   DQM_mouse_off_delay = 100
   
  
   /*---Internet Explorer Mac Offset Fix - The following
   -----parameters correct position reporting bugs in
   -----ie4.x and ie5.x on the Mac OS9 and OSX platforms.
   -----Adjust the offsets below until the first level
   -----sub menus pop up in the correct location.*/
   
   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


   /*---Netscape 4.x fix option - bugs in Netscape 4.x
   -----can cause layers (sub menus) to be rendered
   -----incorrectly upon resizing the browser window.
   -----The only way to work around this issue is to reload
   -----the page after a resize. The following parameters allow
   -----the menu to automatically reload the page for the user
   -----after a resize, prompts the user to reload the page
   -----manually after resize, or attempts to correct the menu
   -----after a resize without reloading.-----*/
   
   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 = "blinds"
   DQM_sub_item_effect = "none"


   /*----Define the effect duration in seconds below---*/
   
   DQM_sub_menu_effect_duration = .3
   DQM_sub_item_effect_duration = .3

  
   /*----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 = "UP"   //UP, DOWN, LEFT, RIGHT
   
   
   /*----Opacity is defined with a value between
   ------1 and 100 with 100 being opaque---*/   	

   DQM_sub_menu_opacity = page_opacity


   /*----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	


/*-------------------------------------------
Required font Settings
--------------------------------------------*/
   

   DQM_textcolor = "#3C3C3C"
   DQM_fontfamily = "Arial, 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 = "normal"          //set to: 'normal', or 'bold'
   DQM_fontstyle = "normal"	      //set to: 'normal', or 'italic' 	
   DQM_hl_textcolor = "#E3E3E3"
   DQM_hl_textdecoration = "normal"   //set to: 'normal', or 'underline'

   DQM_margin_top = 2
   DQM_margin_bottom = 1
   DQM_margin_left = 6
   DQM_margin_right = 5

   DQM_text_alignment = "left"        //set to: 'left', 'center' or 'right'
   


/*********************************************************************/
/*                                                                   */
/*                       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--------**************
   ************************************************/

   DQM_rollover_image0 = "/images/main_products_on.gif"
   DQM_rollover_wh0 = "76,17"
   DQM_url0 = "/products/";   


   /************************************************
   *********-------Main Menu 1--------**************
   ************************************************/

   DQM_rollover_image1 = "/images/main_partners_on.gif"
   DQM_rollover_wh1 = "74,17"
   DQM_url1 = "/partners/";


   /************************************************
   *********-------Main Menu 2--------**************
   ************************************************/    

   DQM_rollover_image2 = "/images/main_support_on.gif" 
   DQM_rollover_wh2 = "70,17"
   DQM_url2 = "/support/";   


   /************************************************
   *********-------Main Menu 3--------***************
   ************************************************/

   DQM_rollover_image3 = "/images/main_about_us_on.gif" 
   DQM_rollover_wh3 = "74,17"
   DQM_url3 = "/about_us/";
   
   
   /************************************************
   *********-------Main Menu 4--------***************
   ************************************************/

   DQM_rollover_image4 = "/images/main_contact_us_on.gif" 
   DQM_rollover_wh4 = "84,17"
   DQM_url4 = "/contact_us/";   
  


/*********************************************************************/
/*                                                                   */
/*                       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"



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 = "-71,17"
DQM_sub_menu_width0 = 150

DQM_subdesc0_0 = "Á¦Ç° ¼Ò°³"
DQM_subdesc0_1 = "¼ÒÇÁÆ®¿þ¾î ´Ù¿î·Îµå"
DQM_subdesc0_2 = "»ç·Ê ¿¬±¸"
DQM_subdesc0_3 = "±¸ÀÔ ¹®ÀÇ"
DQM_subdesc0_4 = "Á¦Ç° °ü·Ã ÀÚ·á"
DQM_subdesc0_5 = "Á¦Ç° Á¤º¸ ¿äÃ»"
DQM_url0_0 = "/products/find_a_product/"
DQM_url0_1 = "/products/downloads/"
DQM_url0_2 = "/products/success_stories/"
DQM_url0_3 = "/products/how_to_buy/"
DQM_url0_4 = "/support/product_documentation/"
DQM_url0_5 = "/products/request_information/"



/************************************************
*********-------Sub Menu 1--------***************
************************************************/

DQM_sub_xy1 = "-69,17"
DQM_sub_menu_width1 = 180

DQM_subdesc1_0 = "±â¼úÁ¦ÈÞ ¹× OEM Çù·Â°ü°è"
DQM_subdesc1_1 = "¹éº»ÀÇ ¸®¼¿·¯ ½ÅÃ»"
DQM_subdesc1_2 = "¸®¼¿·¯ À¥»çÀÌÆ®"
DQM_url1_0 = "/partners/meet_our_partners/"
DQM_url1_1 = "/partners/become_partner/"
DQM_url1_2 = "http://www.bakbone.co.jp/partners/partner_site_e/top.html"



/************************************************
*********-------Sub Menu 2--------***************
************************************************/

DQM_sub_xy2 = "-65,17"
DQM_sub_menu_width2 = 145

DQM_subdesc2_0 = "¼­ºñ½º Áö¿ø"
DQM_subdesc2_1 = "°í°´ Áö¿ø Æ÷Å»"
DQM_subdesc2_2 = "ÆÐÄ¡ ¹× ¾÷µ¥ÀÌÆ®"
DQM_subdesc2_3 = "Á¦Ç° °ü·Ã ÀÚ·á"
DQM_subdesc2_4 = "Á¦Ç° ¾÷±×·¹ÀÌµå"
DQM_subdesc2_5 = "Á¦Ç° ¶óÀÌ¼¾½Ì"
DQM_subdesc2_6 = "±³À° ¼­ºñ½º"
DQM_subdesc2_7 = "ÆÇ¸Å Á¾·á Á¦Ç°"
DQM_url2_0 = "/support/services/"
DQM_url2_1 = "/support/customer_support_portal/"
DQM_url2_2 = "/support/patches_and_updates/"
DQM_url2_3 = "/support/product_documentation/default.asp?page_type=support"
DQM_url2_4 = "/support/product_upgrades/"
DQM_url2_5 = "/support/product_licensing/"
DQM_url2_6 = "/support/educational_services/"
DQM_url2_7 = "/support/discontinued_products/"



/************************************************
*********-------Sub Menu 3--------***************
************************************************/

DQM_sub_xy3 = "-69,17"
DQM_sub_menu_width3 = 130

DQM_subdesc3_0 = "¹éº» ¹Ì±¹º»»ç"
DQM_subdesc3_1 = "¹éº» ÇÑ±¹Áö»ç"
DQM_subdesc3_2 = "º¸µµ ÀÚ·á"
DQM_url3_0 = "/about_us/corporate_offices/"
DQM_url3_1 = "/about_us/korea/"
DQM_url3_2 = "/about_us/news/"




/************************************************
*********-------Sub Menu 4--------***************
************************************************/

DQM_sub_xy4 = "-79,17"
DQM_sub_menu_width4 = 150

DQM_subdesc4_0 = "¿µ¾÷ °ü·Ã ¹®ÀÇ"
DQM_subdesc4_1 = "±â¼úÁö¿ø °ü·Ã ¹®ÀÇ"
DQM_subdesc4_2 = "±âÅ¸ ¹®ÀÇ"
DQM_url4_0 = "/contact_us/contact_sales/"
DQM_url4_1 = "/support/contact/"
DQM_url4_2 = "/contact_us/general/"

