/*-------------------------------------------
Copyright Notice
--------------------------------------------*/

   DQM_Notice = "DHTML QuickMenu, Copyright (c) - 2001, OpenCube Inc. - www.opencube.com"
   


/*-------------------------------------------
Required menu Settings
--------------------------------------------*/

   DQM_sub_menu_width = 117

  
   DQM_urltarget = "_self"
   
   DQM_onload_statement = ""
   DQM_codebase = "/applets/"

   DQM_border_color = "#999999"
   
   DQM_menu_bgcolor = "#999999"
   DQM_hl_bgcolor = "#999999"

   DQM_sub_xy = "0,0"
   DQM_border_width = 0
   DQM_divider_height = 0

   /*---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 = 10
   DQM_ie5mac_offset_Y = 12


/*-------------------------------------------
Required font Settings
--------------------------------------------*/
   

   DQM_textcolor = "#131C47"
   DQM_fontfamily = "Verdana, Arial, Helvetica, sans-serif"
   DQM_fontsize = 10
   DQM_textdecoration = "normal"
   DQM_fontweight = "bold"
   DQM_fontstyle = "normal"
   DQM_hl_textcolor = "#e0c8a2"
   DQM_hl_textdecoration = "normal"

   DQM_margin_top = 3
   DQM_margin_bottom = 3
   DQM_margin_left = 5



/*-------------------------------------------
Optional main menu rollover images
--------------------------------------------*/
  
   DQM_rollover_image0 = "/images/menu_travel_on.jpg"
   DQM_rollover_wh0 = "60,16"

   DQM_rollover_image1 = "/images/menu_photos_on.jpg" 
   DQM_rollover_wh1 = "60,16"

   DQM_rollover_image2 = "/images/menu_fun_on.jpg" 
   DQM_rollover_wh2 = "60,16"
  
   DQM_rollover_image3 = "/images/menu_personal_on.jpg" 
   DQM_rollover_wh3 = "60,16"

/*---------------------------------------------
Optional Icon Images
-----------------------------------------------*/

   DQM_icon_image0 = "/images/triangle_placeholder.jpg"
   DQM_icon_rollover0 = "/images/tiny_triangle.gif"
   DQM_icon_image_wh0 = "10,8"


/*---------------------------------------------
Sub Menu Item Settings
-----------------------------------------------*/

DQM_url0 = "/travel/"
DQM_sub_xy0 = "-61,16"
DQM_subdesc0_0 = "Seattle 2008"
DQM_subdesc0_1 = "Honeymoon 2006"
DQM_subdesc0_2 = "New York 2005"
DQM_subdesc0_3 = "Hawaii 2004-5"

DQM_icon_index0_0 = 0
DQM_icon_index0_1 = 0
DQM_icon_index0_2 = 0
DQM_icon_index0_3 = 0

DQM_url0_0 = "/travel/Seattle_2008/"
DQM_url0_1 = "/personal/wedding/honeymoon/"
DQM_url0_2 = "/travel/NYC_2005/"
DQM_url0_3 = "/travel/hawaii/"



DQM_url1 = "/photography/"
DQM_sub_xy1 = "-61,16"
DQM_subdesc1_0 = "Nature" 
DQM_subdesc1_1 = "People"
DQM_subdesc1_2 = "Urban"
DQM_subdesc1_3 = "Events"
DQM_icon_index1_0 = 0
DQM_icon_index1_1 = 0
DQM_icon_index1_2 = 0
DQM_icon_index1_3 = 0
DQM_url1_0 = "/photography/nature/"
DQM_url1_1 = "/photography/people/"
DQM_url1_2 = "/photography/urban/"
DQM_url1_3 = "/photography/events/"


DQM_url2 = "/fun/"
DQM_sub_xy2 = "-61,16"
DQM_subdesc2_0 = "Rock Climbing"
DQM_subdesc2_1 = "Photography"
DQM_subdesc2_2 = "Home Theater"
DQM_subdesc2_3 = "Hiking"
DQM_icon_index2_0 = 0
DQM_icon_index2_1 = 0
DQM_icon_index2_2 = 0
DQM_icon_index2_3 = 0
DQM_url2_0 = "/rock_climbing/"
DQM_url2_1 = "/photography/"
DQM_url2_2 = "/home_theater/"
DQM_url2_3 = "/hiking/"

DQM_url3 = "/personal/"
DQM_sub_xy3 = "-61,16"
DQM_subdesc3_0 = "Wedding"
DQM_subdesc3_1 = "Family"
DQM_subdesc3_2 = "Resume"
DQM_icon_index3_0 = 0
DQM_icon_index3_1 = 0
DQM_icon_index3_2 = 0
DQM_url3_0 = "/personal/wedding/"
DQM_url3_1 = "/personal/family/"
DQM_url3_2 = "/personal/AIG_Resume.pdf"