/*-------------------------------------------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 = "#FFFF00"      DQM_menu_bgcolor = "#292467"   DQM_hl_bgcolor = "#FFFF00"   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 = 0      DQM_ie5mac_offset_Y = 0/*-------------------------------------------Required font Settings--------------------------------------------*/      DQM_textcolor = "#FFFFFF"   DQM_fontfamily = "Arial"   DQM_fontsize = 12   DQM_textdecoration = "normal"   DQM_fontweight = "normal"   DQM_fontstyle = "normal"   DQM_hl_textcolor = "#000000"   DQM_hl_textdecoration = "normal"   DQM_margin_top = 3   DQM_margin_bottom = 3   DQM_margin_left = 5/*---------------------------------------------Main Rollover URL Settings-----------------------------------------------*/       DQM_url0 = "about.htm"   DQM_url1 = "services.htm"/*-------------------------------------------Optional main menu rollover images--------------------------------------------*/     DQM_rollover_image0 = "images/about_over.jpg"   DQM_rollover_wh0 = "72,20"   DQM_rollover_image1 = "images/services_over.jpg"   DQM_rollover_wh1 = "72,20"    /*---------------------------------------------Optional Icon Images-----------------------------------------------*/   DQM_icon_image0 = "sample_images/bullet.gif"   DQM_icon_rollover0 = "sample_images/bullet_hl.gif"   DQM_icon_image_wh0 = "13,8"/*---------------------------------------------Sub Menu Item Settings-----------------------------------------------*/DQM_sub_xy0 = "-72,20"DQM_sub_menu_width0 = 115DQM_subdesc0_0 = "Overview"DQM_subdesc0_1 = "Our Mission"DQM_subdesc0_2 = "Our People"DQM_url0_0 = "about.htm"DQM_url0_1 = "mission.htm"DQM_url0_2 = "people.htm"DQM_sub_xy1 = "-73,20"DQM_sub_menu_width1 = 135DQM_subdesc1_0 = "Overview"DQM_subdesc1_1 = "Database Services"DQM_subdesc1_2 = "Custom Applications"DQM_subdesc1_3 = "Mentoring & Tutoring"DQM_subdesc1_4 = "Remote Services"DQM_subdesc1_5 = "Infrastructure Management"DQM_subdesc1_6 = "Data Warehouse/ Business Intelligence"DQM_url1_0 = "services.htm"DQM_url1_1 = "database.htm"DQM_url1_2 = "custom.htm"DQM_url1_3 = "mentoring.htm"DQM_url1_4 = "remote.htm"DQM_url1_5 = "management.htm"DQM_url1_6 = "datawarehouse.htm"