/*-------------------------------------------
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 = "_self"       //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 = "#FF9000"
   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_1.gif"
   DQM_icon_image_wh1 = "8,8"

   DQM_2nd_icon_image0 = "images/arrow.gif"
   DQM_2nd_icon_rollover0 = "images/arrow_1.gif"
   DQM_2nd_icon_image_wh0 = "8,8"
   DQM_2nd_icon_image_xy0 = "0,4"


/*---------------------------------------------
Optional Status Bar Text

Note: Custom defined status bar text for a menu item 
will be displayed in place of the URL when the 
'DQM_show_urls_statusbar' parameter is set to true.
-----------------------------------------------*/

   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 CUSTOMIZATION                     */
/*                                                                   */ 
/*********************************************************************/

   /************************************************
   *********-------Main Menu 0--------**************
   ************************************************/

   DQM_rollover_image0 = "images/2_membership_over.jpg"
   DQM_rollover_wh0 = "94,29"
   DQM_url0 = "";   


   /************************************************
   *********-------Main Menu 1--------**************
   ************************************************/

   DQM_rollover_image1 = "images/3_restaurants_over.jpg"
   DQM_rollover_wh1 = "107,29"
   DQM_url1 = "";


   /************************************************
   *********-------Main Menu 2--------**************
   ************************************************/    

   DQM_rollover_image2 = "images/4_hotels.jpg" 
   DQM_rollover_wh2 = "69,29"
   DQM_url2 = "";   


   /************************************************
   *********-------Main Menu 3--------**************
   ************************************************/

   DQM_rollover_image3 = "images/5_health_over.jpg" 
   DQM_rollover_wh3 = "100,29"
   DQM_url3 = "";   

   /************************************************
   *********-------Main Menu 4--------**************
   ************************************************/

   DQM_rollover_image4 = "images/10_entertainment_over.jpg" 
   DQM_rollover_wh4 = "120,27"
   DQM_url4 = "";   

   /************************************************
   *********-------Main Menu 5--------**************
   ************************************************/

   DQM_rollover_image5 = "images/6_reservation_over.jpg" 
   DQM_rollover_wh5 = "105,29"
   DQM_url5 = "http://www.kazaclub.com/reservation/reservation1.htm";   
  
   /************************************************
   *********-------Main Menu 6--------**************
   ************************************************/

   DQM_rollover_image6 = "images/7_registration_over.jpg" 
   DQM_rollover_wh6 = "108,29"
   DQM_url6 = "http://www.kazaclub.com/registration.aspx";   

   /************************************************
   *********-------Main Menu 7--------**************
   ************************************************/

   DQM_rollover_image7 = "images/8_about_over.jpg" 
   DQM_rollover_wh7 = "80,29"
   DQM_url7 = "";   

    /************************************************
   *********-------Main Menu 8--------**************
   ************************************************/

   DQM_rollover_image8 = "images/11_day_over.jpg" 
   DQM_rollover_wh8 = "120,27"
   DQM_url8 = "";   

    /************************************************
   *********-------Main Menu 9--------**************
   ************************************************/

   DQM_rollover_image9 = "images/9_kaza_over.jpg" 
   DQM_rollover_wh9 = "120,27"
   DQM_url9 = "kaza_royal.htm";   

   
    /************************************************
   *********-------Main Menu 8--------**************
   ************************************************/

   DQM_rollover_image10 = "images/12_mob_over.jpg" 
   DQM_rollover_wh10 = "120,27"
   DQM_url10 = "mobile.htm";   

  
  /************************************************
   *********-------Main Menu 10--------**************
   ************************************************/

   DQM_rollover_image11 = "images/1_blank_OVER.jpg" 
   DQM_rollover_wh11 = "120,27"
   DQM_url11 = "index.htm";   

  /************************************************
   *********-------Main Menu 12--------**************
   ************************************************/

   DQM_rollover_image12 = "images/4_newsletter_over.jpg" 
   DQM_rollover_wh12 = "120,27"
   DQM_url12 = "";  

  /************************************************
   *********-------Main Menu 13--------**************
   ************************************************/

   DQM_rollover_image13 = "images/5_outlet_over.jpg" 
   DQM_rollover_wh13 = "120,27"
   DQM_url13 = "outlet/protected.asp";  


  /************************************************
   *********-------Main Menu 14--------**************
   ************************************************/

   DQM_rollover_image14 = "images/13_airlines_over.jpg" 
   DQM_rollover_wh14 = "120,27"
   DQM_url14 = "";  

  /************************************************
   *********-------Main Menu 15--------**************
   ************************************************/

   DQM_rollover_image15 = "images/14_carhire_over.jpg" 
   DQM_rollover_wh15 = "120,27"
   DQM_url15 = "";  


  /************************************************
   *********-------Main Menu 16--------**************
   ************************************************/

   DQM_rollover_image16 = "images/15_testimonials_over.jpg" 
   DQM_rollover_wh16 = "120,27"
   DQM_url16 = "";  



  /************************************************
   *********-------Main Menu 17--------**************
   ************************************************/

   DQM_rollover_image17 = "images/16_press_over.jpg" 
   DQM_rollover_wh17 = "120,27"
   DQM_url17 = "";  





/*********************************************************************/
/*                                                                   */
/*                       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 = "#000000"
   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"

---------------------------------------------------------------------*/


/************************************************
*********-------Sub Menu 0--------***************

************************************************/

DQM_sub_xy0 = "-89,29"
DQM_sub_menu_width0 = 170
DQM_hl_bgcolor0 = "#515151"
DQM_divider_height0 = 1
DQM_border_color0 = "#515151"

DQM_subdesc0_0 = "MEMBERSHIP"
DQM_subdesc0_1 = "VOUCHER"
DQM_subdesc0_2 = "TERMS & CONDITIONS"
DQM_subdesc0_3 = "PACKAGE"

DQM_2nd_icon_index0_0 = 0
DQM_2nd_icon_index0_1 = 0
DQM_2nd_icon_index0_2 = 0
DQM_2nd_icon_index0_3 = 0


DQM_url0_0 = ""
DQM_url0_1 = ""
DQM_url0_2 = ""
DQM_url0_3 = ""



/************************************************
*********-------Sub Menu - Sub Menu 0--------***************

************************************************/

DQM_sub_xy0_0 = "-1,-1"
DQM_sub_menu_width0_0 = 100
DQM_hl_bgcolor0_0 = "#515151"
DQM_divider_height0_0 = 1
DQM_border_color0_0 = "#515151"

