/*-------------------------------------------
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 = 11		      //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/profile.gif"
   DQM_rollover_wh0 = "103,21"
   DQM_url0 = "ezee_education.asp";   

   /************************************************
   *********-------Main Menu 1--------**************
   ************************************************/

   DQM_rollover_image1 = "images/areas2.gif"
   DQM_rollover_wh1 = "174,40"
   DQM_url1 = "areas.asp?area=ALL";


   /************************************************
   *********-------Main Menu 2--------**************
   ************************************************/    

   DQM_rollover_image2 = "images/advocates2.gif" 
   DQM_rollover_wh2 = "174,40"
   DQM_url2 = "advocates.asp?nm=ALL";   


   /************************************************
   *********-------Main Menu 3--------**************
   ************************************************/

   DQM_rollover_image3 = "images/profile.gif" 
   DQM_rollover_wh3 = "61,21"
   DQM_url3 = "ezee_about.asp";   

   /************************************************
   *********-------Main Menu 4--------**************
   ************************************************/

   DQM_rollover_image4 = "images/profile.gif" 
   DQM_rollover_wh4 = "76,21"
   DQM_url4 = "ezee_faqs.asp";

/************************************************
   *********-------Main Menu 6--------**************
   ************************************************/

   DQM_rollover_image6 = "images/index_01_06.gif" 
   DQM_rollover_wh6 = "217,37"
   DQM_url6 = "ezee_faqs.asp";   
/************************************************
   *********-------Main Menu 7--------**************
   ************************************************/

   DQM_rollover_image7 = "images/index_01_07.gif" 
   DQM_rollover_wh7 = "217,37"
   DQM_url7 = "ezee_faqs.asp";   

/************************************************
   *********-------Main Menu 8--------**************
   ************************************************/

   DQM_rollover_image8 = "images/index_01_08.gif" 
   DQM_rollover_wh8 = "217,38"
   DQM_url8 = "ezee_faqs.asp";


   
   

   
/*********************************************************************/
/*                                                                   */
/*                       SUB MENU CUSTOMIZATION                      */
/*                                                                   */ 
/*********************************************************************/

/*--------------------------------------------------------------------


   
 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"

 

---------------------------------------------------------------------*/


/************************************************
*********-------Sub Menu 0--------***************
************************************************/

DQM_sub_xy0 = "-82,21"
DQM_sub_menu_width0 = 130
DQM_hl_bgcolor0 = "#F0B848"
DQM_divider_height0 = 1
DQM_border_color0 = "#0000ff"

DQM_subdesc0_0 = "Education"
DQM_subdesc0_1 = "Basics"
DQM_subdesc0_2 = "Multimedia"
DQM_subdesc0_3 = "Languages"
DQM_subdesc0_4 = "Databases"
DQM_subdesc0_5 = "Aptitude"
DQM_subdesc0_6 = "Academics"

DQM_url0_0 = "ezee_education.asp"
DQM_url0_1 = "basics.asp"
DQM_url0_2 = "multimedia.asp"
DQM_url0_3 = "languages.asp"
DQM_url0_4 = "databases.asp"
DQM_url0_5 = "aptitude.asp"
DQM_url0_6 = "academics.asp"

/************************************************
*********-------Sub Menu 1--------***************
************************************************/

DQM_sub_xy1 = "-12,15"
DQM_sub_menu_width1 = 150
DQM_hl_bgcolor1 = "#dd1111"
DQM_divider_height1 = 1
DQM_border_color1 = "#000000"

DQM_subdesc1_0 = "Banking Law" 

DQM_subdesc1_1 = "Corporate Law" 
DQM_subdesc1_2 = "Intellectual Property Rights" 
DQM_subdesc1_3 = "Family Law"
DQM_subdesc1_4 = "Immigration Law"
DQM_subdesc1_5 = "Insurance Law"
DQM_subdesc1_6 = "Labour Law"

DQM_subdesc1_7 = "Litigation"
DQM_subdesc1_8 = "Mergers & Acquisitions"
DQM_subdesc1_9 = "Securitisation & Banking"
DQM_subdesc1_10 = "Service law"

DQM_url1_0 = "areas.asp?area=BANK"

DQM_url1_1 = "areas.asp?area=CORP"
DQM_url1_2 = "areas.asp?area=IPR"
DQM_url1_3 = "areas.asp?area=FAM"
DQM_url1_4 = "areas.asp?area=IMMI"
DQM_url1_5 = "areas.asp?area=INSU"
DQM_url1_6 = "areas.asp?area=LAB"

DQM_url1_7 = "areas.asp?area=LIT"
DQM_url1_8 = "areas.asp?area=MA"
DQM_url1_9 = "areas.asp?area=SEC"
DQM_url1_10 = "areas.asp?area=SERV"



