
//  QuickMenu Pro, Copyright (c) - 2002, OpenCube Inc. - http://www.opencube.com
//  
//
//
//  QuickMenu Pro - (QuickMenu v3.0) Works With....
//
//      IE4, IE5.x, IE6 (Win 95, 98, ME, 2000, NT, XP)
//      IE4, IE5.x, &up (Mac)
//      NS4.x (All Platforms)
//      NS5/6.x (All Platforms)
//      ns7 - beta (All Platforms)
//      Opera 5 & 6 (All Platforms)
//
//  
//  To customize QuickMenu Pro open this file in a simple text 
//  editor (Notepad or similar). Modify and add parameters (all 
//  customizable parameters start with 'DQM_'), save this file,
//  and open 'sample.htm' in a browser to view your menu. View
//  the source for sample.htm for information on connecting 
//  sub menus to HTML images or build your page around the
//  included sample.htm file.
//
//  QuickMenu conditionally loads the necessary JavaScript
//  files (.js) depending on the browser and platform the user
//  is viewing the menu on. The total file size for each
//  browser / platform scenario is no larger than 12K.
//
//  This sample data file contains comments and help information
//  to assist in the initial customization of your drop down 
//  menu. If you base your implementation on this template we 
//  recommend removal of the comments before using on the web as 
//  to optimize the overall file size and load time of the menu for 
//  the end user.
//
//
//  NOTE: Parameters with an appended '//' are commented out,
//        delete the '//' to activate the parameter. 
//
//        Commenting out required parameters will cause errors.
//
//        Text values except TRUE and FALSE statements must be
//        enclosed by double quotes (").
//  
//        Each parameter value should appear on its own line.
//
//        This data file may also be placed within your HTML page
//        by enclosing between JavaScript tags.
//
//        Due to browser limitations, DHTML menus will not appear
//        on top of Flash objects, across frames, or over certain
//        form field elements. A hide and show workaround for form
//        fields is included with this menu (see the 'Menu event 
//        triggered custom function calls' section below).         




/*-------------------------------------------
Copyright Notice - The following parameter is 
required in order for the menu to function.
--------------------------------------------*/


   DQM_Notice = "DHTML QuickMenu, Copyright (c) - 2002, OpenCube Inc. - www.opencube.com"
   limit_multiple_users = true

/*---------------------------------------
General Settings
----------------------------------------*/

DQM_sub_menu_width = 150
DQM_sub_xy = "0,-1"

 
DQM_codebase = "/templates/"
DQM_urltarget = "_self"

DQM_border_width = 1
DQM_divider_height = 0

DQM_border_color = "#4C90BF"
DQM_menu_bgcolor = "#FFFFFF"
DQM_hl_bgcolor = "#DBE9F2"

DQM_mouse_off_delay = 100



/*---------------------------------------
Browser Bug Fixes
----------------------------------------*/
  
DQM_os9_ie5mac_offset_X = 10
DQM_os9_ie5mac_offset_Y = 15

DQM_osx_ie5mac_offset_X = 0
DQM_osx_ie5mac_offset_Y = 0

DQM_ie4mac_offset_X = -8
DQM_ie4mac_offset_Y = -50

DQM_nn4_reaload_after_resize = true

DQM_nn4_resize_prompt_user = false
DQM_nn4_resize_prompt_message = "To reinitialize the navigation menu please click the 'Reload' button."

DQM_use_opera_div_detect_fix = false;



/*---------------------------------------
Transition Effects (ie5.5 &up)
----------------------------------------*/

DQM_sub_menu_effect = "gradientwipe" //none | fade | pixelate | iris | slide | gradientwipe | checkerboard | radialwipe | randombars | randomdissolve| stretch
DQM_sub_item_effect = "none"
   
DQM_sub_menu_effect_duration = .2
DQM_sub_item_effect_duration = .1

DQM_effect_pixelate_maxsqare = 25
DQM_effect_iris_irisstyle = "none"
DQM_effect_checkerboard_squaresx = 14
DQM_effect_checkerboard_squaresY = 14
DQM_effect_checkerboard_direction = "none"
   
DQM_sub_menu_opacity = 100
DQM_dropshadow_color = "none"
DQM_dropshadow_offx = 1
DQM_dropshadow_offy = 1	



/*---------------------------------------
Font, Margin, and Alignment
----------------------------------------*/
   
DQM_textcolor = "#000000"
DQM_fontfamily = "Verdana"
DQM_fontsize = 11
DQM_fontsize_ie4 = 11
DQM_textdecoration = "normal"
DQM_fontweight = "normal"
DQM_fontstyle = "normal"
DQM_hl_textcolor = "#000000"
DQM_hl_textdecoration = "normal"

