/*-------------------------------------------
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"


/*-------------------------------------------
required menu Settings
--------------------------------------------*/


   DQM_sub_menu_width = 130      //default sub menu widths
   DQM_sub_xy = "0,0"            //default sub x,y coordinates
   
   
   DQM_codebase = "/"             //relative location of .js files
   DQM_urltarget = "_self"       //set to: _self, _parent, _new, or "my frame name"

   DQM_border_width = 1
   DQM_divider_height = 0

   DQM_border_color = "#cccccc"
   DQM_menu_bgcolor = "#dddddd"
   DQM_hl_bgcolor = "#a6b1b5"
   
   DQM_mouse_off_delay = 100
   
   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_sub_menu_effect = "fade"
   DQM_sub_item_effect = "fade"

   DQM_sub_menu_effect_duration = .2
   DQM_sub_item_effect_duration = .2

   DQM_effect_pixelate_maxsqare = 25
   DQM_effect_iris_irisstyle = "CIRCLE"          //CROSS, CIRCLE, PLUS, SQUARE, or STAR
   DQM_effect_checkerboard_squaresx = 14
   DQM_effect_checkerboard_squaresY = 14
   DQM_effect_checkerboard_direction = "RIGHT"   //UP, DOWN, LEFT, RIGHT
   
   DQM_sub_menu_opacity = 100

   DQM_dropshadow_color = "none"
   DQM_dropshadow_offx = 0
   DQM_dropshadow_offy = 0	


/*-------------------------------------------
Required font Settings
--------------------------------------------*/
   
   DQM_textcolor = "#333333"
   DQM_fontfamily = "Arial,sans-serif"
   DQM_fontsize = 11
   DQM_fontsize_ie4 = 9	
   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 = 7
   DQM_margin_right = 3

   DQM_text_alignment = "left"        //set to: 'left', 'center' or 'right'
   

   DQM_icon_image0 = ""//"/images/bullet.gif"
   DQM_icon_rollover0 = ""//"/images/bullet_hl.gif"
   DQM_icon_image_wh0 = ""//"13,8"

   DQM_icon_image1 = ""//"/images/arrow2.gif"
   DQM_icon_rollover1 = ""//"/images/arrow3.gif"
   DQM_icon_image_wh1 = ""//"12,10"

   DQM_2nd_icon_image0 = "/images/arrow2.gif"
   DQM_2nd_icon_rollover0 = "/images/arrow3.gif"
   DQM_2nd_icon_image_wh0 = "12,10"
   DQM_2nd_icon_image_xy0 = "0,4"


   DQM_show_urls_statusbar = false
   
/*********************************************************************/
/*                                                                   */
/*                       MAIN MENU CUSTOMIZATION                     */
/*                                                                   */ 
/*********************************************************************/

