/*------------------------------------------- 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 = "" DQM_border_color = "#ffffff" DQM_menu_bgcolor = "#C2C2C2" DQM_hl_bgcolor = "#A8A6A6" DQM_sub_xy = "0,0" DQM_border_width = 0 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 = 0 DQM_ie5mac_offset_Y = -2 /*------------------------------------------- Required font Settings --------------------------------------------*/ DQM_textcolor = "#5A5B5E" DQM_fontfamily = "Verdana" DQM_fontsize = 10 DQM_textdecoration = "normal" DQM_fontweight = "normal" DQM_fontstyle = "normal" DQM_hl_textcolor = "#ffffff" DQM_hl_textdecoration = "normal" DQM_margin_top = 3 DQM_margin_bottom = 3 DQM_margin_left = 2 /*------------------------------------------- Optional main menu rollover images --------------------------------------------*/ DQM_rollover_image0 = "images/nav_0_on.gif" DQM_rollover_wh0 = "75,46" DQM_rollover_image1 = "images/nav_1_on.gif" DQM_rollover_wh1 = "86,46" DQM_rollover_image2 = "images/nav_2_on.gif" DQM_rollover_wh2 = "99,46" DQM_rollover_image3 = "images/nav_3_on.gif" DQM_rollover_wh3 = "189,46" DQM_rollover_image4 = "images/nav_4_on.gif" DQM_rollover_wh4 = "81,46" DQM_rollover_image5 = "images/nav_5_on.gif" DQM_rollover_wh5 = "154,46" DQM_rollover_image6 = "images/nav_6_on.gif" DQM_rollover_wh6 = "86,46" /*--------------------------------------------- Optional Icon Images -----------------------------------------------*/ DQM_icon_image0 = "images/nav_bullet.gif" DQM_icon_rollover0 = "images/nav_bullet.gif" DQM_icon_image_wh0 = "17,9" /*--------------------------------------------- Sub Menu Item Settings -----------------------------------------------*/ DQM_sub_xy0 = "-75,46" DQM_sub_menu_width0 = 89 DQM_sub_xy1 = "-78,46" DQM_sub_menu_width1 = 120 DQM_sub_xy2 = "-89,46" DQM_sub_menu_width2 = 113 DQM_sub_xy3 = "-179,46" DQM_sub_menu_width3 = 138 DQM_sub_xy4= "-71,46" DQM_sub_menu_width4 = 151 DQM_sub_xy5 = "-154,46" DQM_sub_menu_width5 = 154 DQM_sub_xy6 = "-86,46" DQM_sub_menu_width6 = 86 #set ($x=0) #set ($y=0) #foreach( $item in $menu.rootItems ) #if($x<7) #if( $item.getIsShow() ) DQM_subdesc$!{x}_0 = "$item.ItemTitle" DQM_icon_index$!{x}_0 = 0 DQM_url$!{x}_0 = "$link.setURI("main.vm").addQueryData("category", $item.ItemId)" #set ($y=1) #else #set ($y=0) #end #foreach( $subitem in $item.getChildList() ) DQM_subdesc$!{x}_$y = "$subitem.ItemTitle" DQM_icon_index$!{x}_$y = 0 #if ($subitem.getRedirectUrl().equals("")) DQM_url$!{x}_$y = "$link.setURI("main.vm").addQueryData("category", $subitem.ItemId)" #else DQM_url$!{x}_$y = "$link.setURI($subitem.getRedirectUrl()).addQueryData("category", $subitem.ItemId)" #end #set ($y=$y + 1) #end #set ($x=$x + 1) #end #end