/*------------------------------------------- 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 = "D01873" //Hex color value or 'transparent' DQM_hl_bgcolor = "000000" //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.5 DQM_sub_item_effect_duration = 0.5 /*----Customization option settings for the various effect ------transitions may be defined below---*/ DQM_effect_pixelate_maxsqare = 10 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 = "#FFFFFF" 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 = "#F855A5" 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' /*--------------------------------------------- Optional Icon Images - Relative Positioning The relative positioned icon images are automatically placed directly before or after the sub menu items text (placement is determined by text alignment). By adding transparent space to the left or right of the icon image itself, a custom image to text gap may be obtained (Note: The gap space between icon images and text may also be achieved by using the menus optional 2nd icon image, see the 'optional 2nd icon images' section for more information). The relative positioned icons are useful for creating text bullets for aesthetic purposes or symbolic icons for different sub menu items. -----------------------------------------------*/ /*----Unlimited icon images may be defined and associated with any sub menu ------item by specifying the icons index with the 'DQM_icon_index' parameter ------see the 'sub menu customization' section below for examples---------*/ /*--------------------------------------------- Optional 2nd Icon Images - Absolute Positioning The 2nd absolute positioned icons may be positioned anywhere within the sub menu items bounding area. These icon images are useful for creating arrows or other symbols which indicate the existence of a child sub menu. Sub menu text alignment or length will not affect the images placement. If your images undesirably appear over the top of sub menu text items then adjust the icons coordinates, sub menu widths, or margins accordingly. Note: Icon image coordinates are defined relative to the top right corner of the sub menu item when the sub menu text is left aligned, or relative to the top left corner when the sub menus text is right aligned. -----------------------------------------------*/ /*----Unlimited icon images may be defined and associated with any sub menu ------item by specifying the icons index with the 'DQM_2nd_icon_index' parameter ------see the 'sub menu customization' section below for examples---------* DQM_2nd_icon_image0 = "sample_images/arrow.gif" DQM_2nd_icon_rollover0 = "sample_images/arrow.gif" DQM_2nd_icon_image_wh0 = "13,10" DQM_2nd_icon_image_xy0 = "0,4" /*--------------------------------------------- Optional Status Bar Text Note: Custom defined status bar text for a menu item will be displayed in place of the URL when the 'DQM_show_urls_statusbar' parameter is set to true. -----------------------------------------------*/ 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" pt = ""; // about DQM_sub_xy0 = "-15,5" DQM_sub_menu_width0 = 150 DQM_subdesc0_0 = pt + "設計師心得" DQM_subdesc0_1 = pt + "作品分享" DQM_subdesc0_2 = pt + "給你的服務" DQM_subdesc0_3 = pt + "傳媒專訪" DQM_subdesc0_4 = pt + "公司簡歷" DQM_url0_0 = "about1.php" DQM_url0_1 = "about2.php" DQM_url0_2 = "about3.php" DQM_url0_3 = "about4.php" DQM_url0_4 = "about5.php" // design DQM_sub_xy1 = "-15,5" DQM_sub_menu_width1 = 150 DQM_subdesc1_0 = pt + "客飯廳設計全攻略" DQM_url1_0 = "design1.php?catID=89811266" DQM_subdesc1_1 = pt + "設計方案全攻略" DQM_url1_1 = "design1.php?catID=41685653" DQM_subdesc1_2 = pt + "豪宅設計" DQM_url1_2 = "design1.php?catID=4" DQM_subdesc1_3 = pt + "住宅樓宇設計" DQM_url1_3 = "design1.php?catID=3" DQM_subdesc1_4 = pt + "村屋設計" DQM_url1_4 = "design1.php?catID=2" DQM_subdesc1_5 = pt + "全幢別墅設計" DQM_url1_5 = "design1.php?catID=1" // info DQM_sub_xy2 = "-15,5" DQM_sub_menu_width2 = 150 DQM_subdesc2_0 = pt + "置業錦囊" DQM_url2_0 = "info1.php?catID=3" DQM_subdesc2_1 = pt + "法律常識" DQM_url2_1 = "info1.php?catID=2" DQM_subdesc2_2 = pt + "家居保險" DQM_url2_2 = "info1.php?catID=1" // member DQM_sub_xy3 = "-15,5" DQM_sub_menu_width3 = 150 DQM_subdesc3_0 = pt + "入會儀式" DQM_subdesc3_1 = pt + "會員福利" DQM_subdesc3_2 = pt + "新會員登記" DQM_url3_0 = "member1.php" DQM_url3_1 = "member2.php" DQM_url3_2 = "member3.php" // Shopping DQM_sub_xy4 = "-15,5" DQM_sub_menu_width4 = 150 DQM_subdesc4_0 = pt + "浴室潔具" DQM_url4_0 = "shopping1.php?catID=4" DQM_subdesc4_1 = pt + "廚房用具" DQM_url4_1 = "shopping1.php?catID=2" DQM_subdesc4_2 = pt + "燈飾電器" DQM_url4_2 = "shopping1.php?catID=3" DQM_subdesc4_3 = pt + "浴室盤柜" DQM_url4_3 = "shopping1.php?catID=1" // member DQM_sub_xy5 = "-15,5" DQM_sub_menu_width5 = 150 DQM_subdesc5_0 = pt + "色彩與您" DQM_subdesc5_1 = pt + "家居風水" DQM_subdesc5_2 = pt + "家居DIY" DQM_url5_0 = "master1.php" DQM_url5_1 = "master2.php" DQM_url5_2 = "master3.php"