DQM_subdesc0_0_0 = "EGYPT"
DQM_subdesc0_0_1 = "KUWAIT"
DQM_subdesc0_0_2 = "UAE"

DQM_url0_0_0 = "../middle/membership.htm"
DQM_url0_0_1 = "../middle/membership.htm"
DQM_url0_0_2 = "../middle/membership_uae.htm"


/************************************************
*********-------Sub Menu - Sub Menu 1--------***************

************************************************/

DQM_sub_xy0_1 = "-1,-1"
DQM_sub_menu_width0_1 = 100
DQM_hl_bgcolor0_1 = "#515151"
DQM_divider_height0_1 = 1
DQM_border_color0_1 = "#515151"

DQM_subdesc0_1_0 = "EGYPT"
DQM_subdesc0_1_1 = "KUWAIT"
DQM_subdesc0_1_2 = "UAE"

DQM_url0_1_0 = "voucher.htm"
DQM_url0_1_1 = "../middle/voucher.htm"
DQM_url0_1_2 = "../middle/voucher_uae.htm"


/************************************************
*********-------Sub Menu - Sub Menu 2--------***************

************************************************/

DQM_sub_xy0_2 = "-1,-1"
DQM_sub_menu_width0_2 = 100
DQM_hl_bgcolor0_2 = "#515151"
DQM_divider_height0_2 = 1
DQM_border_color0_2 = "#515151"

DQM_subdesc0_2_0 = "EGYPT"
DQM_subdesc0_2_1 = "KUWAIT"
DQM_subdesc0_2_2 = "UAE"

DQM_url0_2_0 = "terms.htm"
DQM_url0_2_1 = "terms.htm"
DQM_url0_2_2 = "../middle/terms_uae.htm"



/************************************************
*********-------Sub Menu 0 - Sub Menu 3--------***************
************************************************/

DQM_sub_xy0_3 = "-1,-1"
DQM_sub_menu_width0_3 = 155
DQM_hl_bgcolor0_3 = "#515151"
DQM_divider_height0_3 = 1
DQM_border_color0_3 = "#515151"

DQM_subdesc0_3_0 = "TEMP"
DQM_subdesc0_3_1 = "PACKAGE"
DQM_subdesc0_3_2 = "PERMANENT PACKAGE"


DQM_url0_3_0 = ""
DQM_url0_3_1 = ""
DQM_url0_3_2 = ""



/************************************************
*********-------Sub Menu 1--------***************
************************************************/

DQM_sub_xy1 = "-107,29"
DQM_sub_menu_width1 = 140
DQM_hl_bgcolor1 = "#515151"
DQM_divider_height1 = 1
DQM_border_color1 = "#515151"

DQM_subdesc1_0 = "CAIRO"
DQM_subdesc1_1 = "GIZA"
DQM_subdesc1_2 = "ALX"
DQM_subdesc1_3 = "SHARM EL SHEIKH"
DQM_subdesc1_4 = "PORT SAID"
DQM_2nd_icon_index1_0 = 0
DQM_2nd_icon_index1_1 = 0
DQM_2nd_icon_index1_2 = 0
DQM_2nd_icon_index1_3 = 0
DQM_2nd_icon_index1_4 = 0



DQM_url1_0 = ""
DQM_url1_1 = ""
DQM_url1_2 = ""
DQM_url1_3 = ""
DQM_url1_4 = ""


/************************************************
*********-------Sub Menu 1-menu0--------***************
************************************************/

DQM_sub_xy1_0 = "-1,-1"
DQM_sub_menu_width1_0 = 170
DQM_hl_bgcolor1_0 = "#515151"
DQM_divider_height1_0 = 1
DQM_border_color1_0 = "#515151"

DQM_subdesc1_0_0 = "HELIOPOLIS"
DQM_subdesc1_0_1 = "GARDEN CITY & DOWN TOWN & AGUSA"
DQM_subdesc1_0_2 = "ZAMALIK"
DQM_subdesc1_0_3 = "MAADI"

DQM_2nd_icon_index1_0_0 = 0
DQM_2nd_icon_index1_0_1 = 0
DQM_2nd_icon_index1_0_2 = 0
DQM_2nd_icon_index1_0_3 = 0

DQM_url1_0_0 = ""
DQM_url1_0_1 = ""
DQM_url1_0_2 = ""
DQM_url1_0_3 = ""


/************************************************
*********-------Sub Menu 1-menu0-menu0--------***************
************************************************/

DQM_sub_xy1_0_0 = "-1,-1"
DQM_sub_menu_width1_0_0 = 170
DQM_hl_bgcolor1_0_0 = "#515151"
DQM_divider_height1_0_0 = 1
DQM_border_color1_0_0 = "#515151"

DQM_subdesc1_0_0_0 = "KASTAN RESTAURANT"
DQM_subdesc1_0_0_1 = "JEITA RESTAURANT"
DQM_subdesc1_0_0_2 = "LA CASETTA"
DQM_subdesc1_0_0_3 = "PEKING"
DQM_subdesc1_0_0_4 = "MANDAREEN KOUIDER"
DQM_subdesc1_0_0_5 = "ROSSINI"
DQM_subdesc1_0_0_6 = "SEGA FREDO"
DQM_subdesc1_0_0_7 = "ARMANDO RESTAURANT"

DQM_url1_0_0_0 = "kastanrestaurant.htm"
DQM_url1_0_0_1 = "jeita_restaurant.htm"
DQM_url1_0_0_2 = "la_casetta.htm"
DQM_url1_0_0_3 = "peking_new.htm"
DQM_url1_0_0_4 = "mandareen.htm"
DQM_url1_0_0_5 = "rossini.htm"
DQM_url1_0_0_6 = "segafredo.htm"
DQM_url1_0_0_7 = "armando.htm"



/************************************************
*********-------Sub Menu 1-menu0-menu1--------***************
************************************************/

DQM_sub_xy1_0_1 = "-1,-1"
DQM_sub_menu_width1_0_1 = 170
DQM_hl_bgcolor1_0_1 = "#515151"
DQM_divider_height1_0_1 = 1
DQM_border_color1_0_1 = "#515151"

DQM_subdesc1_0_1_0 = "ANDREA EL MOKATTAM"
DQM_subdesc1_0_1_1 = "HARD ROCK CAFE"
DQM_subdesc1_0_1_2 = "PEKING"
DQM_subdesc1_0_1_3 = "M/S SCARABEE"

DQM_url1_0_1_0 = "andrea_el_mokattam.htm"
DQM_url1_0_1_1 = "hard_rock.htm"
DQM_url1_0_1_2 = "peking_new.htm"
DQM_url1_0_1_3 = "ms_scrabee.htm"