/************************************************
*********-------Sub Menu 2--------***************
************************************************/

DQM_sub_xy2 = "-12,15"
DQM_sub_menu_width2 = 150
DQM_hl_bgcolor2 = "#dd1111"
DQM_divider_height2 = 1
DQM_border_color2 = "#000000"

DQM_subdesc2_0 = "Ajay Vir Singh"
DQM_subdesc2_1 = "Anisha Jain"
DQM_subdesc2_2 = "B S Jain"
DQM_subdesc2_3 = "Mamta Jain"
DQM_subdesc2_4 = "Nitin Jain"
DQM_subdesc2_5 = "Surya Kant Singla"
DQM_subdesc2_6 = "RS Sharma"
DQM_subdesc2_7 = "Shailendra Kumar"



DQM_url2_0 = "advocates.asp?nm=AVS"
DQM_url2_1 = "advocates.asp?nm=AJ"
DQM_url2_2 = "advocates.asp?nm=BSJ"
DQM_url2_3 = "advocates.asp?nm=MJ"
DQM_url2_4 = "advocates.asp?nm=NJ"
DQM_url2_5 = "advocates.asp?nm=SKS"
DQM_url2_6 = "advocates.asp?nm=RSS"
DQM_url2_7 = "advocates.asp?nm=SK"



/************************************************
*********-------Sub Menu 3--------***************
************************************************/

DQM_sub_xy3 = "-67,21"
DQM_sub_menu_width3 = 160
DQM_hl_bgcolor3 = "#F0B848"
DQM_divider_height3 = 1
DQM_border_color3 = "#0000ff"

DQM_subdesc3_0 = "Faqs"
DQM_subdesc3_1 = "Frequent Questions"
DQM_subdesc3_2 = "Post Your Question"
DQM_subdesc3_3 = "Tutorial Based Question"
DQM_subdesc3_4 = "New Offer Question"
DQM_subdesc3_5 = "Insurance FAQ'S"

DQM_url3_0 = "e_faqs.asp"
DQM_url3_1 = "e_faqs.asp"
DQM_url3_2 = "e_feedback.asp"
DQM_url3_3 = "e_feedback.asp"
DQM_url3_4 = "e_feedback.asp"


/************************************************
*********-------Sub Menu 4--------***************
************************************************/

DQM_sub_xy4 = "-62,21"
DQM_sub_menu_width4 = 150
DQM_hl_bgcolor4 = "#F0B848"
DQM_divider_height4 = 1
DQM_border_color4 = "#0000ff"

DQM_subdesc4_0 = "Our Products"
DQM_subdesc4_1 = "ICICI Lombard"
DQM_subdesc4_2 = "Om Kotak Mahindra"
DQM_subdesc4_3 = "Cyber Multimedia"
DQM_subdesc4_4 = "Web Packages"
DQM_subdesc4_5 = "Pentamedia"
DQM_subdesc4_6 = "Brunsivik"
DQM_subdesc4_7 = "Swissworld"

DQM_url4_0 = "ezee_products/ezee_homepage.asp"
DQM_url4_1 = "ezee_products/ezee_icicilombard.asp"
DQM_url4_2 = "ezee_products/ezee_omkm.asp"
DQM_url4_3 = "ezee_products/ezee_click.asp"
DQM_url4_4 = "ezee_products/kotak_Online.asp"
DQM_url4_5 = "ezee_products/ezee_penta"
DQM_url4_6 = ".."
DQM_url4_7 = ".."


/************************************************
*********-------Sub Menu 5--------***************
************************************************/

DQM_sub_xy5 = "-62,21"
DQM_sub_menu_width5 = 130
DQM_hl_bgcolor5 = "#F0B848"
DQM_divider_height5 = 1
DQM_border_color5 = "#0000ff"

DQM_subdesc5_0 = "Shopping"
DQM_subdesc5_1 = "Appliances"
DQM_subdesc5_2 = "Home Decor"
DQM_subdesc5_3 = "Sports"
DQM_subdesc5_4 = "Handicrafts"
DQM_subdesc5_5 = "Footwear"
DQM_subdesc5_6 = "Time Pieces"
DQM_subdesc5_7 = "Computer"
DQM_subdesc5_8 = "Books & CDs"
DQM_subdesc5_9 = "Apparel"
DQM_subdesc5_10 = "And Lots More..."

/*DQM_url5_0 = "../ezeeshopping/default.asp"
DQM_url5_1 = "../ezeeshopping/default.asp"
DQM_url5_2 = "../ezeeshopping/default.asp"
DQM_url5_3 = "../ezeeshopping/default.asp"
DQM_url5_4 = "../ezeeshopping/default.asp"
DQM_url5_5 = "../ezeeshopping/default.asp"
DQM_url5_6 = "../ezeeshopping/default.asp"
DQM_url5_7 = "../ezeeshopping/default.asp"
DQM_url5_8 = "../ezeeshopping/default.asp"
DQM_url5_9 = "../ezeeshopping/default.asp"
DQM_url5_10 = "../ezeeshopping/default.asp"
DQM_url5_11 = "../ezeeshopping/default.asp"*/