/*--------------------------------------------------------------------

The following parameters define the main menu items rollover images and 
URL's. Each rollover image is connected to a pre-defined HTML image within
your web page by matching the rollover parameters index to the defined
index of your html pages menu image (See the documentation or view the
source of 'sample.htm' for information on setting up HTML image tags 
as menu items). The rollover image parameters are provided as an optional 
effect and are not required in order for the menu to function.

Note: To define URL links for a main menu image, define both a URL link
      parameter below (i.e. "DQM_url0 = 'myurl.htm'") and attach a
      hyperlink tag (<a href='myurl.htm'>...<a>) to the menu's associated
      image within your HTML page. This redundancy is required for 
      complete cross browser functionality of main menu URL links.

      Specific main menu image URL targets may also be defined by defining
      a 'DQM_urltargetX' parameter, where X is the the associated main
      menu items index number. Allowable 'DQM_urltarget' param values
      include... _self, _parent, _new, or "my frame name".

---------------------------------------------------------------------*/
  

   /************************************************
   *********-------ABOUT KKL Menu 0--------*********
   ************************************************/

   DQM_rollover_image0 = "/images/about_kklh1.gif"    //About KKL gif
   DQM_rollover_wh0 = "73,16"   //specify image's size on this line
   DQM_url0 = "/about/about.asp";   //specify the URL for the main menu item


   /************************************************
   *********-------SERVICES Menu 1--------**********
   ************************************************/

   DQM_rollover_image1 = "/images/servicesh1.gif"   //Services gif
   DQM_rollover_wh1 = "58,16"   //specify image's size on this line
   DQM_url1 = "/services/services.asp";   //specify the URL for the main menu item


   /************************************************
   *******-------KKL SOFTWARE Menu 2--------********
   ************************************************/    

   DQM_rollover_image2 = "/images/kkl_softwareh1.gif"   // KKL Software gif
   DQM_rollover_wh2 = "92,16"   //specify image's size on this line
   DQM_url2 = "/index.asp";   //specify the URL for the main menu item
   DQM_urltarget2 = "_new"

   /************************************************
   *******-------NFEWS/EVENTS Menu 3--------********
   ************************************************/

   DQM_rollover_image3 = "/images/news_eventsh1.gif"   // News-Events gif
   DQM_rollover_wh3 = "84,16"   //specify image's size on this line
   DQM_url3 = "/news/news_events.asp";   //specify the URL for the main menu item

  
   /************************************************
   *********-------CAREERS Menu 4--------***********
   ************************************************/

   DQM_rollover_image4 = "/images/careersh1.gif"   // Careers gif
   DQM_rollover_wh4 = "54,16"   //specify image's size on this line
   DQM_url4 = "/careers/careers.asp";   //specify the URL for the main menu item
  


/*********************************************************************/
/*                                                                   */
/*                       SUB MENU CUSTOMIZATION                      */
/*                                                                   */ 
/*********************************************************************/

/*--------------------------------------------------------------------

The parameters below define the menus tree structure, text descriptions, 
associated icon images, URL links, and sub menu positioning. An infinite 
number of sub menu items and levels may be defined for each main menu item
by appending the appropriate index values to the 'DQM_subdesc' parameter. 
The included sample menus ('sample.htm') tree structure is defined below and
may be used as a simple guide for how to index your items.

The sub menu items text descriptions may be defined using plain text or
HTML. To use HTML simply place the entire string on one line and replace
all double quotes with single quotes.



ADDITIONAL SUB MENU CUSTOMIZATION OPTIONS:

The following parameters are referenced for documentation purposes and are 
additional customizable features which may be included as part of the sample 
sub menus defined below. (Note: to use these parameters add them to the sub 
menu sections below, they are not active when inside this comment field.)


Sub Menu Group Options:

The following setting apply to individual sub menu groups. Reference a sub
menu group within the parameter by appending the index value of the group
to the parameter name.
   
 1---The following parameters define unique colors, highlight colors
   border sizes, and divider heights for a sub menu. The X at the end
   of the parameter name represents the index of the sub menu. Child sub
   menus may also be referenced, i.e. 'DQM_menu_bgcolor1_0' refers to the
   2nd main menus, 1st sub menu items, child sub menu.
   
   DQM_border_widthX = 10;
   DQM_divider_heightX = 5;		
 
   DQM_border_colorX = "#0000ff";     
   DQM_menu_bgcolorX = "#ff0000"
   DQM_hl_bgcolorX = "#00ff00"
   DQM_hl_textcolorX = "#ff0000"

 2---For more information on the following two parameter options see the 
   section above labeled 'Optional event triggered custom function calls'

   DQM_showmenu_codeX = "status = 'custom show menu function call'"
   DQM_hidemenu_codeX = "status = 'custom hide menu function call'"

 3---Define the text alignment of the sub menu as 'left', 'center', or 'right'

   DQM_text_alignmentX = "left"



Sub Menu Item Options:

The following setting apply to individual sub menu items, reference a sub
menu item within the parameter by appending the index value of the item
to the parameter name.

 1---The following parameter creates custom highlight text, any html tags
   may also be used to create formatted text and images. (Note: when using
   HTML convert all double quotes to single quotes and keep to one line.)
   Any number of 'DQM_hl_subdescX' parameters may be defined so long as there
   is a corresponding 'DQM_subdescX' parameter. The X at the end of the
   parameters name is variable and represents the index of the sub menu item.

   DQM_hl_subdescX = "custom highlight text"

 2---For more information on the following parameter option see the 
   section above labeled 'Optional event triggered custom function calls'

   DQM_clickitem_codeX = "alert('Sample onclick function call.')"

 3---Unique sub menu item URL targets may be defined with the 
   following parameter option. Allowable 'DQM_urltargetX' param values
   include... _self, _parent, _new, or "my frame name".

   DQM_urltargetX = "_new"


---------------------------------------------------------------------*/