/************************************************
*********-------Sub Menu 1-menu0-menu2--------***************
************************************************/

DQM_sub_xy1_0_2 = "-1,-1"
DQM_sub_menu_width1_0_2 = 170
DQM_hl_bgcolor1_0_2 = "#515151"
DQM_divider_height1_0_2 = 1
DQM_border_color1_0_2 = "#515151"

DQM_subdesc1_0_2_0 = "LE PACHA 1901"
DQM_subdesc1_0_2_1 = "APPLEBEE'S"
DQM_subdesc1_0_2_2 = "PEKING"

DQM_url1_0_2_0 = "le_pacha_1901.htm"
DQM_url1_0_2_1 = "applebees.htm"
DQM_url1_0_2_2 = "peking_new.htm"



/************************************************
*********-------Sub Menu 1-menu0-menu3--------***************
************************************************/

DQM_sub_xy1_0_3 = "-1,-1"
DQM_sub_menu_width1_0_3 = 170
DQM_hl_bgcolor1_0_3 = "#515151"
DQM_divider_height1_0_3 = 1
DQM_border_color1_0_3 = "#515151"

DQM_subdesc1_0_3_0 = "NILE CRYSTAL"
DQM_subdesc1_0_3_1 = "FINE TOUCH"
DQM_subdesc1_0_3_2 = "SEAHORSE"
DQM_subdesc1_0_3_3 = "PEKING "
DQM_subdesc1_0_3_4 = "LA CASETTA"
DQM_subdesc1_0_3_5 = "RIO DE CAIRO"

DQM_url1_0_3_0 = "nile_crystal.htm"
DQM_url1_0_3_1 = "fine_touch.htm"
DQM_url1_0_3_2 = "seahorse.htm"
DQM_url1_0_3_3 = "peking_new.htm"
DQM_url1_0_3_4 = "la_casetta.htm"
DQM_url1_0_3_5 = ""


/************************************************
*********-------Sub Menu 1-menu1--------***************
************************************************/

DQM_sub_xy1_1 = "-1,-1"
DQM_sub_menu_width1_1 = 220
DQM_hl_bgcolor1_1 = "#515151"
DQM_divider_height1_1 = 1
DQM_border_color1_1 = "#515151"

DQM_subdesc1_1_0 = "MOHANDESSIN GIZA & DOKKI"
DQM_subdesc1_1_1 = "GIZA EL HARAM"
DQM_2nd_icon_index1_1_0 = 0
DQM_2nd_icon_index1_1_1 = 0

DQM_url1_1_0 = ""
DQM_url1_1_1 = ""



/************************************************
*********-------Sub Menu 1-menu1-MENU0--------***************
************************************************/

DQM_sub_xy1_1_0 = "-1,-1"
DQM_sub_menu_width1_1_0 = 170
DQM_hl_bgcolor1_1_0 = "#515151"
DQM_divider_height1_1_0 = 1
DQM_border_color1_1_0 = "#515151"

DQM_subdesc1_1_0_0 = "KASTAN RESTAURANT"
DQM_subdesc1_1_0_1 = "PRESTIGE RESTAURANT"
DQM_subdesc1_1_0_2 = "EL BOHSALY"
DQM_subdesc1_1_0_3 = "LA CASETTA"
DQM_subdesc1_1_0_4 = "PEKING"
DQM_subdesc1_1_0_5 = "MAGRASHY"

DQM_url1_1_0_0 = "kastanrestaurant.htm"
DQM_url1_1_0_1 = "prestige_restaurant.htm"
DQM_url1_1_0_2 = "elbohsaly.htm"
DQM_url1_1_0_3 = "la_casetta.htm"
DQM_url1_1_0_4 = "peking_new.htm"
DQM_url1_1_0_5 = ""



/************************************************
*********-------Sub Menu 1-menu1-MENU1--------***************
************************************************/

DQM_sub_xy1_1_1 = "-1,-1"
DQM_sub_menu_width1_1_1 = 170
DQM_hl_bgcolor1_1_1 = "#515151"
DQM_divider_height1_1_1 = 1
DQM_border_color1_1_1 = "#515151"

DQM_subdesc1_1_1_0 = "SAFARI"
DQM_subdesc1_1_1_1 = "EL RAYESS HANAFY"
DQM_subdesc1_1_1_2 = "CAVIAR RESTAURANT"
DQM_subdesc1_1_1_3 = "EL BOHSALY"
DQM_subdesc1_1_1_4 = "SOLIDARE"

DQM_url1_1_1_0 = "safari.htm"
DQM_url1_1_1_1 = "el_rayess_hanafy.htm"
DQM_url1_1_1_2 = "caviar_restaurant.htm"
DQM_url1_1_1_3 = "elbohsaly.htm"
DQM_url1_1_1_4 = "Solidare.htm"


/************************************************
*********-------Sub Menu 1-menu2--------***************
************************************************/

DQM_sub_xy1_2 = "-1,-1"
DQM_sub_menu_width1_2 = 170
DQM_hl_bgcolor1_2 = "#515151"
DQM_divider_height1_2 = 1
DQM_border_color1_2 = "#515151"

DQM_subdesc1_2_0 = "SAN GIOVANNI GROUP"
DQM_subdesc1_2_1 = "NEW OF RESTAURANTS & CAFE"
DQM_subdesc1_2_2 = "FREDDY"
DQM_subdesc1_2_3 = "HAVANA CAFE"
DQM_subdesc1_2_4 = "LE PRINCE"
DQM_subdesc1_2_5 = "MAWLATY"
DQM_subdesc1_2_6 = "PICADELLY"
DQM_subdesc1_2_7 = "LA CASETTA"
DQM_subdesc1_2_8 = "CORDON ROUGE"
DQM_subdesc1_2_9 = "RAKODA"
DQM_subdesc1_2_10 = "TAVERNA"
DQM_subdesc1_2_11 = "BUFFALO STEAK HOUSE"

DQM_2nd_icon_index1_2_0 = 0
DQM_2nd_icon_index1_2_1 = 0

DQM_url1_2_0 = "san_giovanni.htm"
DQM_url1_2_1 = ""
DQM_url1_2_2 = "freddy.htm"
DQM_url1_2_3 = "havana.htm"
DQM_url1_2_4 = "le_prince.htm"
DQM_url1_2_5 = "mawlaty.htm"
DQM_url1_2_6 = "picadelly.htm"
DQM_url1_2_7 = "la_casetta.htm"
DQM_url1_2_8 = "cordon_rouge.htm"
DQM_url1_2_9 = "rakoda.htm"
DQM_url1_2_10 = "taverna.htm"
DQM_url1_2_11 = ""

