/*-------------------------------------------
Copyright Notice
--------------------------------------------*/

   DQM_Notice = "DHTML QuickMenu, Copyright (c) - 2001, OpenCube Inc. - www.opencube.com"
   


/*-------------------------------------------
Required menu Settings
--------------------------------------------*/

   DQM_sub_menu_width = 75
  
  
   DQM_urltarget = "_self"
   
   DQM_onload_statement = ""
   DQM_codebase = ""

   DQM_border_color = "#006666"
   
   DQM_menu_bgcolor = "#ffffff"
   DQM_hl_bgcolor = "#99cc66"

   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 = 5
   DQM_ie5mac_offset_Y = 0


/*-------------------------------------------
Optional main menu rollover images
--------------------------------------------*/
  
   DQM_rollover_image0 = "images/nav_01_over.gif" 
   DQM_rollover_wh0 = "43,30"

   DQM_rollover_image1 = "images/nav_02_over.gif" 
   DQM_rollover_wh1 = "44,30"
   
   DQM_rollover_image2 = "images/nav_03_over.gif" 
   DQM_rollover_wh2 = "55,30"
   
   DQM_rollover_image3 = "images/nav_04_over.gif" 
   DQM_rollover_wh3 = "57,30"
   
   DQM_rollover_image4 = "images/nav_05_over.gif" 
   DQM_rollover_wh4 = "68,30"


/*-------------------------------------------
Required font Settings
--------------------------------------------*/
   

   DQM_textcolor = "#0179C2"
   DQM_fontfamily = "Verdana"
   DQM_fontsize = "10"
   DQM_textdecoration = "normal"
   DQM_fontweight = "normal"
   DQM_fontstyle = "normal"
   DQM_hl_textcolor = "#ffffff"
   DQM_hl_textdecoration = "normal"
   DQM_hl_fontweight = "bold"
   DQM_hl_fontstyle = "bold"

   DQM_margin_top = 3
   DQM_margin_bottom = 3
   DQM_margin_left = 5
   

/*---------------------------------------------
Sub Menu Item Settings
-----------------------------------------------*/

DQM_sub_xy0 = "-55,25"
DQM_sub_menu_width0 = 75
DQM_subdesc0_0 = "overview"
DQM_subdesc0_1 = "posters"
DQM_subdesc0_2 = "banner stands"
DQM_subdesc0_3 = "fine art"
DQM_subdesc0_4 = "custom wall covering"
DQM_subdesc0_5 = "outdoor"

DQM_url0_0 = "print_overview.html"
DQM_url0_1 = "print_posters.html"
DQM_url0_2 = "print_banners.html"
DQM_url0_3 = "print_fineart.html"
DQM_url0_4 = "print_walls.html"
DQM_url0_5 = "print_outdoors.html"

DQM_sub_xy1 = "-55,25"
DQM_sub_menu_width1 = 75
DQM_subdesc1_0 = "overview"
DQM_subdesc1_1 = "lamination"
DQM_subdesc1_2 = "mounting"
DQM_subdesc1_3 = "framing"
DQM_subdesc1_4 = "custom finishing"

DQM_url1_0 = "finish_overview.html"
DQM_url1_1 = "finish_lamination.html"
DQM_url1_2 = "finish_mounting.html"
DQM_url1_3 = "finish_framing.html"
DQM_url1_4 = "finish_custom.html"

DQM_sub_xy2 = "-65,25"
DQM_sub_menu_width2 = 75
DQM_subdesc2_0 = "tradeshow"
DQM_subdesc2_1 = "retail"
DQM_subdesc2_2 = "gallery"
DQM_subdesc2_3 = "spec documents"

DQM_url2_0 = "display_tradeshow.html"
DQM_url2_1 = "display_retail.html"
DQM_url2_2 = "display_portfolio.html"
DQM_url2_3 = "support_documents.html"

DQM_sub_xy3 = "-65,25"
DQM_sub_menu_width3 = 80
DQM_subdesc3_0 = "documents"
DQM_subdesc3_1 = "upload files"

DQM_url3_0 = "support_documents.html"
DQM_url3_1 = "upload_files.html"

DQM_sub_xy4 = "-75,25"
DQM_sub_menu_width4 = 85
DQM_subdesc4_0 = "contact us"
/*DQM_subdesc4_1 = "employment"*/
DQM_subdesc4_1 = "map"
DQM_subdesc4_2 = "e-newsletter"

DQM_url4_0 = "contact_form.php"
/*DQM_url4_1 = "contact_employment.html"*/
DQM_url4_1 = "contact_map.html"
DQM_url4_2 = "contact_enewsletter.html"