// Begin ABOUT US Top-level menu

/************************************************
***********------- Menu 0 --------***************
************************************************/


DQM_sub_xy0 = "-70,16"
DQM_sub_menu_width0 = 100

DQM_subdesc0_0 = "Relationships"
DQM_subdesc0_1 = "Added Value"
DQM_subdesc0_2 = "People"
DQM_subdesc0_3 = "Partners"
DQM_subdesc0_4 = "Contact Us"
DQM_url0_0 = "/about/relationships.asp"
DQM_url0_1 = "/about/value.asp"
DQM_url0_2 = "/about/people.asp"
DQM_url0_3 = "/about/partners.asp"
DQM_url0_4 = "/about/contact.asp"

// End ABOUT US


// Begin SERVICES Top-level menu

/************************************************
***********------- Menu 1 --------***************
************************************************/


DQM_sub_xy1 = "-56,16"
DQM_sub_menu_width1 = 190


DQM_subdesc1_0 = "Needs Analysis"
DQM_subdesc1_1 = "Business Continuity Planning"
DQM_subdesc1_2 = "Technology Reviews"
DQM_subdesc1_3 = "Network Design"
DQM_subdesc1_4 = "Project Management"
// DQM_subdesc1_4 = "Software/Hardware Procurement"
DQM_subdesc1_5 = "Installation"
DQM_subdesc1_6 = "Training"
DQM_subdesc1_7 = "Network Support"
// DQM_subdesc1_7 = "Strategic Consulting"
//DQM_2nd_icon_index1_6 = 0
// DQM_2nd_icon_index1_6 = 0
// DQM_2nd_icon_index1_7 = 0
DQM_url1_0 = "/services/needs_analysis.asp"
DQM_url1_1 = "/services/business_continuity.asp"
DQM_url1_2 = "/services/technology_audits.asp"
DQM_url1_3 = "/services/network_design.asp"
DQM_url1_4 = "/services/project_management.asp"
// DQM_url1_4 = "/services/software_hardware.asp"
DQM_url1_5 = "/services/installation.asp"
DQM_url1_6 = "/services/training.asp"
DQM_url1_7 = "/services/support.asp"
// DQM_url1_7 = "/services/consulting.asp"

// END SERVICES Top-level menu


// Begin SERVICES First Sub-level menu

/************************************************
****-------Sub 1 - Item 8 Sub Menu--------*******
************************************************/


// DQM_sub_xy1_0 = "-5,3"
// DQM_sub_menu_width1_0 = 140

// DQM_subdesc1_8_0 = "Disaster Recovery"
// DQM_subdesc1_8_1 = "Relocation"
// DQM_subdesc1_8_2 = "Telecommunications"
// DQM_url1_8_0 = "/services/consulting/disaster_recovery.asp"
// DQM_url1_8_1 = "/services/consulting/relocation.asp"
// DQM_url1_8_2 = "/services/consulting/telecommunications.asp"

// End SERVICES First Sub-level menu


// Begin SERVICES Second Sub-level menu

/************************************************
****-------Sub 1 - Item 7 Sub Menu--------*******
************************************************/


// DQM_sub_xy1_7 = "-5,3"
// DQM_sub_menu_width1_7 = 130

// DQM_subdesc1_7_0 = "On-site Support"
// DQM_subdesc1_7_1 = "Phone &amp; E-Mail Support"
// DQM_subdesc1_7_2 = "Network Monitoring"
// DQM_url1_7_0 = "/services/support/onsite.asp"
// DQM_url1_7_1 = "/services/support/phoneemail.asp"
// DQM_url1_7_2 = "/services/support/network_monitoring.asp"