/************************************************
*********-------Sub Menu 1-menu2-MENU0--------***************
************************************************/

DQM_sub_xy1_2_0 = "-1,-1"
DQM_sub_menu_width1_2_0 = 225
DQM_hl_bgcolor1_2_0 = "#515151"
DQM_divider_height1_2_0 = 1
DQM_border_color1_2_0 = "#515151"

DQM_subdesc1_2_0_0 = "EL SALAMLEK PALACE HOTEL & CASINO"
DQM_subdesc1_2_0_1 = "SAN GIOVANNI HOTEL & RESTAURANT"
DQM_subdesc1_2_0_2 = "CLEOPATRA SAN GIOVANNI"
DQM_subdesc1_2_0_3 = "PATESERRAI SAN GIOVANNI"
DQM_subdesc1_2_0_4 = "MIRAGE SAN GIOVANNI"

DQM_url1_2_0_0 = "san_giovanni_el_salamlek.htm"
DQM_url1_2_0_1 = "san_giovanni_hotel.htm"
DQM_url1_2_0_2 = "san_giovanni_cleopatra.htm"
DQM_url1_2_0_3 = "san_giovanni_mirage.htm"
DQM_url1_2_0_4 = "san_giovanni_patisserie.htm"


/************************************************
*********-------Sub Menu 1-menu2-MENU1--------***************
************************************************/

DQM_sub_xy1_2_1 = "-120,31"
DQM_sub_menu_width1_2_1 = 185
DQM_hl_bgcolor1_2_1 = "#515151"
DQM_divider_height1_2_1 = 1
DQM_border_color1_2_1 = "#515151"

DQM_subdesc1_2_1_0 = "ABDEL WAHAB FOR GRILLS"
DQM_subdesc1_2_1_1 = "HOSANY RESTAURANT"
DQM_subdesc1_2_1_2 = "JOMANA CAFE"
DQM_subdesc1_2_1_3 = "RESTAURANTS"
DQM_subdesc1_2_1_4 = "RESTAURANTS & CAFE"

DQM_2nd_icon_index1_2_1_3 = 0
DQM_2nd_icon_index1_2_1_4 = 0

DQM_url1_2_1_0 = "abdel_wahab_for_grills.htm"
DQM_url1_2_1_1 = "hosany_restaurant.htm"
DQM_url1_2_1_2 = "jomana_cafe.htm"
DQM_url1_2_1_3 = ""
DQM_url1_2_1_4 = ""


/************************************************
*********-------Sub Menu 1-menu2-MENU1-menu4--------***************
************************************************/

DQM_sub_xy1_2_1_4 = "-1,-1"
DQM_sub_menu_width1_2_1_4 = 170
DQM_hl_bgcolor1_2_1_4 = "#515151"
DQM_divider_height1_2_1_4 = 1
DQM_border_color1_2_1_4 = "#515151"

DQM_subdesc1_2_1_4_0 = "ASALA"
DQM_subdesc1_2_1_4_1 = "SANTA LUCIA"
DQM_subdesc1_2_1_4_2 = "SEE OMAR"

DQM_url1_2_1_4_0 = "asala.htm"
DQM_url1_2_1_4_1 = "santa_lucia.htm"
DQM_url1_2_1_4_2 = "see_omar.htm"


/************************************************
*********-------Sub Menu 1-menu2-MENU1-menu4--------***************
************************************************/

DQM_sub_xy1_2_1_5 = "-1,-1"
DQM_sub_menu_width1_2_1_5 = 170
DQM_hl_bgcolor1_2_1_5 = "#515151"
DQM_divider_height1_2_1_5 = 1
DQM_border_color1_2_1_5 = "#515151"

DQM_subdesc1_2_1_5_0 = "ARABIA CAFE"

DQM_url1_2_1_5_0 = "arabia_cafe.htm"


/************************************************
*********-------Sub Menu 1-menu3--------***************
************************************************/

DQM_sub_xy1_3 = "-1,-1"
DQM_sub_menu_width1_3 = 215
DQM_hl_bgcolor1_3 = "#515151"
DQM_divider_height1_3 = 1
DQM_border_color1_3 = "#515151"

DQM_subdesc1_3_0 = "ANDREA KHALIG NEMA"
DQM_subdesc1_3_1 = "ELITA"
DQM_subdesc1_3_2 = "KAN ZAMAAN"
DQM_subdesc1_3_3 = "FANTASIA ALF LEILA WA LEILA"
DQM_subdesc1_3_4 = "SAFSAFA"
DQM_subdesc1_3_5 = "GHIBILI RACEAWAY"


DQM_url1_3_0 = "andrea.htm"
DQM_url1_3_1 = "elita_cafe.htm"
DQM_url1_3_2 = "kan_zamaan.htm"
DQM_url1_3_3 = "fantasia_alf.htm"
DQM_url1_3_4 = "safsafa.htm"
DQM_url1_3_5 = "ghibili_raceaway.htm"
 

/************************************************
*********-------Sub Menu 1-menu4--------***************
************************************************/

DQM_sub_xy1_4 = "-1,-1"
DQM_sub_menu_width1_4 = 170
DQM_hl_bgcolor1_4 = "#515151"
DQM_divider_height1_4 = 1
DQM_border_color1_4 = "#515151"

DQM_subdesc1_4_0 = "KASTAN RESTAURANT"
DQM_subdesc1_4_1 = "GIANOLA RESTAURANT"


DQM_url1_4_0 = "kastanrestaurant.htm"
DQM_url1_4_1 = "gianola_restaurant.htm"


 

/************************************************
*********-------Sub Menu 2--------***************
************************************************/

DQM_sub_xy2 = "-69,29"
DQM_sub_menu_width2 = 150
DQM_hl_bgcolor2 = "#515151"
DQM_divider_height2 = 1
DQM_border_color2 = "#515151"

DQM_subdesc2_0 = "GENERAL" 
DQM_subdesc2_1 = "CAIRO"
DQM_subdesc2_2 = "ALX"
DQM_subdesc2_3 = "SHARM EL SHEIKH"
DQM_subdesc2_4 = "EL GOUNA"
DQM_subdesc2_5 = "EL ALAMEIN"
DQM_subdesc2_6 = "LIXOUR"
DQM_subdesc2_7 = "ASWAN"
DQM_subdesc2_8 = "EIN EL SOKHNA"
DQM_subdesc2_9 = "DAHAB"
DQM_subdesc2_10 = "RAS SUDR"
DQM_subdesc2_11 = "MARSA ALAM"
DQM_subdesc2_12 = "TABA"
DQM_subdesc2_13 = "FAYED"
DQM_subdesc2_14 = "BORG AL ARAB"

