/*------------------------------------------- required menu Settings --------------------------------------------*/ DQM_sub_menu_width = 200 //default sub menu widths DQM_sub_xy = "0,0" //default sub x,y coordinates DQM_codebase = "" //relative location of .js files DQM_urltarget = "_self" //set to: _self, _parent, _new, or "my frame name" DQM_border_width = 0 DQM_divider_height = 0 DQM_border_color = "EAF7FB" //Hex color value or 'transparent' DQM_menu_bgcolor = "164EA1" //Hex color value or 'transparent' DQM_hl_bgcolor = "022D6D" //Hex color value /*mouse off delay---*/ DQM_mouse_off_delay = 200 /*---Internet Explorer Mac Offset Fix ---*/ 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 ---*/ 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." /*---Opera 4 & up fix ---*/ DQM_use_opera_div_detect_fix = true; /*------------------------------------------- Internet Explorer Transition Effects --------------------------------------------*/ /*----Options include - none | fade | pixelate | ------iris | slide | gradientwipe | checkerboard | ------radialwipe | randombars | randomdissolve |stretch */ DQM_sub_menu_effect = "pixelate" DQM_sub_item_effect = "fade" /*----Define the effect duration in seconds below---*/ DQM_sub_menu_effect_duration = 0.3 DQM_sub_item_effect_duration = 0.3 /*----Customization option settings for the various effect ------transitions may be defined below---*/ DQM_effect_pixelate_maxsqare = 20 DQM_effect_iris_irisstyle = "SQUARE" //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.---*/ // fix IE layer over select box //DQM_showmenu_code2 = "hideElms('select')" //DQM_hidemenu_code2 = "showElms('select')" /*----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 = "#BAF1FF" DQM_fontfamily = "Arial" //Any available system font DQM_fontsize = 12 //Defined with pixel sizing DQM_fontsize_ie4 = 8 //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 = "#FF9C00" DQM_hl_textdecoration = "normal" //set to: 'normal', or 'underline' DQM_margin_top = 5 DQM_margin_bottom = 5 DQM_margin_left = 10 DQM_margin_right = 10 DQM_text_alignment = "left" //set to: 'left', 'center' or 'right' DQM_show_urls_statusbar = 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" /*********************************************************************/ /* */ /* 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_textcolorX = "#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 settings 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" ---------------------------------------------------------------------*/ //0 DQM_sub_xy0 = '150,5'; DQM_sub_menu_width0 = 200; DQM_subdesc0_0 = ''; DQM_url0_0 = 'b5_product_logo.php?catID=24&subID=1'; //1 DQM_sub_xy1 = '150,5'; DQM_sub_menu_width1 = 200; DQM_subdesc1_0 = 'POLYCOM'; DQM_url1_0 = 'b5_product_logo.php?catID=23&subID=3'; DQM_subdesc1_1 = 'TANDBERG'; DQM_url1_1 = 'b5_product_logo.php?catID=23&subID=2'; DQM_subdesc1_2 = 'Lifesize'; DQM_url1_2 = 'b5_product_logo.php?catID=23&subID=1'; //2 DQM_sub_xy2 = '150,5'; DQM_sub_menu_width2 = 200; DQM_subdesc2_0 = '投影機'; DQM_url2_0 = 'b5_product_logo.php?catID=14&subID=2'; DQM_subdesc2_1 = '投影幕'; DQM_url2_1 = 'b5_product_logo.php?catID=14&subID=1'; DQM_subdesc2_2 = '投影機燈膽'; DQM_url2_2 = 'b5_product_logo.php?catID=14&subID=3'; //3 DQM_sub_xy3 = '150,5'; DQM_sub_menu_width3 = 200; DQM_subdesc3_0 = '投影機升降器'; DQM_url3_0 = 'b5_product_logo.php?catID=12&subID=2'; DQM_subdesc3_1 = '液晶/ 等離子電視升降器'; DQM_url3_1 = 'b5_product_logo.php?catID=12&subID=1'; DQM_subdesc3_2 = '竹節式升降器'; DQM_url3_2 = 'b5_product_logo.php?catID=12&subID=3'; //4 DQM_sub_xy4 = '150,5'; DQM_sub_menu_width4 = 200; DQM_subdesc4_0 = '擴音機'; DQM_url4_0 = 'b5_product_logo.php?catID=8&subID=1'; DQM_subdesc4_1 = '揚聲器'; DQM_url4_1 = 'b5_product_logo.php?catID=8&subID=4'; DQM_subdesc4_2 = '無線咪'; DQM_url4_2 = 'b5_product_logo.php?catID=8&subID=2'; //5 DQM_sub_xy5 = '150,5'; DQM_sub_menu_width5 = 200; DQM_subdesc5_0 = '液晶電視'; DQM_url5_0 = 'b5_product_logo.php?catID=11&subID=1'; DQM_subdesc5_1 = '等離子電視'; DQM_url5_1 = 'b5_product_logo.php?catID=11&subID=2'; //6 DQM_sub_xy6 = '150,5'; DQM_sub_menu_width6 = 200; DQM_subdesc6_0 = '液晶/ 等離子電視掛架'; DQM_url6_0 = 'b5_product_logo.php?catID=9&subID=1'; DQM_subdesc6_1 = '投影機吊架'; DQM_url6_1 = 'b5_product_logo.php?catID=9&subID=2'; //7 DQM_sub_xy7 = '150,5'; DQM_sub_menu_width7 = 200; DQM_subdesc7_0 = '液晶/ 等離子電視玻璃櫃'; DQM_url7_0 = 'b5_product_logo.php?catID=15&subID=1'; //8 DQM_sub_xy8 = '150,5'; DQM_sub_menu_width8 = 200; DQM_subdesc8_0 = '儀器車'; DQM_url8_0 = 'b5_product_logo.php?catID=13&subID=1';