// End SERVICES Second Sub-level menu


// Begin SERVICES Second Sub-level menu

/************************************************
****-------Sub 1 - Item 6 Sub Menu--------*******
************************************************/


//DQM_sub_xy1_8 = "-5,3"
//DQM_sub_menu_width1_8 = 130

//DQM_subdesc1_6_0 = "Training Approach"
//DQM_url1_6_0 = "/services/training/approach.asp"

// End SERVICES Second Sub-level menu


// Begin KKL SOFTWARE Top-level menu

/************************************************
************------- Menu 2 -------***************
************************************************/


DQM_sub_xy2 = "-90,16"
DQM_sub_menu_width2 = 100

DQM_urltarget2_0 = "_new"
DQM_urltarget2_1 = "_new"
DQM_urltarget2_2 = "_new"
DQM_urltarget2_3 = "_new"
DQM_urltarget2_4 = "_new"
DQM_urltarget2_5 = "_new"
//DQM_subdesc2_0 = "Products"
//DQM_subdesc2_1 = "Services"
//DQM_subdesc2_1 = "Downloads"
//DQM_subdesc2_2 = "Support"
//DQM_subdesc2_3 = "News"
//DQM_subdesc2_4 = "Contact Us"
//DQM_2nd_icon_index2_0 = 0
//DQM_2nd_icon_index2_1 = 0
//DQM_url2_0 = "http://www.kklsoftware.com"
//DQM_url2_1 = "http://www.kklsoftware.com/services/services.asp"

// End KKL SOFTWARE Top-level menu


// Begin KKL SOFTWARE First Sub-level menu

/************************************************
****-------Sub 2 - Item 1 Sub Menu--------*******
************************************************/


DQM_sub_xy2_0 = "-5,3"
DQM_sub_menu_width2_0 = 120

DQM_urltarget2_0_0 = "_new"
//DQM_urltarget2_0_1 = "_new"
//DQM_urltarget2_0_2 = "_new"
//DQM_urltarget2_0_3 = "_new"
//DQM_urltarget2_0_4 = "_new"
//DQM_urltarget2_0_5 = "_new"
//DQM_urltarget2_0_6 = "_new"
//DQM_urltarget2_0_7 = "_new"
//DQM_subdesc2_0_0 = "ezAdmin"
//DQM_subdesc2_0_1 = "ezAttach"
//DQM_subdesc2_0_0 = "ezClean"
//DQM_subdesc2_0_3 = "ezNumbering"
//DQM_subdesc2_0_4 = "ezSearch"
//DQM_subdesc2_0_5 = "ezShip"
//DQM_subdesc2_0_6 = "ezTemplates"
//DQM_subdesc2_0_7 = "WhereRU"
//DQM_2nd_icon_index2_0_0 = 0
//DQM_2nd_icon_index2_0_1 = 0
//DQM_2nd_icon_index2_0_2 = 0
//DQM_2nd_icon_index2_0_3 = 0
//DQM_2nd_icon_index2_0_4 = 0
//DQM_2nd_icon_index2_0_5 = 0
//DQM_2nd_icon_index2_0_6 = 0
//DQM_url2_0_0 = "http://www.kklsoftware.com/products/ezAdmin/overview.asp"
//DQM_url2_0_1 = "http://www.kklsoftware.com/products/ezAttach/overview.asp"
//DQM_url2_0_0 = "http://www.kklsoftware.com/products/ezClean/overview.asp"
//DQM_url2_0_3 = "http://www.kklsoftware.com/products/ezNumbering/overview.asp"
//DQM_url2_0_4 = "http://www.kklsoftware.com/products/ezSearch/overview.asp"
//DQM_url2_0_5 = "http://www.kklsoftware.com/products/ezShip/overview.asp"
//DQM_url2_0_6 = "http://www.kklsoftware.com/products/ezTemplates/overview.asp"
//DQM_url2_0_7 = "http://www.kklsoftware.com/products/whereru/overview.asp"

// End KKL SOFTWARE First Sub-level menu


