/*-------------------------------------------
required menu Settings
--------------------------------------------*/


   DQM_sub_menu_width = 130      //default sub menu widths
   DQM_sub_xy = "0,0"            //default sub x,y coordinates
   
   
   DQM_codebase = "images/"             //relative location of .js files
   DQM_urltarget = "_parent"       //set to: _self, _parent, _new, or "my frame name"

   DQM_border_width = 1
   DQM_divider_height = 0

   DQM_border_color = "#666666"
   DQM_menu_bgcolor = "#e6e6e6"
   DQM_hl_bgcolor = "#e6e6e6"
   

   /*---The following parameter defines the delay
   -----time between the mouse moving outside of
   -----a sub menu and the sub menu actually closing.
   -----In all browsers except Netscape 4.x this time 
   -----period starts after the mouse leaves the sub 
   -----menu and the user stops moving the mouse. 
   -----This setting is useful for reducing end-user 
   -----error in the selection of sub menus. Defined 
   -----in milliseconds (1/1000s)---*/

   DQM_mouse_off_delay = 50
   
  
   /*---Internet Explorer Mac Offset Fix - The following
   -----parameters correct position reporting bugs in
   -----ie4.x and ie5.x on the Mac OS9 and OSX platforms.
   -----Adjust the offsets below until the first level
   -----sub menus pop up in the correct location.*/
   
   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_onload_code = "alert('custom function - onload')"
   
/*-------------------------------------------
Internet Explorer Transition Effects - IE5.5 & UP

Note: All non supporting browsers will ignore
the effect settings below while retaining the
complete sub menu functionality and look.
--------------------------------------------*/

	
   /*----Options include - none | fade | pixelate |
   ------iris | slide | gradientwipe | checkerboard |
   ------radialwipe | randombars | randomdissolve |stretch */

   DQM_sub_menu_effect = "fade"
   DQM_sub_item_effect = "fade"


   /*----Define the effect duration in seconds below---*/
   
   DQM_sub_menu_effect_duration = .4
   DQM_sub_item_effect_duration = .4

  
   /*----Customization option settings for the various effect
   ------transitions may be defined below---*/

   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
   
   
   /*----Opacity is defined with a value between
   ------1 and 100 with 100 being opaque---*/   	

   DQM_sub_menu_opacity = 100


   /*----Note: Due to browser limitations, when using a 
   ------drop shadow effect combined  with a sub menu transition
   ----- effect, the drop shadow portion of the menu will 
   ------not be animated. To turn off the drop shadow, set the 
   ------color parameter value below to 'none' ----*/

   DQM_dropshadow_color = "none"
   DQM_dropshadow_offx = 5
   DQM_dropshadow_offy = 5	

/*-------------------------------------------
Required font Settings
--------------------------------------------*/
   

   DQM_textcolor = "#444444"
   DQM_fontfamily = "Verdana"         //Any available system font     
   DQM_fontsize = 10		      //Defined with pixel sizing  	
   DQM_fontsize_ie4 = 9		      //Defined with point sizing
   DQM_textdecoration = "normal"      //set to: 'normal', or 'underline'
   DQM_fontweight = "bold"          //set to: 'normal', or 'bold'
   DQM_fontstyle = "normal"	      //set to: 'normal', or 'italic' 	
   DQM_hl_textcolor = "#000000"
   DQM_hl_textdecoration = "normal"   //set to: 'normal', or 'underline'

   DQM_margin_top = 2
   DQM_margin_bottom = 3
   DQM_margin_left = 5
   DQM_margin_right = 4

   DQM_text_alignment = "left"        //set to: 'left', 'center' or 'right'


   /*----Unlimited icon images may be defined and associated with any sub menu
   ------item by specifying the icons index with the 'DQM_2nd_icon_index' parameter 
   ------see the 'sub menu customization' section below for examples---------*/

   
   DQM_icon_image1 = "images/arrow.gif"
   DQM_icon_rollover1 = "images/arrow.gif"
   DQM_icon_image_wh1 = "13,10"

   DQM_2nd_icon_image0 = "images/arrow.gif"
   DQM_2nd_icon_rollover0 = "images/arrow.gif"
   DQM_2nd_icon_image_wh0 = "13,10"
   DQM_2nd_icon_image_xy0 = "0,4"



   DQM_show_urls_statusbar = false