/************************************************
*********-------Sub Menu 6--------***************
************************************************/

DQM_sub_xy6 = "82,15"
DQM_sub_menu_width6 = 400
DQM_hl_bgcolor6 = "#F0B848"
DQM_divider_height6 = 1
DQM_border_color6 = "#0000ff"

DQM_subdesc6_0 = ":: NEWS UPDATE ::"
DQM_subdesc6_1 = "Secure Life now bringing you the best in Insurances. Learn how to Be Free ! Live free... Become Secure and Financially Independant"


/************************************************
*********-------Sub Menu 7--------***************
************************************************/

DQM_sub_xy7 = "82,15"
DQM_sub_menu_width7 = 400
DQM_hl_bgcolor7 = "#F0B848"
DQM_divider_height7 = 1
DQM_border_color7 = "#0000ff"

DQM_subdesc7_0 = ":: LATEST TIE-UP ::"
DQM_subdesc7_1 = "Latest Tie-Up with Ezeebiz,Videocon,Pentamedia,Om-Kotak Mahindra, ICICI Lombard and others"


/************************************************
*********-------Sub Menu 8--------***************
************************************************/

DQM_sub_xy8 = "165,-65"
DQM_sub_menu_width8 = 250
DQM_hl_bgcolor8 = "#F0B848"
DQM_divider_height8 = 1
DQM_border_color8 = "#0000ff"

DQM_subdesc8_0 = ":: NEW TUTORIALS"
DQM_subdesc8_1 = "Auto Power"
DQM_subdesc8_2 = "Tally"
DQM_subdesc8_3 = "Fox Pro"
DQM_subdesc8_4 = "Embedded Technology"
DQM_subdesc8_5 = "Power Point"
DQM_subdesc8_6 = "Fuzzy Logic"
DQM_subdesc8_7 = "VLSI Design"
DQM_subdesc8_8 = "Arificial Intelligence"
DQM_subdesc8_9 = "And Lots More..."

/************************************************
*********-------Sub Menu 9--------***************
************************************************/

/*The following is subjected to change*/


DQM_sub_xy9 = "2,-1"
DQM_sub_menu_width9 = 200
DQM_divider_height9 = 1
DQM_border_color9 = "#0000ff"
DQM_hl_bgcolor9 = "#F0B848"


DQM_subdesc9_0 = "Introduction to PC"
DQM_subdesc9_1 = "Introduction to Window 98"
DQM_subdesc9_2 = "Introduction to Microsoft Word 2000"
DQM_subdesc9_3 = "Introduction to Microsoft Excel 2000"
DQM_subdesc9_4 = "Introduction to Microsoft Power Point 2000"
DQM_subdesc9_5 = "How to Send and Recieve E-mail"
DQM_subdesc9_6 = "Protect your system with Norton Antivirus 2001"
DQM_subdesc9_7 = "Basics of Internet"
DQM_subdesc9_8 = "Introduction to LAN"
DQM_subdesc9_9 = "Introduction to WAN"
DQM_subdesc9_10 = "What is Linux"
DQM_subdesc9_11 = "Introduction to TCP/IP"
DQM_subdesc9_12 = "Teach YourSelf DOS"
DQM_subdesc7_13 = "Teach YourSelf Tally"
DQM_subdesc7_14 = "Word Emcit"

DQM_url9_0 = "ezee2000/tutorial/introtopc/index.asp"
DQM_url9_1 = "ezee2000/tutorial/win98/index.asp"
DQM_url9_2 = "ezee2000/tutorial/word/index.asp"
DQM_url9_3 = "ezee2000/tutorial/excel/index.asp"
DQM_url9_4 = "ezee2000/tutorial/Powerpoint/index1.html"
DQM_url9_5 = "ezeemail/ezeemail.asp"
DQM_url9_6 = "ezee2000/norton/norton.asp"
DQM_url9_7 = "ezee2000/tutorial/internet/basics.asp"
DQM_url9_8 = "ezee2000/foreign/lan/lan.asp"
DQM_url9_9 = "ezee2000/foreign/wan/index.asp"
DQM_url9_10 = "ezee2000/foreign/linux/index.asp"
DQM_url9_11 = "ezee2000/foreign/tcp/tcp.asp"
DQM_url9_12 = "ezee2000/foreign/dos/index.asp"
DQM_url9_13 = "ezee2000/tally/index1.html"
DQM_url9_14 = "ezee2000/word emcit/index1.html"