DQM_2nd_icon_index2_1 = 0
DQM_2nd_icon_index2_2 = 0
DQM_2nd_icon_index2_3 = 0
DQM_2nd_icon_index2_4 = 0
DQM_2nd_icon_index2_5 = 0
DQM_2nd_icon_index2_6 = 0
DQM_2nd_icon_index2_7 = 0
DQM_2nd_icon_index2_8 = 0
DQM_2nd_icon_index2_9 = 0
DQM_2nd_icon_index2_11 = 0
DQM_2nd_icon_index2_12 = 0
DQM_2nd_icon_index2_13 = 0
DQM_2nd_icon_index2_14 = 0


DQM_url2_0 = "general.htm"
DQM_url2_1 = ""
DQM_url2_2 = ""
DQM_url2_3 = ""
DQM_url2_4 = ""
DQM_url2_5 = ""
DQM_url2_6 = ""
DQM_url2_7 = ""
DQM_url2_8 = ""
DQM_url2_9 = ""
DQM_url2_10 = "ras_sudr.htm"
DQM_url2_11 = ""
DQM_url2_12 = ""
DQM_url2_13 = ""
DQM_url2_14 = ""


/************************************************
*********-------Sub Menu 2 - Menu 0--------***************
************************************************/

DQM_sub_xy2_1 = "-1,-1"
DQM_sub_menu_width2_1 = 280
DQM_hl_bgcolor2_1 = "#515151"
DQM_divider_height2_1 = 1
DQM_border_color2_1 = "#515151"

DQM_subdesc2_1_0 = "MOVENPICK HOTEL & CASINO HELIOPOLIS" 
DQM_subdesc2_1_1 = "MOVENPICK MEDIA CITY"
DQM_subdesc2_1_2 = "MOVENPICK RESOFT CAIRO - PYRAMIDS"
DQM_subdesc2_1_3 = "CATARACT - PYRAMIDS"

DQM_url2_1_0 = "movenpick.htm"
DQM_url2_1_1 = "movenpick.htm"
DQM_url2_1_2 = "movenpick.htm"
DQM_url2_1_3 = "cataract.htm"


/************************************************
*********-------Sub Menu 2 - Menu 1--------***************
************************************************/

DQM_sub_xy2_2 = "-1,-1"
DQM_sub_menu_width2_2 = 240
DQM_hl_bgcolor2_2 = "#515151"
DQM_divider_height2_2 = 1
DQM_border_color2_2 = "#515151"

DQM_subdesc2_2_0 = "PARADISE INN BEACH RESORT" 
DQM_subdesc2_2_1 = "PARADISE INN - METROPOLE HOTEL"
DQM_subdesc2_2_2 = "PARADISE INN - WINDSOR HOTEL"

DQM_url2_2_0 = "paradise_inn.htm"
DQM_url2_2_1 = "paradise_inn.htm"
DQM_url2_2_2 = "paradise_inn.htm"


/************************************************
*********-------Sub Menu 2 - Menu 2--------***************
************************************************/

DQM_sub_xy2_3 = "-1,-1"
DQM_sub_menu_width2_3 = 270
DQM_hl_bgcolor2_3 = "#515151"
DQM_divider_height2_3 = 1
DQM_border_color2_3 = "#515151"

DQM_subdesc2_3_0 = "JOLIE VILLE MOVENPICK GOLF & RESORT" 
DQM_subdesc2_3_1 = "CATARACT SHARM"
DQM_subdesc2_3_2 = "DREAMS BEACH RESORT"
DQM_subdesc2_3_3 = "DREAMS VACATION RESORT"
DQM_subdesc2_3_4 = "GHAZALA RESORT"
DQM_subdesc2_3_5 = "GHAZALA GARDENS"

DQM_url2_3_0 = "movenpick.htm"
DQM_url2_3_1 = "cataract.htm"
DQM_url2_3_2 = ""
DQM_url2_3_3 = ""
DQM_url2_3_4 = ""
DQM_url2_3_5 = ""


/************************************************
*********-------Sub Menu 2 - Menu 3--------***************
************************************************/

DQM_sub_xy2_4 = "-1,-1"
DQM_sub_menu_width2_4 = 210
DQM_hl_bgcolor2_4 = "#515151"
DQM_divider_height2_4 = 1
DQM_border_color2_4 = "#515151"

DQM_subdesc2_4_0 = "MOVENPICK RESORT EL GOUNA" 
DQM_subdesc2_4_1 = "ARENA INN"
DQM_subdesc2_4_2 = "DAOWAR EL OMDA"
DQM_subdesc2_4_3 = "SULTAN BEY"

DQM_url2_4_0 = "movenpick.htm"
DQM_url2_4_1 = "arena_inn.htm"
DQM_url2_4_2 = "daowar_el_omda.htm"
DQM_url2_4_3 = "sultan_bey.htm"





/************************************************
*********-------Sub Menu 2 - Menu 5--------***************
************************************************/

DQM_sub_xy2_6 = "-1,-1"
DQM_sub_menu_width2_6 = 270
DQM_hl_bgcolor2_6 = "#515151"
DQM_divider_height2_6 = 1
DQM_border_color2_6 = "#515151"

DQM_subdesc2_6_0 = "JOLIE VILLE MOVENPICK LUXOR RESORT" 

DQM_url2_6_0 = ""



/************************************************
*********-------Sub Menu 2 - Menu 6--------***************
************************************************/

DQM_sub_xy2_7 = "-1,-1"
DQM_sub_menu_width2_7 = 250
DQM_hl_bgcolor2_7 = "#515151"
DQM_divider_height2_7 = 1
DQM_border_color2_7 = "#515151"

DQM_subdesc2_7_0 = "MOVENPICK ASWAN (ELEPHANTINE)" 

DQM_url2_7_0 = "movenpick.htm"


/************************************************
*********-------Sub Menu 2 - Menu 7--------***************
************************************************/

DQM_sub_xy2_8 = "-1,-1"
DQM_sub_menu_width2_8 = 230
DQM_hl_bgcolor2_8 = "#515151"
DQM_divider_height2_8 = 1
DQM_border_color2_8 = "#515151"

DQM_subdesc2_8_0 = "STELLA DI MARE" 
DQM_subdesc2_8_1 = "RAMADA HOTEL & RESORT"
DQM_subdesc2_8_2 = "PLAN HOTEL"
DQM_subdesc2_8_3 = "ROMANCE HOTEL & BEACH RESORT"