/*********************************************************************/
/*                                                                   */
/*                       MAIN MENU CUSTOMIZATION                     */
/*                                                                   */ 
/*********************************************************************/

   /************************************************
   *********-------Main Menu 0--------**************
   ************************************************/

   DQM_rollover_image0 = "images/index_02_02_03.gif"
   DQM_rollover_wh0 = "81,18"
   //DQM_url0 = "ezee_education.asp";   


   /************************************************
   *********-------Main Menu 1--------**************
   ************************************************/

   DQM_rollover_image1 = "images/index_02_02_04.gif"
   DQM_rollover_wh1 = "71,18"
   //DQM_url1 = "ezee_prod.asp";


   /************************************************
   *********-------Main Menu 2--------**************
   ************************************************/    

   DQM_rollover_image2 = "images/index_02_02_05.gif" 
   DQM_rollover_wh2 = "70,18"
   //DQM_url2 = "ezeeinfo.asp";   


   /************************************************
   *********-------Main Menu 3--------**************
   ************************************************/

   DQM_rollover_image3 = "images/index_02_02_06.gif" 
   DQM_rollover_wh3 = "74,18"
   //DQM_url3 = "ezee_about.asp";   

   /************************************************
   *********-------Main Menu 4--------**************
   ************************************************/

   DQM_rollover_image4 = "images/index_02_02_07.gif" 
   DQM_rollover_wh4 = "63,18"
 

   /************************************************
   *********-------Main Menu 5--------**************
   ************************************************/

   DQM_rollover_image5 = "images/index_02_02_08.gif" 
   DQM_rollover_wh5 = "114,18"
	
   DQM_rollover_image6 = "images/index_03_01_02.gif" 
   DQM_rollover_wh6 = "155,19"

   DQM_rollover_image7 = "images/index_03_01_03.gif" 
   DQM_rollover_wh7 = "155,19"

   DQM_rollover_image8 = "images/index_03_01_04.gif" 
   DQM_rollover_wh8 = "155,19"
  
   
/*********************************************************************/
/*                                                                   */
/*                       SUB MENU CUSTOMIZATION                      */
/*                                                                   */ 
/*********************************************************************/


/************************************************
*********-------Sub Menu 0--------***************
************************************************/

DQM_sub_xy0 = "-62,20"
DQM_sub_menu_width0 = 100
DQM_hl_bgcolor0 = "#C0E0E8"
DQM_divider_height0 = 1
DQM_border_color0 = "#A0A0A0"

DQM_subdesc0_0 = "Clinical Skills & Training Evaluation"
DQM_subdesc0_1 = "Digital Audio & Video System"
DQM_subdesc0_2 = "Medical Education Management System"
DQM_subdesc0_3 = "Speech Access"

DQM_url0_0 = "cste.asp"
DQM_url0_1 = "davs.asp"
DQM_url0_2 = "mems.asp"
DQM_url0_3 = "speech.asp"

/************************************************
*********-------Sub Menu 1--------***************
************************************************/

DQM_sub_xy1 = "-62,20"
DQM_sub_menu_width1 = 100
DQM_hl_bgcolor1 = "#C0E0E8"
DQM_divider_height1 = 1
DQM_border_color1 = "#A0A0A0"

DQM_subdesc1_0 = "Clinical Skills Consultancy"
DQM_subdesc1_1 = "IT Consultancy"

DQM_url1_0 = "csconsultant.asp"
DQM_url1_1 = "itconsultancy.asp"


/************************************************
*********-------Sub Menu 2--------***************
************************************************/

