/*-------------------------------------------
Copyright Notice
--------------------------------------------*/

   DQM_Notice = "DHTML QuickMenu, Copyright (c) - 2001, OpenCube Inc. - www.opencube.com"
   limit_multiple_users = true  

/*-------------------------------------------
Required menu Settings
--------------------------------------------*/
   
   DQM_sub_menu_width = 100;  // Default SubMenu width	 

  
   DQM_urltarget = "_self"
   
   DQM_onload_statement = ""
   DQM_codebase = RootURL + "/nav/DropDownMenu/"  // Folder location of JS source files ("" root level)

   DQM_border_color = "#671314";
   
   DQM_menu_bgcolor = "#000000";  // BG color
   DQM_hl_bgcolor = "#A22D26";  // Highlight color

   DQM_sub_xy = "0,0";
   DQM_border_width = 1;
   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
   DQM_ie5mac_offset_X = 0
   DQM_ie5mac_offset_Y = -1


/*-------------------------------------------
Required font Settings
--------------------------------------------*/
   

   DQM_textcolor = "#FFFFFF"
   DQM_fontfamily = "Verdana"
   DQM_fontsize = 10  // size in pixels
   DQM_fontsize_ie4 = 9  // size in pixels	
   DQM_textdecoration = "normal"  // "normal" or "underline"
   DQM_fontweight = "normal"  // "normal" or "bold"
   DQM_fontstyle = "normal"  // "normal" or "itlaic"
   DQM_hl_textcolor = "#FFFFFF"
   DQM_hl_textdecoration = "normal" // "normal" or "underline"

   DQM_margin_top = 3
   DQM_margin_bottom = 4
   DQM_margin_left = 5



/*-------------------------------------------
Optional main menu rollover images
-------------------------------------------- */
  
   //DQM_rollover_image0 = RootURL + "/images/topNav/Products-over.gif"  // RO image (Main Menu)
   //DQM_rollover_wh0 = "117,23"  // RO image width,height (Main Menu)
      
   //DQM_rollover_image1 = RootURL + "/images/topNav/Support-over.gif"
   //DQM_rollover_wh1 = "107,23"
   
   //DQM_rollover_image2 = RootURL + "/images/topNav/Guarantee-over.gif"
   //DQM_rollover_wh1 = "157,23"
   
   //alert (RootURL+"/images/topNav/Products-over.gif")
   //alert (RootURL+"/images/topNav/Support-over.gif")


/*---------------------------------------------
Optional Icon Images
-----------------------------------------------*/

   //DQM_icon_image0 = ""  // Icon image (this specific menu)
   //DQM_icon_rollover0 = ""  // RO Icon image (this specific menu)
   //DQM_icon_image_wh0 = ""  // Icon image width,height (this specific menu)

   //DQM_icon_image1 = "sample_images/arrow.gif"
   //DQM_icon_rollover1 = "sample_images/arrow.gif"
   //DQM_icon_image_wh1 = "13,10"


/*---------------------------------------------
Sub Menu Item Settings
-----------------------------------------------*/