DQM_margin_top = 3
DQM_margin_bottom = 4
DQM_margin_left = 5
DQM_margin_right = 4

DQM_text_alignment = "left"



/*---------------------------------------------
Optional event triggered custom function calls
----------------------------------------------*/

DQM_onload_code = "MM_preloadImages('../templates/images/tn_home_company_on.jpg','../templates/images/tn_home_downloads_on.jpg','../templates/images/tn_home_support_on.jpg','../templates/images/tn_home_partners_on.jpg','../templates/images/tn_home_company_on.jpg','../templates/images/tn_company_products_on.jpg','../templates/images/tn_company_downloads_on.jpg','../templates/images/tn_company_support_on.jpg','../templates/images/tn_company_partners_on.jpg','../templates/images/tn_company_company_on.jpg','../templates/images/lfnav_prod_prodhome_on.jpg','../templates/images/lfnav_prod_photosft_on.jpg','../templates/images/lfnav_prod_videosft_on.jpg','../templates/images/lfnav_prod_phonesft_on.jpg','../templates/images/lfnav_prod_macsft_on.jpg','../templates/images/lfnav_prod_embed_on.jpg','../templates/images/lfnav_prod_estore_on.jpg','../templates/images/lfnav_prod_sc_on.jpg','../templates/images/lfnav_prod_club_on.jpg','../templates/images/lfnav_prod_sr_on.jpg')"


//DQM_showmenu_code0 = "status = 'custom show menu function call - menu0'"
//DQM_showmenu_code1 = "status = 'custom show menu function call - menu1'"
//DQM_hidemenu_code0 = "status = 'custom hide menu function call - menu0'"
//DQM_hidemenu_code1 = "status = 'custom hide menu function call - menu1'"

//DQM_clickitem_code0_0 = "alert('custom Function - Menu Item 0_0')"
//DQM_clickitem_code1_0 = "alert('custom Function - Menu Item 1_0')"



/*---------------------------------------
Relative Positioned Icons
----------------------------------------*/ 

DQM_icon_image0 = "/templates/images/spacer.gif"
DQM_icon_rollover0 = "/templates/images/spacer.gif"
DQM_icon_image_wh0 = "7,8"

DQM_icon_image1 = "/templates/images/right_arrow.gif"
DQM_icon_rollover1 = "/templates/images/right_arrow.gif"
DQM_icon_image_wh1 = "12,8"



/*---------------------------------------
Absolute positioned Icons
----------------------------------------*/

DQM_2nd_icon_image0 = "/templates/images/right_arrow.gif"
DQM_2nd_icon_rollover0 = "/templates/images/right_arrow.gif"
DQM_2nd_icon_image_wh0 = "8,8"
DQM_2nd_icon_image_xy0 = "-2,4"

/*---------------------------------------------
Optional Status Bar Text
-----------------------------------------------*/

DQM_show_urls_statusbar = false
   
//DQM_status_text0 = "Sample text - Main Menu Item 0"
//DQM_status_text1 = "Sample text - Main Menu Item 1"

//DQM_status_text1_0 = "Sample text - Main Menu Item 1, Sub Item 0"	
//DQM_status_text1_0 = "Sample text - Main Menu Item 1, Sub Item 1"	


/*---------------------------------------------
Main Menu Settings
-----------------------------------------------*/

   DQM_rollover_image0 = "/templates/images/tn_company_estore_on.jpg"
   DQM_rollover_image1 = "/templates/images/tn_company_products_on.jpg"
   DQM_rollover_image2 = "/templates/images/tn_company_downloads_on.jpg"
   DQM_rollover_image3 = "/templates/images/tn_company_support_on.jpg"
   DQM_rollover_image4 = "/templates/images/tn_company_partners_on.jpg"   
   DQM_rollover_image5 = "/templates/images/tn_company_company_on.jpg"
   
   DQM_rollover_wh0 = "81,29"
   DQM_rollover_wh1 = "81,29"
   DQM_rollover_wh2 = "81,29"
   DQM_rollover_wh3 = "81,29"
   DQM_rollover_wh4 = "81,29"
   DQM_rollover_wh5 = "81,29"
   
   DQM_url0 = "/estore/";
   DQM_url1 = "/products/"; 
   DQM_url2 = "/support/downloads/";  
   DQM_url3 = "/support/";
   DQM_url4 = "/partners/";
   DQM_url5 = "/company/"; 