DQM_sub_xy2 = "-57,20"
DQM_sub_menu_width2 = 100
DQM_hl_bgcolor2 = "#C0E0E8"
DQM_divider_height2 = 1
DQM_border_color2 = "#A0A0A0"

DQM_subdesc2_0 = "FAQ"
DQM_subdesc2_1 = "Discussion Board"
DQM_subdesc2_2 = "Contact Us"

DQM_url2_0 = "emsfaqs.asp"
DQM_url2_1 = "default.asp"
DQM_url2_2 = "techsupport.asp"



/************************************************
*********-------Sub Menu 3--------***************
************************************************/

DQM_sub_xy3 = "-62,20"
DQM_sub_menu_width3 = 100
DQM_hl_bgcolor3 = "#C0E0E8"
DQM_divider_height3 = 1
DQM_border_color3 = "#A0A0A0"

DQM_subdesc3_0 = "Microsoft"
DQM_subdesc3_1 = "Loronix Video Solution"
DQM_subdesc3_2 = "MTI Storage Solutions"

DQM_url3_0 = "microsoft.asp"
DQM_url3_1 = "loronix.asp"
DQM_url3_2 = "mti.asp"


/************************************************
*********-------Sub Menu 4--------***************
************************************************/

DQM_sub_xy4 = "-52,20"
DQM_sub_menu_width4 = 100
DQM_hl_bgcolor4 = "#C0E0E8"
DQM_divider_height4 = 1
DQM_border_color4 = "#A0A0A0"

DQM_subdesc4_0 = "USA"
DQM_subdesc4_1 = "India"

DQM_url4_0 = "careerusa.asp"
DQM_url4_1 = "careerindia.asp"

/************************************************
*********-------Sub Menu 5--------***************
************************************************/

DQM_sub_xy5 = "-102,20"
DQM_sub_menu_width5 = 100
DQM_hl_bgcolor5 = "#C0E0E8"
DQM_divider_height5 = 1
DQM_border_color5 = "#A0A0A0"

DQM_subdesc5_0 = "EMS"
DQM_subdesc5_1 = "Our Mission"
DQM_subdesc5_2 = "Contact Us"
DQM_subdesc5_3 = "Directions"

DQM_url5_0 = "aboutems.asp"
DQM_url5_1 = "missionems.asp"
DQM_url5_2 = "contactems.asp"
DQM_url5_3 = "directionems.asp"

/************************************************
*********-------Sub Menu 6--------***************
************************************************/

DQM_sub_xy6 = "0,0"
DQM_sub_menu_width6 = 140
DQM_hl_bgcolor6 = "#C0E0E8"
DQM_divider_height6 = 1
DQM_border_color6 = "#A0A0A0"

DQM_subdesc6_0 = "Mission"

DQM_url6_0 = "missionems.asp"



/************************************************
*********-------Sub Menu 7--------***************
************************************************/

DQM_sub_xy7 = "0,0"
DQM_sub_menu_width7 = 140
DQM_hl_bgcolor7 = "#C0E0E8"
DQM_divider_height7 = 1
DQM_border_color7 = "#A0A0A0"

DQM_subdesc7_0 = "Latest"


DQM_url7_0 = "emsnews.asp"


/************************************************
*********-------Sub Menu 5--------***************
************************************************/

DQM_sub_xy8 = "0,0"
DQM_sub_menu_width8 = 140
DQM_hl_bgcolor8 = "#C0E0E8"
DQM_divider_height8 = 1
DQM_border_color8 = "#A0A0A0"

DQM_subdesc8_0 = "SBA Award: Minority Small Business Person of the Year 2004"
DQM_subdesc8_1 = "Access Group Inc."
DQM_subdesc8_2 = "Educational Commission for Foreign Medical Graduates (ECFMG)"
DQM_subdesc8_3 = "Pensacola Junior College"

DQM_url8_0 = "sba.asp"
DQM_url8_1 = "accessgrp.asp"
DQM_url8_2 = "ecfmg.asp"
DQM_url8_3 = "pensacola.asp"