// SubNav Products
//DQM_sub_xy0 = "-100,18"
//DQM_sub_menu_width0 = 150; 
//DQM_subdesc0_0 = "Digital Fidelity One&#8482;"
//DQM_subdesc0_1 = "&nbsp;&nbsp;Construction&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&#187;"
//DQM_subdesc0_2 = "&nbsp;&nbsp;Specifications"
//DQM_subdesc0_3 = "&nbsp;&nbsp;DF1 History"
//DQM_subdesc0_4 = "&nbsp;&nbsp;Our Guarantees"
//DQM_subdesc0_5 = "&nbsp;&nbsp;Multimedia Uses"
//DQM_subdesc0_6 = "&nbsp;&nbsp;Why the Low Cost?"
//DQM_icon_index0_0 = 0  // icon index # from above
//DQM_icon_index0_1 = 0
//DQM_icon_index0_2 = 0
//DQM_icon_index0_3 = 0
//DQM_icon_index0_4 = 0
//DQM_icon_index0_5 = 0
//DQM_icon_index0_6 = 0
//DQM_url0 = RootURLnav + "/Products/index.cfm?page=ProductsHome"  // url of Main Nav (only if RO image set)
//DQM_url0_0 = RootURLnav + "/Products/index.cfm?page=ProductsHome"
//DQM_url0_1 = RootURLnav + "/Products/index.cfm?page=DF1Construction"
//DQM_url0_2 = RootURLnav + "/Products/index.cfm?page=DF1Specifications"
//DQM_url0_3 = RootURLnav + "/Products/index.cfm?page=DF1History"
//DQM_url0_4 = RootURLnav + "/Products/index.cfm?page=DF1Warranty"
//DQM_url0_5 = RootURLnav + "/Products/index.cfm?page=DF1MultimediaUses"
//DQM_url0_6 = RootURLnav + "/Products/index.cfm?page=DF1LowCost"
//DQM_urltarget0 = ""
//DQM_urltarget0_0 = "" // "_self" or "_parent" or "_new" or "FrameName"
//DQM_urltarget0_1 = ""

// Sub- Sub Nav Construction
// SubNav 0-1
//DQM_sub_xy0_1 = "-1,0"
//DQM_sub_menu_width0_1 = 150; 
//DQM_subdesc0_1_0 = "Woofer"
//DQM_subdesc0_1_1 = "Satellites"
//DQM_subdesc0_1_2 = "Electronics"
//DQM_subdesc0_1_3 = "Digital Control"
//DQM_subdesc0_1_4 = "Quality Control"
//DQM_icon_index0_1_0 = 0  // icon index # from above
//DQM_icon_index0_1_1 = 0
//DQM_url0_1_0 = RootURLnav + "/Products/index.cfm?page=DF1Woofer"
//DQM_url0_1_1 = RootURLnav + "/Products/index.cfm?page=DF1Satellites"
//DQM_url0_1_2 = RootURLnav + "/Products/index.cfm?page=DF1Electronics"
//DQM_url0_1_3 = RootURLnav + "/Products/index.cfm?page=DF1DigitalControl"
//DQM_url0_1_4 = RootURLnav + "/Products/index.cfm?page=DF1QualityControl"
//DQM_urltarget0_1_0 = "" // "_self" or "_parent" or "_new" or "FrameName"
//DQM_urltarget0_1_1 = ""


// SubNav Support
DQM_sub_xy1 = "-90,18"
DQM_sub_menu_width1 = 150; 
DQM_subdesc1_0 = "Overview"
DQM_subdesc1_1 = "Download Owners Manual"
DQM_subdesc1_2 = "Service for Older RSL Products"
DQM_subdesc1_3 = "FAQ's"
DQM_icon_index1_0 = 0  // icon index # from above
DQM_icon_index1_1 = 0  // icon index # from above
DQM_icon_index1_2 = 0  // icon index # from above
DQM_icon_index1_3 = 0  // icon index # from above
DQM_url1 = RootURLnav + "/Support/index.cfm?page=SupportHome"  // url of Main Nav (only if RO image set)
DQM_url1_0 = RootURLnav + "/Support/index.cfm?page=SupportHome"
DQM_url1_1 = RootURLnav + "/Support/index.cfm?page=DF1Manual"
DQM_url1_2 = RootURLnav + "/Support/index.cfm?page=ServiceOlderProducts"
DQM_url1_3 = RootURLnav + "/Support/index.cfm?page=FAQs"
DQM_urltarget1 = ""
DQM_urltarget1_0 = "" // "_self" or "_parent" or "_new" or "FrameName"
DQM_urltarget1_1 = "" // "_self" or "_parent" or "_new" or "FrameName"
DQM_urltarget1_2 = "" // "_self" or "_parent" or "_new" or "FrameName"
DQM_urltarget1_3 = "" // "_self" or "_parent" or "_new" or "FrameName"