// Begin KKL SOFTWARE First Sub-sub-level menu

/************************************************
****-------Sub 2 - Item 1 Sub-sub Menu----*******
************************************************/


//DQM_sub_xy2_0_0 = "-5,3"
//DQM_sub_menu_width2_0_0 = 80

//DQM_urltarget2_0_0_0 = "_new"
//DQM_urltarget2_0_0_1 = "_new"
//DQM_subdesc2_0_0_0 = "Details"
//DQM_subdesc2_0_0_1 = "Download"
//DQM_url2_0_0_0 = "http://www.kklsoftware.com/products/ezadmin/details.asp"
//DQM_url2_0_0_1 = "http://www.kklsoftware.com/downloads.asp#ezAdmin"

// End KKL SOFTWARE First Sub-sub-level menu

// Begin KKL SOFTWARE First Sub-sub-level menu

/************************************************
****-------Sub 2 - Item 2 Sub-sub Menu----*******
************************************************/


//DQM_sub_xy2_0_1 = "-5,3"
//DQM_sub_menu_width2_0_1 = 80

//DQM_urltarget2_0_1_0 = "_new"
//DQM_subdesc2_0_1_0 = "Download"
//DQM_url2_0_1_0 = "http://www.kklsoftware.com/downloads.asp#ezAttach"

// End KKL SOFTWARE First Sub-sub-level menu

// Begin KKL SOFTWARE Second Sub-sub-level menu

/************************************************
****-------Sub 2 - Item 3 Sub-sub Menu----*******
************************************************/


//DQM_sub_xy2_0_2 = "-5,3"
//DQM_sub_menu_width2_0_2 = 80

//DQM_urltarget2_0_2_0 = "_new"
//DQM_urltarget2_0_2_1 = "_new"
//DQM_subdesc2_0_2_0 = "Details"
//DQM_subdesc2_0_2_1 = "Download"
//DQM_url2_0_2_0 = "http://www.kklsoftware.com/products/ezclean/details.asp"
//DQM_url2_0_2_1 = "http://www.kklsoftware.com/downloads.asp#ezClean"

// End KKL SOFTWARE Second Sub-sub-level menu


// Begin KKL SOFTWARE Third Sub-sub-level menu

/************************************************
****-------Sub 2 - Item 4 Sub-sub Menu----*******
************************************************/


//DQM_sub_xy2_0_3 = "-5,3"
//DQM_sub_menu_width2_0_3 = 80

//DQM_urltarget2_0_3_0 = "_new"
//DQM_urltarget2_0_3_1 = "_new"
//DQM_subdesc2_0_3_0 = "Details"
//DQM_subdesc2_0_3_1 = "Download"
//DQM_url2_0_3_0 = "http://www.kklsoftware.com/products/eznumbering/details.asp"
//DQM_url2_0_3_1 = "http://www.kklsoftware.com/downloads.asp#ezNumbering"

// End KKL SOFTWARE Third Sub-sub-level menu


// Begin KKL SOFTWARE Fourth Sub-sub-level menu

/************************************************
****-------Sub 2 - Item 5 Sub-sub Menu----*******
************************************************/


//DQM_sub_xy2_0_4 = "-5,3"
//DQM_sub_menu_width2_0_4 = 80

//DQM_urltarget2_0_4_0 = "_new"
//DQM_subdesc2_0_4_0 = "Download"
//DQM_url2_0_4_0 = "http://www.kklsoftware.com/downloads.asp#ezSearch"

// End KKL SOFTWARE Fourth Sub-sub-level menu


// Begin KKL SOFTWARE Fifth Sub-sub-level menu

/************************************************
****-------Sub 2 - Item 6 Sub-sub Menu----*******
************************************************/


//DQM_sub_xy2_0_5 = "-5,3"
//DQM_sub_menu_width2_0_5 = 80

//DQM_urltarget2_0_5_0 = "_new"
//DQM_urltarget2_0_5_1 = "_new"
//DQM_subdesc2_0_5_0 = "Details"
//DQM_subdesc2_0_5_1 = "Download"
//DQM_url2_0_5_0 = "http://www.kklsoftware.com/products/ezship/details.asp"
//DQM_url2_0_5_1 = "http://www.kklsoftware.com/downloads.asp#ezShip"