DQM_url2_8_0 = "swiss_hotels_inn.htm"
DQM_url2_8_1 = "ramada_hotel.htm"
DQM_url2_8_2 = "plan_hotel.htm"
DQM_url2_8_3 = ""


/************************************************
*********-------Sub Menu 2 - Menu 8--------***************
************************************************/

DQM_sub_xy2_9 = "-1,-1"
DQM_sub_menu_width2_9 = 120
DQM_hl_bgcolor2_9 = "#515151"
DQM_divider_height2_9 = 1
DQM_border_color2_9 = "#515151"

DQM_subdesc2_9_0 = "GOLDEN BEACH" 

DQM_url2_9_0 = "golden_beach.htm"


/************************************************
*********-------Sub Menu 2 - Menu 10--------***************
************************************************/

DQM_sub_xy2_11 = "-1,-1"
DQM_sub_menu_width2_11 = 170
DQM_hl_bgcolor2_11 = "#515151"
DQM_divider_height2_11 = 1
DQM_border_color2_11 = "#515151"

DQM_subdesc2_11_0 = "CATARACT MARSA ALAM" 

DQM_url2_11_0 = "cataract.htm"



/************************************************
*********-------Sub Menu 2 - Menu 11--------***************
************************************************/

DQM_sub_xy2_12 = "-1,-1"
DQM_sub_menu_width2_12 = 220
DQM_hl_bgcolor2_12 = "#515151"
DQM_divider_height2_12 = 1
DQM_border_color2_12 = "#515151"

DQM_subdesc2_12_0 = "RADISSON RESORT, TABA" 
DQM_subdesc2_12_1 = "SONESTA BEACH RESORT, TABA" 

DQM_url2_12_0 = ""
DQM_url2_12_1 = ""


/************************************************
*********-------Sub Menu 2 - Menu 12--------***************
************************************************/

DQM_sub_xy2_13 = "-1,-1"
DQM_sub_menu_width2_13 = 120
DQM_hl_bgcolor2_13 = "#515151"
DQM_divider_height2_13 = 1
DQM_border_color2_13 = "#515151"

DQM_subdesc2_13_0 = "EL MORGAN" 

DQM_url2_13_0 = "el_morgan.htm"



/************************************************
*********-------Sub Menu 2 - Menu 13--------***************
************************************************/

DQM_sub_xy2_14 = "-1,-1"
DQM_sub_menu_width2_14 = 180
DQM_hl_bgcolor2_14 = "#515151"
DQM_divider_height2_14 = 1
DQM_border_color2_14 = "#515151"

DQM_subdesc2_14_0 = "AFRICANA HOTEL RESORT" 

DQM_url2_14_0 = "africana.htm"



/************************************************
*********-------Sub Menu 3--------***************
************************************************/

DQM_sub_xy3 = "-100,29"
DQM_sub_menu_width3 = 190
DQM_hl_bgcolor3 = "#515151"
DQM_divider_height3 = 1
DQM_border_color3 = "#515151"

DQM_subdesc3_0 = "SAMIA ALLOUBA"
DQM_subdesc3_1 = "WAVES"
DQM_subdesc3_2 = "LA ROSE SPA"
DQM_subdesc3_3 = "GOLDS GYM"

DQM_url3_0 = "samia.htm"
DQM_url3_1 = ""
DQM_url3_2 = "la_rose_spa.htm"
DQM_url3_3 = "golds_gym.htm"


/************************************************
*********-------Sub Menu 4--------***************
************************************************/

DQM_sub_xy4 = "-1,0"
DQM_sub_menu_width4 = 180
DQM_hl_bgcolor4 = "#515151"
DQM_divider_height4 = 1
DQM_border_color4 = "#515151"

DQM_subdesc4_0 = "ABOUT US"
DQM_subdesc4_1 = "RULES OF USE"
DQM_subdesc4_2 = "PARTICIPATING OUTLETS"
DQM_subdesc4_3 = "SAMPLE OF VOUCHERS"
DQM_subdesc4_4 = "CONTACT US"

DQM_url4_0 = "magazine.htm"
DQM_url4_1 = "magazine_rules.htm"
DQM_url4_2 = "magazine_outlets.htm"
DQM_url4_3 = "magazine_sample.htm"
DQM_url4_4 = "magazine_contact.htm"


/************************************************
*********-------Sub Menu 8--------***************
************************************************/

DQM_sub_xy8 = "-1,0"
DQM_sub_menu_width8 = 150
DQM_hl_bgcolor8 = "#515151"
DQM_divider_height8 = 1
DQM_border_color8 = "#515151"

DQM_subdesc8_0 = "EL EZBA"
DQM_subdesc8_1 = "SAKKARA PALM CLUB"
DQM_subdesc8_2 = "PLEIN AIR ( CAIRO )"
DQM_subdesc8_3 = "ACACIA RESORT ( ALEX )"

DQM_url8_0 = "el_ezba.htm"
DQM_url8_1 = "sakkara.htm"
DQM_url8_2 = "Plein_Air.htm"
DQM_url8_3 = "acacia.htm"


/************************************************
*********-------Sub Menu 7--------***************
************************************************/

DQM_sub_xy7 = "-120,29"
DQM_sub_menu_width7 = 120
DQM_hl_bgcolor7 = "#515151"
DQM_divider_height7 = 1
DQM_border_color7 = "#515151"

DQM_subdesc7_0 = "ABOUT US"
DQM_subdesc7_1 = "CONTACT US"
DQM_subdesc7_2 = "COMMENTS / SUGGESTIONS"

DQM_url7_0 = "about_us.htm"
DQM_url7_1 = "contact_us.htm"
DQM_url7_2 = "comments.htm"


/************************************************
*********-------Sub Menu 12--------***************
************************************************/

DQM_sub_xy12 = "-1,0"
DQM_sub_menu_width12 = 95
DQM_hl_bgcolor12 = "#515151"
DQM_divider_height12 = 1
DQM_border_color12 = "#515151"

DQM_subdesc12_0 = "OCT 2005"
DQM_subdesc12_1 = "DEC 2005"
DQM_subdesc12_2 = "MAR 2006"
DQM_subdesc12_3 = "JUN 2006"
DQM_subdesc12_4 = "SEP 2006"
DQM_subdesc12_5 = "MAR 2007"

DQM_url12_0 = "news.htm"
DQM_url12_1 = "news-dec.htm"
DQM_url12_2 = "news-mar.htm"
DQM_url12_3 = "news-jun.htm"
DQM_url12_4 = "news-sep.htm"
DQM_url12_5 = "http://www.kazaclub.com/middle/news-mar-2007.htm"