// End KKL SOFTWARE Fifth Sub-sub-level menu


// Begin KKL SOFTWARE Sixth Sub-sub-level menu

/************************************************
****-------Sub 2 - Item 7 Sub-sub Menu----*******
************************************************/


//DQM_sub_xy2_0_6 = "-5,3"
//DQM_sub_menu_width2_0_6 = 80

//DQM_urltarget2_0_6_0 = "_new"
//DQM_urltarget2_0_6_1 = "_new"
//DQM_subdesc2_0_6_0 = "Details"
//DQM_subdesc2_0_6_1 = "Download"
//DQM_url2_0_6_0 = "http://www.kklsoftware.com/products/eztemplates/details.asp"
//DQM_url2_0_6_1 = "http://www.kklsoftware.com/downloads.asp#ezTemplates"

// End KKL SOFTWARE Sixth Sub-sub-level menu


// Begin KKL SOFTWARE Second Sub-level menu

/************************************************
****-------Sub 2 - Item 2 Sub Menu--------*******
************************************************/


//DQM_sub_xy2_1 = "-5,3"
//DQM_sub_menu_width2_1 = 170

//DQM_urltarget2_1_0 = "_new"
//DQM_urltarget2_1_1 = "_new"
//DQM_urltarget2_1_2 = "_new"
//DQM_urltarget2_1_3 = "_new"
//DQM_subdesc2_1_0 = "Custom Macros & Templates"
//DQM_subdesc2_1_1 = "Custom Programming"
//DQM_subdesc2_1_2 = "Custom Web Applications"
//DQM_subdesc2_1_3 = "Portal Development - LegalView"
//DQM_url2_1_0 = "http://www.kklsoftware.com/services/macros.asp"
//DQM_url2_1_1 = "http://www.kklsoftware.com/services/programming.asp"
//DQM_url2_1_2 = "http://www.kklsoftware.com/services/web_applications.asp"
//DQM_url2_1_3 = "http://www.kklsoftware.com/services/portal_development.asp"


// End KKL SOFTWARE Second Sub-level menu



// Begin NEWS/EVENTS Top-level menu

/************************************************
***********------- Menu 3 --------***************
************************************************/

DQM_sub_xy3 = "-82,16"
DQM_sub_menu_width3 = 150

DQM_subdesc3_0 = "News and Events" 
DQM_subdesc3_1 = "Speaking Engagements" 
DQM_subdesc3_2 = "Publications"
DQM_subdesc3_3 = "Literature"
//DQM_subdesc3_x = "Event Registration"
DQM_2nd_icon_index3_5 = 0


DQM_url3_0 = "/news/news_events.asp";
DQM_url3_1 = "/news/speaking_engagements.asp"
DQM_url3_2 = "/news/publications.asp"
DQM_url3_3 = "/news/literature.asp"
DQM_url3_x = "/news/seminars.asp"


// End NEWS/EVENTS Top-level menu


// Begin Event Registration SubMenu

//DQM_sub_xy3_0 = "0,0"
//DQM_sub_menu_width3_0 = 170

//DQM_subdesc3_4_0 = "ILTA Golf Tournament"
//DQM_subdesc3_5_1 = "Tennis"
//DQM_url3_4_0 = "/registration/golf";
//DQM_url3_5_1 = "/registration/tennis";




// Begin CAREERS Top-level menu

/************************************************
***********------- Menu 4 --------***************
************************************************/

DQM_sub_xy4 = "-52,16"
DQM_sub_menu_width4 = 120

DQM_subdesc4_0 = "Positions"
DQM_subdesc4_1 = "Campuses"
DQM_subdesc4_2 = "Resume Submissions"
DQM_url4_0 = "/careers/positions.asp"
DQM_url4_1 = "/careers/campuses.asp"
DQM_url4_2 = "/careers/resume_submissions.asp"

// End CAREERS Top-level menu