/************************************************
*********-------Sub Menu 5--------***************

************************************************/

DQM_sub_xy5 = "-105,29"
DQM_sub_menu_width5 = 250
DQM_hl_bgcolor5 = "#515151"
DQM_divider_height5 = 1
DQM_border_color5 = "#515151"

DQM_subdesc5_0 = "ONLINE WORLDWIDE RESERVATIONS"
DQM_subdesc5_1 = "ONLINE LOCAL RESERVATIONS"
DQM_subdesc5_2 = "ONLINE SUPPORT"
DQM_subdesc5_3 = "ONLINE RESERVATIONS - INDIA"


DQM_url5_0 = "http://www.octopustravel.com/em/Enter.jsp?siteid=tvbgroup"
DQM_url5_1 = "http://www.kazaclub.com/reservation/reservation1.htm"
DQM_url5_2 = ""
DQM_url5_3 = "http://www.kazaclub.com/saarc/travel"



/************************************************
*********-------Sub Menu 14--------***************

************************************************/

DQM_sub_xy14 = "-260,0"
DQM_sub_menu_width14 = 140
DQM_hl_bgcolor14 = "#515151"
DQM_divider_height14 = 1
DQM_border_color14 = "#515151"

DQM_subdesc14_0 = "AIRLINE BENEFITS"
DQM_subdesc14_1 = "EGYPTAIR"
DQM_subdesc14_2 = "KARNAK TRAVEL"

DQM_2nd_icon_index14_1 = 0

DQM_url14_0 = "airline_benefit.htm"
DQM_url14_1 = ""
DQM_url14_2 = "egyptair_karnak.htm"



/************************************************
*********-------Sub Menu 14 - Sub Menu 1--------***************

************************************************/

DQM_sub_xy14_1 = "-1,-1"
DQM_sub_menu_width14_1 = 120
DQM_hl_bgcolor14_1 = "#515151"
DQM_divider_height14_1 = 1
DQM_border_color14_1 = "#515151"

DQM_subdesc14_1_0 = "EGYPTAIR NEWS"
DQM_subdesc14_1_1 = "EGYPTAIR PLUS"
DQM_subdesc14_1_2 = "REGISTRATION"

DQM_url14_1_0 = "egyptair_news.htm"
DQM_url14_1_1 = "egyptair_plus.htm"
DQM_url14_1_2 = "egyptair_registration.htm"





/************************************************
*********-------Sub Menu 16--------***************
************************************************/

DQM_sub_xy16 = "-230,0"
DQM_sub_menu_width16 = 110
DQM_hl_bgcolor16 = "#515151"
DQM_divider_height16 = 1
DQM_border_color16 = "#515151"

DQM_subdesc16_0 = "EGYPT"
DQM_subdesc16_1 = "KUWAIT"
DQM_subdesc16_2 = "SAUDI ARABIA"
DQM_subdesc16_3 = "UAE"
DQM_subdesc16_4 = "INDIA"
 
DQM_url16_0 = ""
DQM_url16_1 = ""
DQM_url16_2 = ""
DQM_url16_3 = ""
DQM_url16_4 = ""



/************************************************
*********-------Sub Menu 16 - Sub Menu 0--------***************
************************************************/

DQM_sub_xy16_0 = "-200,0"
DQM_sub_menu_width16_0 = 90
DQM_hl_bgcolor16_0 = "#515151"
DQM_divider_height16_0 = 1
DQM_border_color16_0 = "#515151"

DQM_subdesc16_0_0 = "2006"
DQM_subdesc16_0_1 = "2007"
 
DQM_url16_0_0 = "testimonials_2006.htm"
DQM_url16_0_1 = "testimonials_2007.htm"



/************************************************
*********-------Sub Menu 16 - Sub Menu 1--------***************
************************************************/

DQM_sub_xy16_1 = "-200,0"
DQM_sub_menu_width16_1 = 90
DQM_hl_bgcolor16_1 = "#515151"
DQM_divider_height16_1 = 1
DQM_border_color16_1 = "#515151"

DQM_subdesc16_1_0 = "2007"
 
DQM_url16_1_0 = ""



/************************************************
*********-------Sub Menu 16 - Sub Menu 2--------***************
************************************************/

DQM_sub_xy16_2 = "-200,0"
DQM_sub_menu_width16_2 = 90
DQM_hl_bgcolor16_2 = "#515151"
DQM_divider_height16_2 = 1
DQM_border_color16_2 = "#515151"

DQM_subdesc16_2_0 = "2007"
 
DQM_url16_2_0 = "testimonials_sa.htm"



/************************************************
*********-------Sub Menu 16 - Sub Menu 3--------***************
************************************************/

DQM_sub_xy16_3 = "-200,0"
DQM_sub_menu_width16_3 = 90
DQM_hl_bgcolor16_3 = "#515151"
DQM_divider_height16_3 = 1
DQM_border_color16_3 = "#515151"

DQM_subdesc16_3_0 = "2007"
 
DQM_url16_3_0 = ""



/************************************************
*********-------Sub Menu 16 - Sub Menu 4--------***************
************************************************/

DQM_sub_xy16_4 = "-200,0"
DQM_sub_menu_width16_4 = 90
DQM_hl_bgcolor16_4 = "#515151"
DQM_divider_height16_4 = 1
DQM_border_color16_4 = "#515151"

DQM_subdesc16_4_0 = "2007"
 
DQM_url16_4_0 = ""


 
/************************************************
*********-------Sub Menu 17--------***************
************************************************/

DQM_sub_xy17 = "-230,0"
DQM_sub_menu_width17 = 110
DQM_hl_bgcolor17 = "#515151"
DQM_divider_height17 = 1
DQM_border_color17 = "#515151"

DQM_subdesc17_0 = "EGYPT"
DQM_subdesc17_1 = "KUWAIT"
DQM_subdesc17_2 = "SAUDI ARABIA"
DQM_subdesc17_3 = "UAE"
DQM_subdesc17_4 = "INDIA"

DQM_2nd_icon_index17_0 = 0
DQM_2nd_icon_index17_1 = 0
DQM_2nd_icon_index17_2 = 0
DQM_2nd_icon_index17_3 = 0

DQM_url17_0 = ""
DQM_url17_1 = ""
DQM_url17_2 = ""
DQM_url17_3 = ""
DQM_url17_4 = ""





/************************************************
*********-------Sub Menu 17 - Sub menu 0--------***************
************************************************/

DQM_sub_xy17_0 = "-230,0"
DQM_sub_menu_width17_0 = 110
DQM_hl_bgcolor17_0 = "#515151"
DQM_divider_height17_0 = 1
DQM_border_color17_0 = "#515151"

DQM_subdesc17_0_0 = "JAN 2007"
DQM_subdesc17_0_1 = "FEB 2007"
DQM_subdesc17_0_2 = "MAR 2007"
DQM_subdesc17_0_3 = "APR 2007"
DQM_subdesc17_0_4 = "SEP 2007"
DQM_subdesc17_0_5 = "OCT 2007"


DQM_url17_0_0 = "http://www.kazaclub.com/saarc/press_release_jan.htm"
DQM_url17_0_1 = "http://www.kazaclub.com/saarc/press_release_feb.htm"
DQM_url17_0_2 = "http://www.kazaclub.com/saarc/press_release_mar.htm"
DQM_url17_0_3 = "http://www.kazaclub.com/saarc/press_release_apr.htm"
DQM_url17_0_4 = "http://www.kazaclub.com/saarc/press_release_sep.htm"
DQM_url17_0_5 = "http://www.kazaclub.com/saarc/press_release_oct.htm"




/************************************************
*********-------Sub Menu 17 - Sub menu 1--------***************
************************************************/

DQM_sub_xy17_1 = "-230,0"
DQM_sub_menu_width17_1 = 110
DQM_hl_bgcolor17_1 = "#515151"
DQM_divider_height17_1 = 1
DQM_border_color17_1 = "#515151"

DQM_subdesc17_1_0 = "JAN 2007"
DQM_subdesc17_1_1 = "FEB 2007"
DQM_subdesc17_1_2 = "MAR 2007"
DQM_subdesc17_1_3 = "APR 2007"
DQM_subdesc17_1_4 = "SEP 2007"
DQM_subdesc17_1_4 = "OCT 2007"

DQM_url17_1_0 = "http://www.kazaclub.com/saarc/press_release_jan.htm"
DQM_url17_1_1 = "http://www.kazaclub.com/saarc/press_release_feb.htm"
DQM_url17_1_2 = "http://www.kazaclub.com/saarc/press_release_mar.htm"
DQM_url17_1_3 = "http://www.kazaclub.com/saarc/press_release_apr.htm"
DQM_url17_1_4 = "http://www.kazaclub.com/saarc/press_release_sep.htm"
DQM_url17_1_5 = "http://www.kazaclub.com/saarc/press_release_oct.htm"



/************************************************
*********-------Sub Menu 17 - Sub menu 2--------***************
************************************************/

DQM_sub_xy17_2 = "-230,0"
DQM_sub_menu_width17_2 = 110
DQM_hl_bgcolor17_2 = "#515151"
DQM_divider_height17_2 = 1
DQM_border_color17_2 = "#515151"

DQM_subdesc17_2_0 = "JAN 2007"
DQM_subdesc17_2_1 = "FEB 2007"
DQM_subdesc17_2_2 = "MAR 2007"
DQM_subdesc17_2_3 = "APR 2007"
DQM_subdesc17_2_4 = "SEP 2007"
DQM_subdesc17_2_5 = "OCT 2007"


DQM_url17_2_0 = "http://www.kazaclub.com/saarc/press_release_jan.htm"
DQM_url17_2_1 = "http://www.kazaclub.com/saarc/press_release_feb.htm"
DQM_url17_2_2 = "http://www.kazaclub.com/saarc/press_release_mar.htm"
DQM_url17_2_3 = "http://www.kazaclub.com/saarc/press_release_apr.htm"
DQM_url17_2_4 = "http://www.kazaclub.com/saarc/press_release_sep.htm"
DQM_url17_2_5 = "http://www.kazaclub.com/saarc/press_release_oct.htm"




/************************************************
*********-------Sub Menu 17 - Sub menu 3--------***************
************************************************/

DQM_sub_xy17_3 = "-230,0"
DQM_sub_menu_width17_3 = 110
DQM_hl_bgcolor17_3 = "#515151"
DQM_divider_height17_3 = 1
DQM_border_color17_3 = "#515151"

DQM_subdesc17_3_0 = "JAN 2007"
DQM_subdesc17_3_1 = "FEB 2007"
DQM_subdesc17_3_2 = "MAR 2007"
DQM_subdesc17_3_3 = "APR 2007"
DQM_subdesc17_3_4 = "SEP 2007"
DQM_subdesc17_3_5 = "OCT 2007"

DQM_url17_3_0 = "http://www.kazaclub.com/saarc/press_release_jan.htm"
DQM_url17_3_1 = "http://www.kazaclub.com/saarc/press_release_feb.htm"
DQM_url17_3_2 = "http://www.kazaclub.com/saarc/press_release_mar.htm"
DQM_url17_3_3 = "http://www.kazaclub.com/saarc/press_release_apr.htm"
DQM_url17_3_4 = "http://www.kazaclub.com/saarc/press_release_sep.htm"
DQM_url17_3_5 = "http://www.kazaclub.com/saarc/press_release_oct.htm"




/************************************************
*********-------Sub Menu 15--------***************
************************************************/

DQM_sub_xy15 = "-230,0"
DQM_sub_menu_width15 = 110
DQM_hl_bgcolor15 = "#515151"
DQM_divider_height15 = 1
DQM_border_color15 = "#515151"

DQM_subdesc15_0 = "EGYPT"
DQM_subdesc15_1 = "KUWAIT"
DQM_subdesc15_2 = "SAUDI ARABIA"
DQM_subdesc15_3 = "UAE"
DQM_subdesc15_4 = "INDIA"

DQM_url15_0 = ""
DQM_url15_1 = ""
DQM_url15_2 = ""
DQM_url15_3 = ""
DQM_url15_4 = ""




/************************************************
*********-------Sub Menu 15 - Sub Menu 0--------***************
************************************************/

DQM_sub_xy15_0 = "-250,-1"
DQM_sub_menu_width15_0 = 140
DQM_hl_bgcolor15_0 = "#515151"
DQM_divider_height15_0 = 1
DQM_border_color15_0 = "#515151"

DQM_subdesc15_0_0 = "MEET & ASSIST"
DQM_subdesc15_0_1 = "CAR HIRE"
DQM_subdesc15_0_2 = "LONG TERM LEASE"

DQM_url15_0_0 = "http://www.kazaclub.com/egypt/meet_assist.htm"
DQM_url15_0_1 = "http://www.kazaclub.com/egypt/car_hire.htm"
DQM_url15_0_2 = "http://www.kazaclub.com/egypt/long_term_lease.htm"

