/*-------------------------------------------
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_over.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/6_reservation_over.jpg" 
   DQM_rollover_wh4 = "105,29"
   DQM_url4 = "http://www.kazaclub.com/reservation/reservation1.htm";   

   /************************************************
   *********-------Main Menu 5--------**************
   ************************************************/

   DQM_rollover_image5 = "images/7_registration_over.jpg" 
   DQM_rollover_wh5 = "108,29"
   DQM_url5 = "http://www.kazaclub.com/registration.aspx";   
  
   /************************************************
   *********-------Main Menu 6--------**************
   ************************************************/

   DQM_rollover_image6 = "images/8_about_over.jpg" 
   DQM_rollover_wh6 = "80,29"
   DQM_url6 = "";   

   /************************************************
   *********-------Main Menu 7--------**************
   ************************************************/

   DQM_rollover_image7 = "images/1_blank_over.jpg" 
   DQM_rollover_wh7 = "116,29"
   DQM_url7 = "index.htm";   

    /************************************************
   *********-------Main Menu 8--------**************
   ************************************************/

   DQM_rollover_image8 = "images/9_newsletter_over.jpg" 
   DQM_rollover_wh8 = "120,27"
   DQM_url8 = "../egypt/news.htm";   


    /************************************************
   *********-------Main Menu 9--------**************
   ************************************************/

   DQM_rollover_image9 = "images/10_outlet_over.jpg" 
   DQM_rollover_wh9 = "120,27"
   DQM_url9 = "../egypt/outlet/protected.asp";   



    /************************************************
   *********-------Main Menu 10--------**************
   ************************************************/

   DQM_rollover_image10 = "images/3_health_over.jpg" 
   DQM_rollover_wh10 = "120,27"
   DQM_url10 = "";

    

    /************************************************
   *********-------Main Menu 11--------**************
   ************************************************/

   DQM_rollover_image11 = "images/11_spa_over.jpg" 
   DQM_rollover_wh11 = "120,27"
   DQM_url11 = "";


    /************************************************
   *********-------Main Menu 12--------**************
   ************************************************/

   DQM_rollover_image12 = "images/12_mag_over.jpg" 
   DQM_rollover_wh12 = "120,27"
   DQM_url12 = "";


  /************************************************
   *********-------Main Menu 13--------**************
   ************************************************/

   DQM_rollover_image13 = "images/13_airlines_over.jpg" 
   DQM_rollover_wh13 = "120,27"
   DQM_url13 = "";  


  /************************************************
   *********-------Main Menu 14--------**************
   ************************************************/

   DQM_rollover_image14 = "images/14_carhire_over.jpg" 
   DQM_rollover_wh14 = "120,27"
   DQM_url14 = "";  



  /************************************************
   *********-------Main Menu 15--------**************
   ************************************************/

   DQM_rollover_image15 = "images/15_testimonials_over.jpg" 
   DQM_rollover_wh15 = "120,27"
   DQM_url15 = "";  



  /************************************************
   *********-------Main Menu 16--------**************
   ************************************************/

   DQM_rollover_image16 = "images/16_press_over.jpg" 
   DQM_rollover_wh16 = "120,27"
   DQM_url16 = "";  

    
    

/*********************************************************************/
/*                                                                   */
/*                       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_2nd_icon_index0_0 = 0
DQM_2nd_icon_index0_1 = 0
DQM_2nd_icon_index0_2 = 0

DQM_url0_0 = ""
DQM_url0_1 = ""
DQM_url0_2 = ""


/************************************************
*********-------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_url0_0_0 = "membership.htm"
DQM_url0_0_1 = "membership.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_url0_1_0 = "voucher.htm"
DQM_url0_1_1 = "voucher.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_url0_2_0 = "terms.htm"
DQM_url0_2_1 = "terms.htm"


/************************************************
*********-------Sub Menu 1--------***************
************************************************/

DQM_sub_xy1 = "-107,29"
DQM_sub_menu_width1 = 90
DQM_hl_bgcolor1 = "#515151"
DQM_divider_height1 = 1
DQM_border_color1 = "#515151"

DQM_subdesc1_0 = "KUWAIT"
DQM_subdesc1_1 = "BAHRAIN"
DQM_subdesc1_2 = "SAUDI"

DQM_2nd_icon_index1_0 = 0
DQM_2nd_icon_index1_1 = 0
DQM_2nd_icon_index1_2 = 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 = 160
DQM_hl_bgcolor1_0 = "#515151"
DQM_divider_height1_0 = 1
DQM_border_color1_0 = "#515151"

DQM_subdesc1_0_0 = "KUWAIT CITY"
DQM_subdesc1_0_1 = "SALMIYA"
DQM_subdesc1_0_2 = "BNAID ALGAR"
DQM_subdesc1_0_3 = "FRWANIYA"
DQM_subdesc1_0_4 = "FAHAHEEL & FANTAS"
DQM_subdesc1_0_5 = "SHUWAIKH"
DQM_subdesc1_0_6 = "JAHRA"
DQM_subdesc1_0_7 = "SHARQ"
DQM_subdesc1_0_8 = "HAWALLY"
DQM_subdesc1_0_9 = "Patisserie & Other"
DQM_subdesc1_0_10 = "Al-Riggae"
DQM_subdesc1_0_11 = "Shaab"
DQM_subdesc1_0_12 = "Jabriya"

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_2nd_icon_index1_0_4 = 0
DQM_2nd_icon_index1_0_5 = 0
DQM_2nd_icon_index1_0_6 = 0
DQM_2nd_icon_index1_0_7 = 0
DQM_2nd_icon_index1_0_8 = 0
DQM_2nd_icon_index1_0_9 = 0
DQM_2nd_icon_index1_0_10 = 0
DQM_2nd_icon_index1_0_11 = 0
DQM_2nd_icon_index1_0_12 = 0

DQM_url1_0_0 = ""
DQM_url1_0_1 = ""
DQM_url1_0_2 = ""
DQM_url1_0_3 = ""
DQM_url1_0_4 = ""
DQM_url1_0_5 = ""
DQM_url1_0_6 = ""
DQM_url1_0_7 = ""
DQM_url1_0_8 = ""
DQM_url1_0_9 = ""
DQM_url1_0_10 = ""
DQM_url1_0_11 = ""
DQM_url1_0_12 = ""
 
/************************************************
*********-------Sub Menu 1-menu2-menu0--------***************
************************************************/

DQM_sub_xy1_0_0 = "-1,-1"
DQM_sub_menu_width1_0_0 = 195
DQM_hl_bgcolor1_0_0 = "#515151"
DQM_divider_height1_0_0 = 1
DQM_border_color1_0_0 = "#515151"

DQM_subdesc1_0_0_0 = "MAJESTIC RESTAURANT"
DQM_subdesc1_0_0_1 = "CITY MUGHLAI RESTAURANT"
DQM_subdesc1_0_0_2 = "NOODLES RESTAURANT"
DQM_subdesc1_0_0_3 = "LA CAVA RESTAURANT"
DQM_subdesc1_0_0_4 = "SECOND CUP RESTAURANT"
DQM_subdesc1_0_0_5 = "Mais Al-Ghanim Restaurant"
DQM_subdesc1_0_0_6 = "Mughal Mahal Restaurant"
DQM_subdesc1_0_0_7 = "Fakhr Eldin Restaurant"
DQM_subdesc1_0_0_8 = "Aussie Cafe"


DQM_url1_0_0_0 = "majestic.htm"
DQM_url1_0_0_1 = "city_mughlai.htm"
DQM_url1_0_0_2 = "city_noodles.htm"
DQM_url1_0_0_3 = "la_cava.htm"
DQM_url1_0_0_4 = "second_cup.htm"
DQM_url1_0_0_5 = "mais.htm"
DQM_url1_0_0_6 = "mughal_mahal.htm"
DQM_url1_0_0_7 = "6608.htm"
DQM_url1_0_0_8 = "6609.htm"


 /************************************************
*********-------Sub Menu 1-menu2-menu1--------***************
************************************************/

DQM_sub_xy1_0_1 = "-1,-1"
DQM_sub_menu_width1_0_1 = 180
DQM_hl_bgcolor1_0_1 = "#515151"
DQM_divider_height1_0_1 = 1
DQM_border_color1_0_1 = "#515151"

DQM_subdesc1_0_1_0 = "COLUMBUS CAFE"
DQM_subdesc1_0_1_1 = "ROYAL TERRASSE"
DQM_subdesc1_0_1_2 = "NOODLES"
DQM_subdesc1_0_1_3 = "Al-Muhallab SEAFOOD"
DQM_subdesc1_0_1_4 = "PALMERIE REST & CAFE"
DQM_subdesc1_0_1_5 = "DIVE CENTER"
DQM_subdesc1_0_1_6 = "SECOND CUP"
DQM_subdesc1_0_1_7 = "MUGHAL MAHAL"
DQM_subdesc1_0_1_8 = "TAAL RESTAURANT"
DQM_subdesc1_0_1_9 = "WINNER'S RESTAURANT"
DQM_subdesc1_0_1_10 = "EL BOHSALY SWEETS"
DQM_subdesc1_0_1_11 = "Rays One"
DQM_subdesc1_0_1_12 = "Shogun Restaurant"
DQM_subdesc1_0_1_13 = "Tagine Restaurant"
DQM_subdesc1_0_1_14 = "La Cava Restaurant"
DQM_subdesc1_0_1_15 = "Sushi Club"

DQM_url1_0_1_0 = "columbus.htm"
DQM_url1_0_1_1 = "royal.htm"
DQM_url1_0_1_2 = "noodles_salmiya.htm"
DQM_url1_0_1_3 = "al_muhallab_seafood_rest.htm"
DQM_url1_0_1_4 = "palmerie_rest.htm"
DQM_url1_0_1_5 = "dive.htm"
DQM_url1_0_1_6 = "second_cup.htm"
DQM_url1_0_1_7 = "mughal_mahal.htm"
DQM_url1_0_1_8 = "taal_res.htm"
DQM_url1_0_1_9 = "winners.htm"
DQM_url1_0_1_10 = "elbohsaly.htm"
DQM_url1_0_1_11 = "rays-one.htm"
DQM_url1_0_1_12 = "6610.htm"
DQM_url1_0_1_13 = "6611.htm"
DQM_url1_0_1_14 = "6612.htm"
DQM_url1_0_1_15 = "6613.htm"

 /************************************************
*********-------Sub Menu 1-menu2-menu2--------***************
************************************************/

DQM_sub_xy1_0_2 = "-1,-1"
DQM_sub_menu_width1_0_2 = 160
DQM_hl_bgcolor1_0_2 = "#515151"
DQM_divider_height1_0_2 = 1
DQM_border_color1_0_2 = "#515151"

DQM_subdesc1_0_2_0 = "DAWAT RESTAURANT"

DQM_url1_0_2_0 = "dawat.htm"

 /************************************************
*********-------Sub Menu 1-menu2-menu3--------***************
************************************************/

DQM_sub_xy1_0_3 = "-1,-1"
DQM_sub_menu_width1_0_3 = 130
DQM_hl_bgcolor1_0_3 = "#515151"
DQM_divider_height1_0_3 = 1
DQM_border_color1_0_3 = "#515151"

DQM_subdesc1_0_3_0 = "FAKHR ELDIN"
DQM_subdesc1_0_3_1 = "MUGHAL MAHAL"
DQM_subdesc1_0_3_2 = "WINNER'S"
DQM_subdesc1_0_3_3 = "ABOU SHAKRA"
DQM_subdesc1_0_3_4 = "EL BOHSALY"

DQM_url1_0_3_0 = "fakhr_el_din.htm"
DQM_url1_0_3_1 = "mughal_mahal.htm"
DQM_url1_0_3_2 = "winners.htm"
DQM_url1_0_3_3 = "abou_shakra.htm"
DQM_url1_0_3_4 = "elbohsaly.htm"

 /************************************************
*********-------Sub Menu 1-menu2-menu4--------***************
************************************************/

DQM_sub_xy1_0_4 = "-1,-1"
DQM_sub_menu_width1_0_4 = 130
DQM_hl_bgcolor1_0_4 = "#515151"
DQM_divider_height1_0_4 = 1
DQM_border_color1_0_4 = "#515151"

DQM_subdesc1_0_4_0 = "ROYAL MUGHLAI"
DQM_subdesc1_0_4_1 = "INDIAN MUGHLAI"
DQM_subdesc1_0_4_2 = "MUGHAL MAHAL"


DQM_url1_0_4_0 = "royal_mughlai.htm"
DQM_url1_0_4_1 = "indian_mughlai.htm"
DQM_url1_0_4_2 = "mughal_mahal.htm"



 /************************************************
*********-------Sub Menu 1-menu2-menu5--------***************
************************************************/

DQM_sub_xy1_0_5 = "-1,-1"
DQM_sub_menu_width1_0_5 = 130
DQM_hl_bgcolor1_0_5 = "#515151"
DQM_divider_height1_0_5 = 1
DQM_border_color1_0_5 = "#515151"



 /************************************************
*********-------Sub Menu 1-menu2-menu6--------***************
************************************************/

DQM_sub_xy1_0_6 = "-1,-1"
DQM_sub_menu_width1_0_6 = 130
DQM_hl_bgcolor1_0_6 = "#515151"
DQM_divider_height1_0_6 = 1
DQM_border_color1_0_6 = "#515151"

DQM_subdesc1_0_6_0 = "MUGHAL MAHAL"


DQM_url1_0_6_0 = "mughal_mahal.htm"


 /************************************************
*********-------Sub Menu 1-menu2-menu7--------***************
************************************************/

DQM_sub_xy1_0_7 = "-1,-1"
DQM_sub_menu_width1_0_7 = 130
DQM_hl_bgcolor1_0_7 = "#515151"
DQM_divider_height1_0_7 = 1
DQM_border_color1_0_7 = "#515151"

DQM_subdesc1_0_7_0 = "MUGHAL MAHAL"
DQM_subdesc1_0_7_1 = "Second Cup Café"

DQM_url1_0_7_0 = "mughal_mahal.htm"
DQM_url1_0_7_1 = "second_cup.htm"


 /************************************************
*********-------Sub Menu 1-menu2-menu8--------***************
************************************************/

DQM_sub_xy1_0_8 = "-1,-1"
DQM_sub_menu_width1_0_8 = 160
DQM_hl_bgcolor1_0_8 = "#515151"
DQM_divider_height1_0_8 = 1
DQM_border_color1_0_8 = "#515151"

DQM_subdesc1_0_8_0 = "HOUSNY RESTAURANT"
DQM_subdesc1_0_8_1 = "EL BOHSALY SWEETS"
DQM_subdesc1_0_8_2 = "Van Schellar Chocolate"
DQM_subdesc1_0_8_3 = "Second Cup Café"

DQM_url1_0_8_0 = "housny.htm"
DQM_url1_0_8_1 = "elbohsaly.htm"
DQM_url1_0_8_2 = "6615.htm"
DQM_url1_0_8_3 = "second_cup.htm"

 /************************************************
*********-------Sub Menu 1-menu2-menu9--------***************
************************************************/

DQM_sub_xy1_0_9 = "-1,-1"
DQM_sub_menu_width1_0_9 = 160
DQM_hl_bgcolor1_0_9 = "#515151"
DQM_divider_height1_0_9 = 1
DQM_border_color1_0_9 = "#515151"

DQM_subdesc1_0_9_0 = "FANTASTIC EVENTS"


DQM_url1_0_9_0 = "Fantastic.htm"

 /************************************************
*********-------Sub Menu 1-menu2-menu10--------***************
************************************************/

DQM_sub_xy1_0_10 = "-1,-1"
DQM_sub_menu_width1_0_10 = 160
DQM_hl_bgcolor1_0_10 = "#515151"
DQM_divider_height1_0_10 = 1
DQM_border_color1_0_10 = "#515151"

DQM_subdesc1_0_10_0 = "Ramada Hotel"


DQM_url1_0_10_0 = "New_ramada_hotel.htm"

 /************************************************
*********-------Sub Menu 1-menu2-menu11--------***************
************************************************/

DQM_sub_xy1_0_11 = "-1,-1"
DQM_sub_menu_width1_0_11 = 160
DQM_hl_bgcolor1_0_11 = "#515151"
DQM_divider_height1_0_11 = 1
DQM_border_color1_0_11 = "#515151"

DQM_subdesc1_0_11_0 = "Olas Restaurant"
DQM_subdesc1_0_11_1 = "Casa Del Pesacado"
DQM_subdesc1_0_11_2 = "Cortado Cafe"


DQM_url1_0_11_0 = "6617.htm"
DQM_url1_0_11_1 = "6618.htm"
DQM_url1_0_11_2 = "6619.htm"

 /************************************************
*********-------Sub Menu 1-menu2-menu12--------***************
************************************************/

DQM_sub_xy1_0_12 = "-1,-1"
DQM_sub_menu_width1_0_12 = 160
DQM_hl_bgcolor1_0_12 = "#515151"
DQM_divider_height1_0_12 = 1
DQM_border_color1_0_12 = "#515151"

DQM_subdesc1_0_12_0 = "Salad Boutique Restaurant"


DQM_url1_0_12_0 = "6620.htm"


/************************************************
*********-------Sub Menu 1-menu1--------***************
************************************************/

DQM_sub_xy1_1 = "-1,-1"
DQM_sub_menu_width1_1 = 180
DQM_hl_bgcolor1_1 = "#515151"
DQM_divider_height1_1 = 1
DQM_border_color1_1 = "#515151"

DQM_subdesc1_1_0 = "SHANGAHAI RESTAURANT"
DQM_subdesc1_1_1 = "VINS RESTAURANT"
DQM_subdesc1_1_2 = "LANTERNS RESTAURANT"
DQM_subdesc1_1_3 = "JADE GARDEN"

DQM_url1_1_0 = "shangahai.htm"
DQM_url1_1_1 = "vins.htm"
DQM_url1_1_2 = "lanterns.htm"
DQM_url1_1_3 = "jade.htm"



/************************************************
*********-------Sub Menu 1-menu2--------***************
************************************************/

DQM_sub_xy1_2 = "-1,-1"
DQM_sub_menu_width1_2 = 100
DQM_hl_bgcolor1_2 = "#515151"
DQM_divider_height1_2 = 1
DQM_border_color1_2 = "#515151"

DQM_subdesc1_2_0 = "JEDDAH"
DQM_subdesc1_2_1 = "RIYADH"
DQM_subdesc1_2_2 = "DAMMAM"

DQM_2nd_icon_index1_2_0 = 0
DQM_2nd_icon_index1_2_1 = 0
DQM_2nd_icon_index1_2_2 = 0

DQM_url1_2_0 = ""
DQM_url1_2_1 = ""
DQM_url1_2_2 = ""
 

/************************************************
*********-------Sub Menu 1-menu2-menu0--------***************
************************************************/

DQM_sub_xy1_2_0 = "-1,-1"
DQM_sub_menu_width1_2_0 = 120
DQM_hl_bgcolor1_2_0 = "#515151"
DQM_divider_height1_2_0 = 1
DQM_border_color1_2_0 = "#515151"

DQM_subdesc1_2_0_0 = "DOWN TOWN"
DQM_subdesc1_2_0_1 = "MADINA ROAD"
DQM_subdesc1_2_0_2 = "CORNICHE"
DQM_subdesc1_2_0_3 = "NORTH JEDDAH"
DQM_subdesc1_2_0_4 = "OBHOR"
DQM_subdesc1_2_0_5 = "El Tahlia"
DQM_subdesc1_2_0_6 = "Al Hamraa"


DQM_2nd_icon_index1_2_0_0 = 0
DQM_2nd_icon_index1_2_0_1 = 0
DQM_2nd_icon_index1_2_0_2 = 0
DQM_2nd_icon_index1_2_0_3 = 0
DQM_2nd_icon_index1_2_0_4 = 0
DQM_2nd_icon_index1_2_0_5 = 0
DQM_2nd_icon_index1_2_0_6 = 0


DQM_url1_2_0_0 = ""
DQM_url1_2_0_1 = ""
DQM_url1_2_0_2 = ""
DQM_url1_2_0_3 = ""
DQM_url1_2_0_4 = ""
DQM_url1_2_0_5 = ""
DQM_url1_2_0_6 = ""



/************************************************
*********-------Sub Menu 1-menu2-menu0-MENU0--------***************
************************************************/

DQM_sub_xy1_2_0_0 = "-1,-1"
DQM_sub_menu_width1_2_0_0 = 140
DQM_hl_bgcolor1_2_0_0 = "#515151"
DQM_divider_height1_2_0_0 = 1
DQM_border_color1_2_0_0 = "#515151"

DQM_subdesc1_2_0_0_0 = "ABU SHAKRA"
DQM_subdesc1_2_0_0_1 = "SHAMI"
DQM_subdesc1_2_0_0_2 = "KADDOURA"
DQM_subdesc1_2_0_0_3 = "RED SEA PALACE"

DQM_url1_2_0_0_0 = "saudi_abu_shakra.htm"
DQM_url1_2_0_0_1 = "saudi_shami.htm"
DQM_url1_2_0_0_2 = "saudi_sail_island_rest.htm"
DQM_url1_2_0_0_3 = "saudi_sea_palace_hotel.htm"


/************************************************
*********-------Sub Menu 1-menu2-menu0-MENU1--------***************
************************************************/

DQM_sub_xy1_2_0_1 = "-1,-1"
DQM_sub_menu_width1_2_0_1 = 170
DQM_hl_bgcolor1_2_0_1 = "#515151"
DQM_divider_height1_2_0_1 = 1
DQM_border_color1_2_0_1 = "#515151"

DQM_subdesc1_2_0_1_0 = "LAILAK"
DQM_subdesc1_2_0_1_1 = "ABU SHAKRA"
DQM_subdesc1_2_0_1_2 = "SHAMI"
DQM_subdesc1_2_0_1_3 = "KADDOURA"
DQM_subdesc1_2_0_1_4 = "MOVENPICK JEDDAH HOTEL"

DQM_url1_2_0_1_0 = "saudi_leilak.htm"
DQM_url1_2_0_1_1 = "saudi_abu_shakra.htm"
DQM_url1_2_0_1_2 = "saudi_shami.htm"
DQM_url1_2_0_1_3 = "saudi_sail_island_rest.htm"
DQM_url1_2_0_1_4 = "saudi_moevenpick.htm"


/************************************************
*********-------Sub Menu 1-menu2-menu0-MENU2--------***************
************************************************/

DQM_sub_xy1_2_0_2 = "-1,-1"
DQM_sub_menu_width1_2_0_2 = 180
DQM_hl_bgcolor1_2_0_2 = "#515151"
DQM_divider_height1_2_0_2 = 1
DQM_border_color1_2_0_2 = "#515151"

DQM_subdesc1_2_0_2_0 = "SAIL ISLAND"
DQM_subdesc1_2_0_2_1 = "AL NAWRAS MOVENPICK HOTEL & RESORT"


DQM_url1_2_0_2_0 = "saudi_sail.htm"
DQM_url1_2_0_2_1 = "saudi_moevenpick_al_nawras.htm"


/************************************************
*********-------Sub Menu 1-menu2-menu0-MENU3--------***************
************************************************/

DQM_sub_xy1_2_0_3 = "-1,-1"
DQM_sub_menu_width1_2_0_3 = 150
DQM_hl_bgcolor1_2_0_3 = "#515151"
DQM_divider_height1_2_0_3 = 1
DQM_border_color1_2_0_3 = "#515151"

DQM_subdesc1_2_0_3_0 = "ABU SHAKRA"
DQM_subdesc1_2_0_3_1 = "SHAMI"
DQM_subdesc1_2_0_3_2 = "SHAMI ENTERTAINMENT"
DQM_subdesc1_2_0_3_3 = "KADDOURA"
DQM_subdesc1_2_0_3_4 = "RAMADA HOTEL"

DQM_url1_2_0_3_0 = "saudi_abu_shakra.htm"
DQM_url1_2_0_3_1 = "saudi_shami.htm"
DQM_url1_2_0_3_2 = "saudi_shami_entertainment.htm"
DQM_url1_2_0_3_3 = "saudi_sail_island_rest.htm"
DQM_url1_2_0_3_4 = "saudi_ramada_hotel.htm"


/************************************************
*********-------Sub Menu 1-menu2-menu0-MENU4--------***************
************************************************/

DQM_sub_xy1_2_0_4 = "-1,-1"
DQM_sub_menu_width1_2_0_4 = 110
DQM_hl_bgcolor1_2_0_4 = "#515151"
DQM_divider_height1_2_0_4 = 1
DQM_border_color1_2_0_4 = "#515151"

DQM_subdesc1_2_0_4_0 = "SAQUALA"

DQM_url1_2_0_4_0 = "saudi_saquala.htm"

/************************************************
*********-------Sub Menu 1-menu2-menu0-MENU5--------***************
************************************************/

DQM_sub_xy1_2_0_3 = "-1,-1"
DQM_sub_menu_width1_2_0_5 = 150
DQM_hl_bgcolor1_2_0_5 = "#515151"
DQM_divider_height1_2_0_5 = 1
DQM_border_color1_2_0_5 = "#515151"

DQM_subdesc1_2_0_5_0 = "Benihana"

DQM_url1_2_0_5_0 = "Benihana.htm"

/************************************************
*********-------Sub Menu 1-menu2-menu0-MENU6--------***************
************************************************/

DQM_sub_xy1_2_0_3 = "-1,-1"
DQM_sub_menu_width1_2_0_6 = 150
DQM_hl_bgcolor1_2_0_6 = "#515151"
DQM_divider_height1_2_0_6 = 1
DQM_border_color1_2_0_6 = "#515151"

DQM_subdesc1_2_0_6_0 = "Ruby Tuesday"
DQM_subdesc1_2_0_6_1 = "Manhattan"
DQM_subdesc1_2_0_6_2 = "Yildizlar"

DQM_url1_2_0_6_0 = "RubyTuesday.htm"
DQM_url1_2_0_6_1 = "Manhattan2.htm"
DQM_url1_2_0_6_2 = "Yildizlar.htm"

 
/************************************************
*********-------Sub Menu 1-menu3--------***************
************************************************/

DQM_sub_xy1_3 = "-1,-1"
DQM_sub_menu_width1_3 = 140
DQM_hl_bgcolor1_3 = "#515151"
DQM_divider_height1_3 = 1
DQM_border_color1_3 = "#515151"

DQM_subdesc1_3_0 = "DUBAI"
DQM_subdesc1_3_1 = "SHARJAH"
DQM_subdesc1_3_2 = "ABU DHABI"
DQM_subdesc1_3_3 = "AJMAN"
DQM_subdesc1_3_4 = "AL AIN"
DQM_subdesc1_3_5 = "FUJAIRAH"
DQM_subdesc1_3_6 = "RAS AL KHAIMAH"
DQM_subdesc1_3_7 = "UMM AL QUWAIN"

DQM_2nd_icon_index1_3_1 = 0
DQM_2nd_icon_index1_3_0 = 0
DQM_2nd_icon_index1_3_2 = 0
DQM_2nd_icon_index1_3_5 = 0
DQM_2nd_icon_index1_3_6 = 0

DQM_url1_3_0 = ""
DQM_url1_3_1 = ""
DQM_url1_3_2 = ""
DQM_url1_3_3 = ""
DQM_url1_3_4 = ""
DQM_url1_3_5 = ""
DQM_url1_3_6 = ""
DQM_url1_3_7 = "" 


/************************************************
*********-------Sub Menu 1 - Menu 3 - Menu 1--------***************
************************************************/

DQM_sub_xy1_3_1 = "-1,-1"
DQM_sub_menu_width1_3_1 = 140
DQM_hl_bgcolor1_3_1 = "#515151"
DQM_divider_height1_3_1 = 1
DQM_border_color1_3_1 = "#515151"

DQM_subdesc1_3_1_0 = "Beach Hotel"
DQM_subdesc1_3_1_1 = "Momento Del Cafe"

DQM_2nd_icon_index1_3_1_1 = 0


DQM_url1_3_1_0 = ""
DQM_url1_3_1_1 = "momento_del_cafe.htm"


/************************************************
*********-------Sub Menu 1 - Menu 3 - Menu 2--------***************
************************************************/

DQM_sub_xy1_3_2 = "-1,-1"
DQM_sub_menu_width1_3_2 = 150
DQM_hl_bgcolor1_3_2 = "#515151"
DQM_divider_height1_3_2 = 1
DQM_border_color1_3_2 = "#515151"

DQM_subdesc1_3_2_0 = "Chequers"
DQM_subdesc1_3_2_1 = "Harvesters Pub"
DQM_subdesc1_3_2_2 = "La Piazza"
DQM_subdesc1_3_2_3 = "Mardi Gras"
DQM_subdesc1_3_2_4 = "Samurai"
DQM_subdesc1_3_2_5 = "Shanghai Surprise"
DQM_subdesc1_3_2_6 = "Momento Del Cafe"
DQM_subdesc1_3_2_7 = "Le Jardin Coffeeshop"
DQM_subdesc1_3_2_8 = "The Palm Restaurant"
DQM_subdesc1_3_2_9 = "Mawaweel Restaurant"
DQM_subdesc1_3_2_10 = "Ninar Coffee Shop & Restaurant"
DQM_subdesc1_3_2_11 = "Vision Cafe & Restaurant"
DQM_subdesc1_3_2_12 = "Bonsai Restaurant"

DQM_url1_3_2_0 = "chequers.htm"
DQM_url1_3_2_1 = "harvesters_pub.htm"
DQM_url1_3_2_2 = "la_piazza.htm"
DQM_url1_3_2_3 = "mardi_gras.htm"
DQM_url1_3_2_4 = "samurai_rest.htm"
DQM_url1_3_2_5 = "shanghai_surprise.htm"
DQM_url1_3_2_6 = "momento_abu_dhabi.htm"
DQM_url1_3_2_7 = "coffee_shop.htm"
DQM_url1_3_2_8 = "palm_restaurant.htm"
DQM_url1_3_2_9 = "mawaweel.htm"
DQM_url1_3_2_10 = "ninar_coffee.htm"
DQM_url1_3_2_11 = "vision_cafe.htm"
DQM_url1_3_2_12 = "bonsai_rest.htm"



/************************************************
*********-------Sub Menu 1 - Menu 3 - Menu 5--------***************
************************************************/

DQM_sub_xy1_3_5 = "-1,-1"
DQM_sub_menu_width1_3_5 = 150
DQM_hl_bgcolor1_3_5 = "#515151"
DQM_divider_height1_3_5 = 1
DQM_border_color1_3_5 = "#515151"

DQM_subdesc1_3_5_0 = "Al Diwan"
DQM_subdesc1_3_5_1 = "Asmak"
DQM_subdesc1_3_5_2 = "Stalight Supperclub"
DQM_subdesc1_3_5_3 = "Zorba Cocktail Bar"

DQM_url1_3_5_0 = "al_diwan_restaurant.htm"
DQM_url1_3_5_1 = "asmak_seafood_restaurant.htm"
DQM_url1_3_5_2 = "starlight_supper_club.htm"
DQM_url1_3_5_3 = "zorba_cocktail_lounge.htm"




/************************************************
*********-------Sub Menu 1 - Menu 3 - Menu 6--------***************
************************************************/

DQM_sub_xy1_3_6 = "-1,-1"
DQM_sub_menu_width1_3_6 = 200
DQM_hl_bgcolor1_3_6 = "#515151"
DQM_divider_height1_3_6 = 1
DQM_border_color1_3_6 = "#515151"

DQM_subdesc1_3_6_0 = "Don Camillo"
DQM_subdesc1_3_6_1 = "Seafood Market"
DQM_subdesc1_3_6_2 = "La Chalet"
DQM_subdesc1_3_6_3 = "Al Jazeera"
DQM_subdesc1_3_6_4 = "Al Shamal Coffeeshop"
DQM_subdesc1_3_6_5 = "The Scirocco"
DQM_subdesc1_3_6_6 = "La Cabana"
DQM_subdesc1_3_6_7 = "Village Pub"
DQM_subdesc1_3_6_8 = "Village Restaurant"
DQM_subdesc1_3_6_9 = "Club Malibu Discotheque"
DQM_subdesc1_3_6_10 = "La Palmeraie"
DQM_subdesc1_3_6_11 = "Bar Springs"
DQM_subdesc1_3_6_12 = "Khatt Springs Lobby Lounge"

DQM_url1_3_6_0 = "don_camillo.htm"
DQM_url1_3_6_1 = "seafood_market.htm"
DQM_url1_3_6_2 = "la_chalet.htm"
DQM_url1_3_6_3 = "al_jazeera.htm"
DQM_url1_3_6_4 = "al_shamal.htm"
DQM_url1_3_6_5 = "the_scirocco.htm"
DQM_url1_3_6_6 = "la_cabana.htm"
DQM_url1_3_6_7 = "village_pub.htm"
DQM_url1_3_6_8 = "village_restaurant.htm"
DQM_url1_3_6_9 = "club_malibu.htm"
DQM_url1_3_6_10 = "la_palmeraie.htm"
DQM_url1_3_6_11 = "bar_springs.htm"
DQM_url1_3_6_12 = "lobby_lounge.htm"



/************************************************
*********-------Sub Menu 1 - Menu 3 - Menu 1 - Menu 1--------***************
************************************************/

DQM_sub_xy1_3_1_1 = "-1,-1"
DQM_sub_menu_width1_3_1_1 = 190
DQM_hl_bgcolor1_3_1_1 = "#515151"
DQM_divider_height1_3_1_1 = 1
DQM_border_color1_3_1_1 = "#515151"

DQM_subdesc1_3_1_1_0 = "Le Petit Suisse Restaurant"

DQM_url1_3_1_1_0 = "le_petit.htm"



/************************************************
*********-------Sub Menu 1 - Menu 3 - Menu 0--------***************
************************************************/

DQM_sub_xy1_3_0 = "-1,-1"
DQM_sub_menu_width1_3_0 = 160
DQM_hl_bgcolor1_3_0 = "#515151"
DQM_divider_height1_3_0 = 1
DQM_border_color1_3_0 = "#515151"

DQM_subdesc1_3_0_0 = "DEIRA"
DQM_subdesc1_3_0_1 = "BUR DUBAI"
DQM_subdesc1_3_0_2 = "SHEIKH ZAYED ROAD"
DQM_subdesc1_3_0_3 = "JUMEIRAH"
DQM_subdesc1_3_0_4 = "JEBEL ALI & OTHERS"

DQM_url1_3_0_0 = ""
DQM_url1_3_0_1 = ""
DQM_url1_3_0_2 = ""
DQM_url1_3_0_3 = ""
DQM_url1_3_0_4 = ""

DQM_2nd_icon_index1_3_0_0 = 0 
DQM_2nd_icon_index1_3_0_1 = 0 
DQM_2nd_icon_index1_3_0_2 = 0 
DQM_2nd_icon_index1_3_0_3 = 0 
DQM_2nd_icon_index1_3_0_4 = 0 



/************************************************
*********-------Sub Menu 1 - Menu 3 - Menu 0 - Menu 0--------***************
************************************************/

DQM_sub_xy1_3_0_0 = "-1,-1"
DQM_sub_menu_width1_3_0_0 = 150
DQM_hl_bgcolor1_3_0_0 = "#515151"
DQM_divider_height1_3_0_0 = 1
DQM_border_color1_3_0_0 = "#515151"


DQM_subdesc1_3_0_0_0 = "Pizza Express"
DQM_subdesc1_3_0_0_1 = "Chinese Connection"
DQM_subdesc1_3_0_0_2 = "The Plaice"
DQM_subdesc1_3_0_0_3 = "Moscow Hotel"
DQM_subdesc1_3_0_0_4 = "Ramada Continental Hotel"
DQM_subdesc1_3_0_0_5 = "Hawthorn Hotel"

DQM_2nd_icon_index1_3_0_0_7 = 0 
DQM_2nd_icon_index1_3_0_0_8 = 0 
DQM_2nd_icon_index1_3_0_0_9 = 0 


DQM_url1_3_0_0_0 = "pizza_express.htm"
DQM_url1_3_0_0_1 = "chinese_connection.htm"
DQM_url1_3_0_0_2 = "the_plaice.htm"
DQM_url1_3_0_0_3 = ""
DQM_url1_3_0_0_4 = ""
DQM_url1_3_0_0_5 = ""


/************************************************
*********-------Sub Menu 1 - Menu 3 - Menu 0 - Menu 0 - Menu 7 --------***************
************************************************/

DQM_sub_xy1_3_0_0_7 = "-279,-1"
DQM_sub_menu_width1_3_0_0_7 = 130
DQM_hl_bgcolor1_3_0_0_7 = "#515151"
DQM_divider_height1_3_0_0_7 = 1
DQM_border_color1_3_0_0_7 = "#515151"

DQM_subdesc1_3_0_0_7_0 = "Tolstoi"
DQM_subdesc1_3_0_0_7_1 = "Red Square"
DQM_subdesc1_3_0_0_7_2 = "Bolshoi"
DQM_subdesc1_3_0_0_7_3 = "Volga Coffee Shop"

DQM_url1_3_0_0_7_0 = "mex_chic_inn.htm"
DQM_url1_3_0_0_7_1 = "mex_chic_inn.htm"
DQM_url1_3_0_0_7_2 = "pizza_express.htm"
DQM_url1_3_0_0_7_3 = "chinese_connection.htm"



/************************************************
*********-------Sub Menu 1 - Menu 3 - Menu 0 - Menu 0 - Menu 8 --------***************
************************************************/

DQM_sub_xy1_3_0_0_8 = "-329,-1"
DQM_sub_menu_width1_3_0_0_8 = 180
DQM_hl_bgcolor1_3_0_0_8 = "#515151"
DQM_divider_height1_3_0_0_8 = 1
DQM_border_color1_3_0_0_8 = "#515151"

DQM_subdesc1_3_0_0_8_0 = "La Brasserie Coffee Shop"
DQM_subdesc1_3_0_0_8_1 = "Tamasha Indian Restaurant Night Club"
DQM_subdesc1_3_0_0_8_2 = "Thainese Asian Restaurant"
DQM_subdesc1_3_0_0_8_3 = "Cricketers Sports Bar"
DQM_subdesc1_3_0_0_8_4 = "Blues & Cues American Pool"
DQM_subdesc1_3_0_0_8_5 = "Al Khan Arabic Nightclub"
DQM_subdesc1_3_0_0_8_6 = "SkyLine Pool Bar"

DQM_url1_3_0_0_8_0 = "la_brassarie.htm"
DQM_url1_3_0_0_8_1 = "tamasha.htm"
DQM_url1_3_0_0_8_2 = "thainese.htm"
DQM_url1_3_0_0_8_3 = "cricketer.htm"
DQM_url1_3_0_0_8_4 = "blues.htm"
DQM_url1_3_0_0_8_5 = "al_khan.htm"
DQM_url1_3_0_0_8_6 = ""


/************************************************
*********-------Sub Menu 1 - Menu 3 - Menu 0 - Menu 0 - Menu 9 --------***************
************************************************/

DQM_sub_xy1_3_0_0_9 = "-329,-1"
DQM_sub_menu_width1_3_0_0_9 = 180
DQM_hl_bgcolor1_3_0_0_9 = "#515151"
DQM_divider_height1_3_0_0_9 = 1
DQM_border_color1_3_0_0_9 = "#515151"

DQM_subdesc1_3_0_0_9_0 = "Steakhouse Restaurant"


DQM_url1_3_0_0_9_0 = ""






/************************************************
*********-------Sub Menu 1 - Menu 3 - Menu 0 - Menu 1--------***************
************************************************/

DQM_sub_xy1_3_0_1 = "-1,-1"
DQM_sub_menu_width1_3_0_1 = 180
DQM_hl_bgcolor1_3_0_1 = "#515151"
DQM_divider_height1_3_0_1 = 1
DQM_border_color1_3_0_1 = "#515151"


DQM_subdesc1_3_0_1_0 = "Pizza Express"
DQM_subdesc1_3_0_1_1 = "Henry J Beans"
DQM_subdesc1_3_0_1_2 = "Khazana"
DQM_subdesc1_3_0_1_3 = "Chinese Treasure"
DQM_subdesc1_3_0_1_4 = "Capitol Hotel"
DQM_subdesc1_3_0_1_5 = "Malgudi Restaurant"
DQM_subdesc1_3_0_1_6 = "Harbour Cafe"
DQM_subdesc1_3_0_1_7 = "Kohinoor"
DQM_subdesc1_3_0_1_8 = "The Lounge"
DQM_subdesc1_3_0_1_9 = "Marines Club"

DQM_2nd_icon_index1_3_0_1_13 = 0 
DQM_2nd_icon_index1_3_0_1_14 = 0 

DQM_url1_3_0_1_0 = "pizza_express.htm"
DQM_url1_3_0_1_1 = "henry.htm"
DQM_url1_3_0_1_2 = "khazana.htm"
DQM_url1_3_0_1_3 = "chinese_treasure.htm"
DQM_url1_3_0_1_4 = ""
DQM_url1_3_0_1_5 = "malgudi_rest.htm"
DQM_url1_3_0_1_6 = "harbour_cafe.htm"
DQM_url1_3_0_1_7 = "kohinoor_seaview.htm"
DQM_url1_3_0_1_8 = "lounge.htm"
DQM_url1_3_0_1_9 = "marines_club.htm"


/************************************************
*********-------Sub Menu 1 - Menu 3 - Menu 0 - Menu 1 - Menu 20--------***************
************************************************/

DQM_sub_xy1_3_0_1_20 = "-319,-1"
DQM_sub_menu_width1_3_0_1_20 = 140
DQM_hl_bgcolor1_3_0_1_20 = "#515151"
DQM_divider_height1_3_0_1_20 = 1
DQM_border_color1_3_0_1_20 = "#515151"

DQM_subdesc1_3_0_1_20_0 = "Savage Garden"
DQM_subdesc1_3_0_1_20_1 = "Xanadu"
DQM_subdesc1_3_0_1_20_2 = "Atrium Coffee Shop"
DQM_subdesc1_3_0_1_20_3 = "Bazerkan"

DQM_url1_3_0_1_20_0 = "savage.htm"
DQM_url1_3_0_1_20_1 = "xanadu.htm"
DQM_url1_3_0_1_20_2 = "atrium.htm"
DQM_url1_3_0_1_20_3 = "bazerkan.htm"



/************************************************
*********-------Sub Menu 1 - Menu 3 - Menu 0 - Menu 1 - Menu 21--------***************
************************************************/

DQM_sub_xy1_3_0_1_21 = "-379,-1"
DQM_sub_menu_width1_3_0_1_21 = 200
DQM_hl_bgcolor1_3_0_1_21 = "#515151"
DQM_divider_height1_3_0_1_21 = 1
DQM_border_color1_3_0_1_21 = "#515151"





/************************************************
*********-------Sub Menu 1 - Menu 3 - Menu 0 - Menu 2--------***************
************************************************/

DQM_sub_xy1_3_0_2 = "-1,-1"
DQM_sub_menu_width1_3_0_2 = 150
DQM_hl_bgcolor1_3_0_2 = "#515151"
DQM_divider_height1_3_0_2 = 1
DQM_border_color1_3_0_2 = "#515151"

DQM_subdesc1_3_0_2_0 = "Fibber Magees"

DQM_url1_3_0_2_0 = "fibber_magees.htm"


/************************************************
*********-------Sub Menu 1 - Menu 3 - Menu 0 - Menu 3--------***************
************************************************/

DQM_sub_xy1_3_0_3 = "-1,-1"
DQM_sub_menu_width1_3_0_3 = 150
DQM_hl_bgcolor1_3_0_3 = "#515151"
DQM_divider_height1_3_0_3 = 1
DQM_border_color1_3_0_3 = "#515151"

DQM_subdesc1_3_0_3_0 = "Chinese Connection"
DQM_subdesc1_3_0_3_1 = "Pizza Express"
DQM_subdesc1_3_0_3_2 = "Chinese Pavilion"
DQM_subdesc1_3_0_3_3 = "The Indian Pavilion"
DQM_subdesc1_3_0_3_4 = "The Indian Pavilion"


DQM_url1_3_0_3_0 = "chinese_connection.htm"
DQM_url1_3_0_3_1 = "pizza_express.htm"
DQM_url1_3_0_3_2 = "chinese_pavillion.htm"
DQM_url1_3_0_3_3 = "indian_pavillion.htm"
DQM_url1_3_0_3_4 = "indian_pavillion.htm"



/************************************************
*********-------Sub Menu 1 - Menu 3 - Menu 0 - Menu 4--------***************
************************************************/

DQM_sub_xy1_3_0_4 = "-1,-1"
DQM_sub_menu_width1_3_0_4 = 150
DQM_hl_bgcolor1_3_0_4 = "#515151"
DQM_divider_height1_3_0_4 = 1
DQM_border_color1_3_0_4 = "#515151"

DQM_subdesc1_3_0_4_0 = "Pizza Express"
DQM_subdesc1_3_0_4_1 = "Magees"
DQM_subdesc1_3_0_4_2 = "The Orient Pavilion"

DQM_url1_3_0_4_0 = "pizza_express.htm"
DQM_url1_3_0_4_1 = "magees.htm"
DQM_url1_3_0_4_2 = ""



/************************************************
*********-------Sub Menu 2--------***************
************************************************/

DQM_sub_xy2 = "-69,29"
DQM_sub_menu_width2 = 95
DQM_hl_bgcolor2 = "#515151"
DQM_divider_height2 = 1
DQM_border_color2 = "#515151"

DQM_subdesc2_0 = "GENERAL"
DQM_subdesc2_1 = "KUWAIT"
DQM_subdesc2_2 = "BAHRAIN"
DQM_subdesc2_3 = "SAUDI"



DQM_2nd_icon_index2_1 = 0
DQM_2nd_icon_index2_2 = 0
DQM_2nd_icon_index2_3 = 0


DQM_url2_0 = "../egypt/general.htm"
DQM_url2_1 = ""
DQM_url2_2 = ""
DQM_url2_3 = ""

 

/************************************************
*********-------Sub Menu 2-Menu 0--------***************
************************************************/

DQM_sub_xy2_1 = "-1,-1"
DQM_sub_menu_width2_1 = 210
DQM_hl_bgcolor2_1 = "#515151"
DQM_divider_height2_1 = 1
DQM_border_color2_1 = "#515151"

DQM_subdesc2_1_0 = "THE PALM BEACH HOTEL & SPA"

DQM_url2_1_0 = "the_palm_beach_hotel_spa.htm"



/************************************************
*********-------Sub Menu 2-menu3--------***************
************************************************/

DQM_sub_xy2_3 = "-1,-1"
DQM_sub_menu_width2_3 = 120
DQM_hl_bgcolor2_3 = "#515151"
DQM_divider_height2_3 = 1
DQM_border_color2_3 = "#515151"

DQM_subdesc2_3_0 = "DOWN TOWN"
DQM_subdesc2_3_1 = "MADINA ROAD"
DQM_subdesc2_3_2 = "CORNICHE"
DQM_subdesc2_3_3 = "NORTH JEDDAH"
DQM_subdesc2_3_4 = "Dahban"
DQM_subdesc2_3_5 = "Taif"
DQM_subdesc2_3_6 = "LA FONTAINE"

DQM_2nd_icon_index2_3_0 = 0
DQM_2nd_icon_index2_3_1 = 0
DQM_2nd_icon_index2_3_2 = 0
DQM_2nd_icon_index2_3_3 = 0
DQM_2nd_icon_index2_3_4 = 0
DQM_2nd_icon_index2_3_5 = 0
DQM_2nd_icon_index2_3_6 = 0

DQM_url2_3_0_0 = ""
DQM_url2_3_0_1 = ""
DQM_url2_3_0_2 = ""
DQM_url2_3_0_3 = ""
DQM_url2_3_0_4 = ""
DQM_url2_3_0_5 = ""
DQM_url2_3_0_6 = ""

/************************************************
*********-------Sub Menu2-menu3-MENU0--------***************
************************************************/

DQM_sub_xy2_3_0 = "-1,-1"
DQM_sub_menu_width2_3_0 = 70
DQM_hl_bgcolor2_3_0 = "#515151"
DQM_divider_height2_3_0 = 1
DQM_border_color2_3_0 = "#515151"

DQM_subdesc2_3_0_0 = "RED SEA PALACE"

DQM_url2_3_0_0 = "saudi_sea_palace_hotel.htm"
 

/************************************************
*********-------Sub Menu 2-menu3-MENU1--------***************
************************************************/

DQM_sub_xy2_3_1 = "-1,-1"
DQM_sub_menu_width2_3_1 = 110
DQM_hl_bgcolor2_3_1 = "#515151"
DQM_divider_height2_3_1 = 1
DQM_border_color2_3_1 = "#515151"

DQM_subdesc2_3_1_0 = "MOVENPICK JEDDAH HOTEL"
DQM_subdesc2_3_1_1 = "Casablanca Hotel"
DQM_subdesc2_3_1_2 = "Royal Casablanca Hotel"


DQM_url2_3_1_0 = "saudi_moevenpick.htm"
DQM_url2_3_1_1 = "casablanca-hotel.htm"
DQM_url2_3_1_2 = "Royal-casablanca-hotel.htm"
 

/************************************************
*********-------Sub Menu2-menu3-MENU2--------***************
************************************************/

DQM_sub_xy2_3_2 = "-1,-1"
DQM_sub_menu_width2_3_2 = 130
DQM_hl_bgcolor2_3_2 = "#515151"
DQM_divider_height2_3_2 = 1
DQM_border_color2_3_2 = "#515151"

DQM_subdesc2_3_2_0 = "AL NAWRAS MOVENPICK HOTEL & RESORT"
DQM_subdesc2_3_2_1 = "WESTIN JEDDAH HOTEL"

DQM_url2_3_2_0 = "saudi_moevenpick_al_nawras.htm"
DQM_url2_3_2_1 = "saudi_westin_hotel.htm"


 

/************************************************
*********-------Sub Menu2-menu3-MENU3--------***************
************************************************/

DQM_sub_xy2_3_3 = "-1,-1"
DQM_sub_menu_width2_3_3 = 130
DQM_hl_bgcolor2_3_3 = "#515151"
DQM_divider_height2_3_3 = 1
DQM_border_color2_3_3 = "#515151"

DQM_subdesc2_3_3_0 = "RAMADA HOTEL"

DQM_url2_3_3_0 = "saudi_ramada_hotel.htm"

/************************************************
*********-------Sub Menu2-menu3-MENU4--------***************
************************************************/

DQM_sub_xy2_3_4 = "-1,-1"
DQM_sub_menu_width2_3_4 = 130
DQM_hl_bgcolor2_3_4 = "#515151"
DQM_divider_height2_3_4 = 1
DQM_border_color2_3_4 = "#515151"

DQM_subdesc2_3_4_0 = "Durrah Beach Resort"

DQM_url2_3_4_0 = "durrah-hotel.htm"


/************************************************
*********-------Sub Menu2-menu3-MENU5--------***************
************************************************/

DQM_sub_xy2_3_5 = "-1,-1"
DQM_sub_menu_width2_3_5 = 130
DQM_hl_bgcolor2_3_5 = "#515151"
DQM_divider_height2_3_5 = 1
DQM_border_color2_3_5 = "#515151"

DQM_subdesc2_3_5_0 = "Awaliv Hotel"

DQM_url2_3_5_0 = "awaliv.htm"

/************************************************
*********-------Sub Menu2-menu3-MENU6--------***************
************************************************/

DQM_sub_xy2_3_6 = "-1,-1"
DQM_sub_menu_width2_3_6 = 150
DQM_hl_bgcolor2_3_6 = "#515151"
DQM_divider_height2_3_6 = 1
DQM_border_color2_3_6 = "#515151"

DQM_subdesc2_3_6_0 = "AL AHMADY PLAZA"
DQM_subdesc2_3_6_1 = "AL GHOROUB"
DQM_subdesc2_3_6_2 = "AL SAAD"
DQM_subdesc2_3_6_3 = "BAHADER AL HADA"
DQM_subdesc2_3_6_4 = "BAIT AL BAHR"
DQM_subdesc2_3_6_5 = "DALF"
DQM_subdesc2_3_6_6 = "DURRET AL HADA"
DQM_subdesc2_3_6_7 = "DURRET AL KHAMIS"
DQM_subdesc2_3_6_8 = "DURRET AL KHOBAR"
DQM_subdesc2_3_6_9 = "LAQUON"
DQM_subdesc2_3_6_10 = "ROSE BEACH"



DQM_url2_3_6_0 = "Lafontaine1.htm"
DQM_url2_3_6_1 = "Lafontaine2.htm"
DQM_url2_3_6_2 = "Lafontaine3.htm"
DQM_url2_3_6_3 = "Lafontaine4.htm"
DQM_url2_3_6_4 = "Lafontaine5.htm"
DQM_url2_3_6_5 = "Lafontaine6.htm"
DQM_url2_3_6_6 = "Lafontaine7.htm"
DQM_url2_3_6_7 = "Lafontaine8.htm"
DQM_url2_3_6_8 = "Lafontaine9.htm"
DQM_url2_3_6_9 = "Lafontaine10.htm"
DQM_url2_3_6_10 = "Lafontaine11.htm"


/************************************************
*********-------Sub Menu 2-Menu 4--------***************
************************************************/

DQM_sub_xy2_4 = "-1,-1"
DQM_sub_menu_width2_4 = 130
DQM_hl_bgcolor2_4 = "#515151"
DQM_divider_height2_4 = 1
DQM_border_color2_4 = "#515151"

DQM_subdesc2_4_0 = "DUBAI"
DQM_subdesc2_4_1 = "SHARJAH"
DQM_subdesc2_4_2 = "ABU DHABI"
DQM_subdesc2_4_3 = "AJMAN"
DQM_subdesc2_4_4 = "AL AIN"
DQM_subdesc2_4_5 = "FUJAIRAH"
DQM_subdesc2_4_6 = "RAS AL KHAIMAH"
DQM_subdesc2_4_7 = "UMM AL QUWAIN"

DQM_2nd_icon_index2_4_0 = 0
DQM_2nd_icon_index2_4_1 = 0
DQM_2nd_icon_index2_4_2 = 0
DQM_2nd_icon_index2_4_5 = 0
DQM_2nd_icon_index2_4_6 = 0

DQM_url2_4_0 = ""
DQM_url2_4_1 = ""
DQM_url2_4_2 = ""
DQM_url2_4_3 = ""
DQM_url2_4_4 = ""
DQM_url2_4_5 = ""
DQM_url2_4_6 = ""
 

/************************************************
*********-------Sub Menu 2 - Menu 4 - Menu 0--------***************
************************************************/

DQM_sub_xy2_4_0 = "-1,-1"
DQM_sub_menu_width2_4_0 = 150
DQM_hl_bgcolor2_4_0 = "#515151"
DQM_divider_height2_4_0 = 1
DQM_border_color2_4_0 = "#515151"

DQM_subdesc2_4_0_0 = "DEIRA"
DQM_subdesc2_4_0_1 = "BUR DUBAI"
DQM_subdesc2_4_0_2 = "SHEIKH ZAYED ROAD"
DQM_subdesc2_4_0_3 = "JUMEIRAH"
DQM_subdesc2_4_0_4 = "JEBEL ALI & OTHERS"

DQM_2nd_icon_index2_4_0_0 = 0
DQM_2nd_icon_index2_4_0_1 = 0


DQM_url2_4_0_0 = ""
DQM_url2_4_0_1 = ""
DQM_url2_4_0_2 = ""
DQM_url2_4_0_3 = ""
DQM_url2_4_0_4 = ""

 
/************************************************
*********-------Sub Menu 2 - Menu 4 - Menu 0 - Menu 0 --------***************
************************************************/

DQM_sub_xy2_4_0_0 = "-110,-58"
DQM_sub_menu_width2_4_0_0 = 190
DQM_hl_bgcolor2_4_0_0 = "#515151"
DQM_divider_height2_4_0_0 = 1
DQM_border_color2_4_0_0 = "#515151"

DQM_subdesc2_4_0_0_0 = "Moscow Hotel"
DQM_subdesc2_4_0_0_1 = "Carlton Tower Hotel"
DQM_subdesc2_4_0_0_2 = "Ramada Contintental Hotel"

DQM_url2_4_0_0_0 = "moscow_hotel.htm"
DQM_url2_4_0_0_1 = "carlton_hotel.htm"
DQM_url2_4_0_0_2 = "ramada_hotel.htm"

 
/************************************************
*********-------Sub Menu 2 - Menu 4 - Menu 0 - Menu 1 --------***************
************************************************/

DQM_sub_xy2_4_0_1 = "-49,-1"
DQM_sub_menu_width2_4_0_1 = 135
DQM_hl_bgcolor2_4_0_1 = "#515151"
DQM_divider_height2_4_0_1 = 1
DQM_border_color2_4_0_1 = "#515151"

DQM_subdesc2_4_0_1_0 = "Capitol Hotel"
DQM_subdesc2_4_0_1_1 = "Seaview Hotel"

DQM_url2_4_0_1_0 = "capitol_hotel.htm"
DQM_url2_4_0_1_1 = "seaview_hotel.htm"


/************************************************
*********-------Sub Menu 2 - Menu 4 - Menu 1--------***************
************************************************/

DQM_sub_xy2_4_1 = "-1,-1"
DQM_sub_menu_width2_4_1 = 120
DQM_hl_bgcolor2_4_1 = "#515151"
DQM_divider_height2_4_1 = 1
DQM_border_color2_4_1 = "#515151"

DQM_subdesc2_4_1_0 = "Beach Hotel"

DQM_url2_4_1_0 = "beach_hotel.htm"



/************************************************
*********-------Sub Menu 2 - Menu 4 - Menu 2--------***************
************************************************/

DQM_sub_xy2_4_2 = "-1,-1"
DQM_sub_menu_width2_4_2 = 150
DQM_hl_bgcolor2_4_2 = "#515151"
DQM_divider_height2_4_2 = 1
DQM_border_color2_4_2 = "#515151"

DQM_subdesc2_4_2_0 = "Al Diar Capitol Hotel"
DQM_subdesc2_4_2_1 = "Al Diar Sands Hotel"
DQM_subdesc2_4_2_2 = "Al Diar Dana Hotel"

DQM_url2_4_2_0 = "al_diar_capitol_hotel.htm"
DQM_url2_4_2_1 = "al_diar_sands_hotel.htm"
DQM_url2_4_2_2 = "al_diar_DANA_hotel.htm"



/************************************************
*********-------Sub Menu 2 - Menu 4 - Menu 5--------***************
************************************************/

DQM_sub_xy2_4_5 = "-1,-1"
DQM_sub_menu_width2_4_5 = 130
DQM_hl_bgcolor2_4_5 = "#515151"
DQM_divider_height2_4_5 = 1
DQM_border_color2_4_5 = "#515151"

DQM_subdesc2_4_5_0 = "Al Diar Siji Hotel"

DQM_url2_4_5_0 = "aldiar_siji.htm"



/************************************************
*********-------Sub Menu 2 - Menu 4 - Menu 6--------***************
************************************************/

DQM_sub_xy2_4_6 = "-1,-1"
DQM_sub_menu_width2_4_6 = 190
DQM_hl_bgcolor2_4_6 = "#515151"
DQM_divider_height2_4_6 = 1
DQM_border_color2_4_6 = "#515151"

DQM_subdesc2_4_6_0 = "Al Hamra Fort Hotel & Beach Resort"
DQM_subdesc2_4_6_1 = "Khatt Springs Hotel & Spa"

DQM_url2_4_6_0 = "al_hamra_fort.htm"
DQM_url2_4_6_1 = "khatt_springs.htm"




/************************************************
*********-------Sub Menu 3--------***************
************************************************/

DQM_sub_xy3 = "-85,29"
DQM_sub_menu_width3 = 75
DQM_hl_bgcolor3 = "#515151"
DQM_divider_height3 = 1
DQM_border_color3 = "#515151"

DQM_subdesc3_0 = "INDIA"
DQM_subdesc3_1 = "EGYPT"
DQM_subdesc3_2 = "KUWAIT"

DQM_2nd_icon_index3_0 = 0
DQM_2nd_icon_index3_1 = 0
DQM_2nd_icon_index3_2 = 0


DQM_url3_0 = ""
DQM_url3_1 = ""
DQM_url3_2 = ""




/************************************************
*********-------Sub Menu 3 - Sub Menu 0--------***************
************************************************/

DQM_sub_xy3_0 = "-1,-1"
DQM_sub_menu_width3_0 = 110
DQM_hl_bgcolor3_0 = "#515151"
DQM_divider_height3_0 = 1
DQM_border_color3_0 = "#515151"

DQM_subdesc3_0_0 = "DELHI"
DQM_subdesc3_0_1 = "KOLKATA"
DQM_subdesc3_0_2 = "CHENNAI"
DQM_subdesc3_0_3 = "BANGALORE"
DQM_subdesc3_0_4 = "HYDERABAD"

DQM_2nd_icon_index3_0_0 = 0
DQM_2nd_icon_index3_0_1 = 0
DQM_2nd_icon_index3_0_2 = 0
DQM_2nd_icon_index3_0_4 = 0

DQM_url3_0_0 = ""
DQM_url3_0_1 = ""
DQM_url3_0_2 = ""
DQM_url3_0_3 = ""
DQM_url3_0_4 = ""




/************************************************
*********-------Sub Menu 3 - Sub Menu 0 - Sub Menu 0 --------***************
************************************************/

DQM_sub_xy3_0_0 = "-1,-1"
DQM_sub_menu_width3_0_0 = 120
DQM_hl_bgcolor3_0_0 = "#515151"
DQM_divider_height3_0_0 = 1
DQM_border_color3_0_0 = "#515151"

DQM_subdesc3_0_0_0 = "APOLLO Hospital"

DQM_url3_0_0_0 = "../saarc/apollo/apollo.htm"


/************************************************
*********-------Sub Menu 3 - Sub Menu 0 - Sub Menu 1 --------***************
************************************************/

DQM_sub_xy3_0_1 = "-1,-1"
DQM_sub_menu_width3_0_1 = 120
DQM_hl_bgcolor3_0_1 = "#515151"
DQM_divider_height3_0_1 = 1
DQM_border_color3_0_1 = "#515151"

DQM_subdesc3_0_1_0 = "APOLLO Hospital"

DQM_url3_0_1_0 = "../saarc/apollo/apollo.htm"


/************************************************
*********-------Sub Menu 3 - Sub Menu 0 - Sub Menu 2 --------***************
************************************************/

DQM_sub_xy3_0_2 = "-1,-1"
DQM_sub_menu_width3_0_2 = 120
DQM_hl_bgcolor3_0_2 = "#515151"
DQM_divider_height3_0_2 = 1
DQM_border_color3_0_2 = "#515151"

DQM_subdesc3_0_2_0 = "APOLLO Hospital"

DQM_url3_0_2_0 = "../saarc/apollo/apollo.htm"


/************************************************
*********-------Sub Menu 3 - Sub Menu 0 - Sub Menu 4 --------***************
************************************************/

DQM_sub_xy3_0_4 = "-1,-1"
DQM_sub_menu_width3_0_4 = 120
DQM_hl_bgcolor3_0_4 = "#515151"
DQM_divider_height3_0_4 = 1
DQM_border_color3_0_4 = "#515151"

DQM_subdesc3_0_4_0 = "APOLLO Hospital"

DQM_url3_0_4_0 = "../saarc/apollo/apollo.htm"



/************************************************
*********-------Sub Menu 3 - Sub Menu 1--------***************
************************************************/

DQM_sub_xy3_1 = "-1,-1"
DQM_sub_menu_width3_1 = 120
DQM_hl_bgcolor3_1 = "#515151"
DQM_divider_height3_1 = 1
DQM_border_color3_1 = "#515151"

DQM_subdesc3_1_0 = "DUBAI"
DQM_subdesc3_1_1 = "SHARJAH"
DQM_subdesc3_1_2 = "ABU DHABI"
DQM_subdesc3_1_3 = "AJMAN"
DQM_subdesc3_1_4 = "AL AIN"
DQM_subdesc3_1_5 = "FUJAIRAH"
DQM_subdesc3_1_6 = "RAS AL KHAIMAH"
DQM_subdesc3_1_7 = "UMM AL QUWAIN"

DQM_2nd_icon_index3_1_0 = 0
DQM_2nd_icon_index3_1_1 = 0
DQM_2nd_icon_index3_1_2 = 0

DQM_url3_1_0 = ""
DQM_url3_1_1 = ""
DQM_url3_1_2 = ""
DQM_url3_1_3 = ""
DQM_url3_1_4 = ""
DQM_url3_1_5 = ""
DQM_url3_1_6 = ""
DQM_url3_1_7 = ""

/************************************************
*********-------Sub Menu 3 - Sub Menu 1 - Sub Menu 0--------***************
************************************************/

DQM_sub_xy3_1_0 = "-1,-1"
DQM_sub_menu_width3_1_0 = 100
DQM_hl_bgcolor3_1_0 = "#515151"
DQM_divider_height3_1_0 = 1
DQM_border_color3_1_0 = "#515151"

DQM_subdesc3_1_0_0 = "DEIRA"
DQM_subdesc3_1_0_1 = "BUR DUBAI"
DQM_subdesc3_1_0_2 = "SHEIKH ZAYED ROAD"
DQM_subdesc3_1_0_3 = "JUMEIRAH"
DQM_subdesc3_1_0_4 = "JEBEL ALI & OTHERS"

DQM_2nd_icon_index3_1_0_0 = 0

DQM_url3_1_0_0 = ""
DQM_url3_1_0_1 = ""
DQM_url3_1_0_2 = ""
DQM_url3_1_0_3 = ""
DQM_url3_1_0_4 = ""


/************************************************
*********-------Sub Menu 3 - Sub Menu 1 - Sub Menu 0 - Sub Menu 0--------***************
************************************************/

DQM_sub_xy3_1_0_0 = "-1,-1"
DQM_sub_menu_width3_1_0_0 = 85
DQM_hl_bgcolor3_1_0_0 = "#515151"
DQM_divider_height3_1_0_0 = 1
DQM_border_color3_1_0_0 = "#515151"

DQM_subdesc3_1_0_0_0 = "NMC"
DQM_subdesc3_1_0_0_1 = "NMC SPECIALITY HOSPITAL"

DQM_url3_1_0_0_0 = "nmc.htm"
DQM_url3_1_0_0_1 = "nmc.htm"


/************************************************
*********-------Sub Menu 3 - Sub Menu 1 - Sub Menu 0--------***************
************************************************/

DQM_sub_xy3_1_1 = "-1,-1"
DQM_sub_menu_width3_1_1 = 50
DQM_hl_bgcolor3_1_1 = "#515151"
DQM_divider_height3_1_1 = 1
DQM_border_color3_1_1 = "#515151"

DQM_subdesc3_1_1_0 = "NMC"

DQM_url3_1_1_0 = "nmc.htm"


/************************************************
*********-------Sub Menu 3 - Sub Menu 1 - Sub Menu 2--------***************
************************************************/

DQM_sub_xy3_1_2 = "-1,-1"
DQM_sub_menu_width3_1_2 = 50
DQM_hl_bgcolor3_1_2 = "#515151"
DQM_divider_height3_1_2 = 1
DQM_border_color3_1_2 = "#515151"

DQM_subdesc3_1_2_0 = "NMC"

DQM_url3_1_2_0 = "nmc.htm"



/************************************************
*********-------Sub Menu 3 - Sub Menu 2--------***************
************************************************/

DQM_sub_xy3_2 = "-1,-1"
DQM_sub_menu_width3_2 = 95
DQM_hl_bgcolor3_2 = "#515151"
DQM_divider_height3_2 = 1
DQM_border_color3_2 = "#515151"

DQM_subdesc3_2_0 = "CAIRO"

DQM_url3_2_0 = ""



/************************************************
*********-------Sub Menu 3 - Sub Menu 3--------***************
************************************************/

DQM_sub_xy3_3 = "-1,-1"
DQM_sub_menu_width3_3 = 220
DQM_hl_bgcolor3_3 = "#515151"
DQM_divider_height3_3 = 1
DQM_border_color3_3 = "#515151"

DQM_subdesc3_3_0 = "BAHMAN CLINIC"
DQM_subdesc3_3_1 = "MEDICAL TESTING LABORATORY"
DQM_subdesc3_3_2 = "Dental House Center"
DQM_subdesc3_3_3 = "Gulf Laboratory"
DQM_subdesc3_3_4 = "Jabriya Laboratory"

DQM_url3_3_0 = "life_medical.htm"
DQM_url3_3_1 = "gulf_jabriya.htm"
DQM_url3_3_2 = "dental.htm"
DQM_url3_3_3 = "6621.htm"
DQM_url3_3_4 = "6622.htm"


/************************************************
*********-------Sub Menu 6--------***************
************************************************/

DQM_sub_xy6 = "-120,29"
DQM_sub_menu_width6 = 120
DQM_hl_bgcolor6 = "#515151"
DQM_divider_height6 = 1
DQM_border_color6 = "#515151"

DQM_subdesc6_0 = "ABOUT US"
DQM_subdesc6_1 = "CONTACT US"
DQM_subdesc6_2 = "COMMENTS / SUGGESTIONS"

DQM_url6_0 = "about_us.htm"
DQM_url6_1 = "../egypt/contact_us.htm"
DQM_url6_2 = "comments.htm"
 

/************************************************
*********-------Sub Menu 8--------***************
************************************************/

DQM_sub_xy8 = "-1,0"
DQM_sub_menu_width8 = 95
DQM_hl_bgcolor8 = "#515151"
DQM_divider_height8 = 1
DQM_border_color8 = "#515151"

DQM_subdesc8_0 = "OCT 2005"
DQM_subdesc8_1 = "DEC 2005"
DQM_subdesc8_2 = "MAR 2006"
DQM_subdesc8_3 = "JUN 2006"
DQM_subdesc8_4 = "SEP 2006"
DQM_subdesc8_5 = "MAR 2007"

DQM_url8_0 = "../egypt/news.htm"
DQM_url8_1 = "news-dec.htm"
DQM_url8_2 = "news-mar.htm"
DQM_url8_3 = "news-jun.htm"
DQM_url8_4 = "news-sep.htm"
DQM_url8_5 = "news-mar-2007.htm"


/************************************************
*********-------Sub Menu 10--------***************
************************************************/

DQM_sub_xy10 = "-1,0"
DQM_sub_menu_width10 = 140
DQM_hl_bgcolor10 = "#515151"
DQM_divider_height10 = 1
DQM_border_color10 = "#515151"

DQM_subdesc10_0 = "AL MABROOR"
DQM_subdesc10_1 = "Stallion Gym"
DQM_subdesc10_2 = "Costa Del Sol Hotel"
DQM_subdesc10_3 = "Ramada Hotel"

DQM_url10_0 = "al_mabroor.htm"
DQM_url10_1 = "stallion-gym.htm"
DQM_url10_2 = "6623.htm"
DQM_url10_3 = "6624.htm"


/************************************************
*********-------Sub Menu 11--------***************
************************************************/

DQM_sub_xy11 = "-1,0"
DQM_sub_menu_width11 = 95
DQM_hl_bgcolor11 = "#515151"
DQM_divider_height11 = 1
DQM_border_color11 = "#515151"






/************************************************
*********-------Sub Menu 11--------***************
************************************************/

DQM_sub_xy11 = "-1,0"
DQM_sub_menu_width11 = 95
DQM_hl_bgcolor11 = "#515151"
DQM_divider_height11 = 1
DQM_border_color11 = "#515151"

DQM_subdesc11_0 = "KUWAIT"
DQM_subdesc11_1 = "BAHRAIN"
DQM_subdesc11_2 = "SAUDI" 


DQM_2nd_icon_index11_0 = 0
DQM_2nd_icon_index11_1 = 0
DQM_2nd_icon_index11_2 = 0


DQM_url11_0 = ""
DQM_url11_1 = ""
DQM_url11_2 = ""



/************************************************
*********-------Sub Menu 11 - Menu 0--------***************
************************************************/

DQM_sub_xy11_0 = "-1,-1"
DQM_sub_menu_width11_0 = 160
DQM_hl_bgcolor11_0 = "#515151"
DQM_divider_height11_0 = 1
DQM_border_color11_0 = "#515151"
 

DQM_subdesc11_0_0 = "ORCHID SPA"
DQM_subdesc11_0_1 = "LAVENDER"
DQM_subdesc11_0_2 = "CASTELLO SPA"
DQM_subdesc11_0_3 = "World SPA"
DQM_subdesc11_0_4 = "Ramada Hotel Beauty Center"


DQM_url11_0_0 = "orchid_spa.htm"
DQM_url11_0_1 = "lavender.htm"
DQM_url11_0_2 = "castellospa.htm"
DQM_url11_0_3 = "6625.htm"
DQM_url11_0_4 = "6626.htm"




/************************************************
*********-------Sub Menu 11 - Menu 3--------***************
************************************************/

DQM_sub_xy11_3 = "-1,-1"
DQM_sub_menu_width11_3 = 120
DQM_hl_bgcolor11_3 = "#515151"
DQM_divider_height11_3 = 1
DQM_border_color11_3 = "#515151"
 

DQM_subdesc11_3_0 = "DUBAI"
DQM_subdesc11_3_1 = "SHARJAH"
DQM_subdesc11_3_2 = "ABU DHABI"
DQM_subdesc11_3_3 = "AJMAN"
DQM_subdesc11_3_4 = "AL AIN"
DQM_subdesc11_3_5 = "FUJAIRAH"
DQM_subdesc11_3_6 = "RAS AL KHAIMAH"
DQM_subdesc11_3_7 = "UMM AL QUWAIN"

DQM_2nd_icon_index11_3_0 = 0

DQM_url11_3_0 = ""
DQM_url11_3_1 = ""
DQM_url11_3_2 = ""
DQM_url11_3_3 = ""
DQM_url11_3_4 = ""
DQM_url11_3_5 = ""
DQM_url11_3_6 = ""
 


/************************************************
*********-------Sub Menu 11 - Menu 3 - Menu 0--------***************
************************************************/

DQM_sub_xy11_3_0 = "-1,-1"
DQM_sub_menu_width11_3_0 = 160
DQM_hl_bgcolor11_3_0 = "#515151"
DQM_divider_height11_3_0 = 1
DQM_border_color11_3_0 = "#515151"

DQM_subdesc11_3_0_0 = "DEIRA"
DQM_subdesc11_3_0_1 = "BUR DUBAI"
DQM_subdesc11_3_0_2 = "SHEIKH ZAYED ROAD"
DQM_subdesc11_3_0_3 = "JUMEIRAH"
DQM_subdesc11_3_0_4 = "JEBEL ALI & OTHERS"

DQM_2nd_icon_index11_3_0_0 = 0
DQM_2nd_icon_index11_3_0_1 = 0
DQM_2nd_icon_index11_3_0_2 = 0
DQM_2nd_icon_index11_3_0_3 = 0

DQM_url11_3_0_0 = ""
DQM_url11_3_0_1 = ""
DQM_url11_3_0_2 = ""
DQM_url11_3_0_3 = ""
DQM_url11_3_0_4 = ""



/************************************************
*********-------Sub Menu 11 - Menu 3 - Menu 0 - Menu 0--------***************
************************************************/

DQM_sub_xy11_3_0_0 = "-1,-1"
DQM_sub_menu_width11_3_0_0 = 200
DQM_hl_bgcolor11_3_0_0 = "#515151"
DQM_divider_height11_3_0_0 = 1
DQM_border_color11_3_0_0 = "#515151"

DQM_subdesc11_3_0_0_0 = "Top Style Salon for Ladies"
DQM_subdesc11_3_0_0_1 = "Top Style Salon for Men"

DQM_url11_3_0_0_0 = "top_style.htm"
DQM_url11_3_0_0_1 = "top_style.htm"


/************************************************
*********-------Sub Menu 11 - Menu 3 - Menu 0 - Menu 1--------***************
************************************************/

DQM_sub_xy11_3_0_1 = "-1,-1"
DQM_sub_menu_width11_3_0_1 = 160
DQM_hl_bgcolor11_3_0_1 = "#515151"
DQM_divider_height11_3_0_1 = 1
DQM_border_color11_3_0_1 = "#515151"



/************************************************
*********-------Sub Menu 11 - Menu 3 - Menu 0 - Menu 2--------***************
************************************************/

DQM_sub_xy11_3_0_2 = "-1,-1"
DQM_sub_menu_width11_3_0_2 = 160
DQM_hl_bgcolor11_3_0_2 = "#515151"
DQM_divider_height11_3_0_2 = 1
DQM_border_color11_3_0_2 = "#515151"


/************************************************
*********-------Sub Menu 11 - Menu 3 - Menu 0 - Menu 3--------***************
************************************************/

DQM_sub_xy11_3_0_3 = "-1,-1"
DQM_sub_menu_width11_3_0_3 = 160
DQM_hl_bgcolor11_3_0_3 = "#515151"
DQM_divider_height11_3_0_3 = 1
DQM_border_color11_3_0_3 = "#515151"

DQM_subdesc11_3_0_3_0 = "Top Style Salon"

DQM_url11_3_0_3_0 = "top_style.htm"


/************************************************
*********-------Sub Menu 12--------***************
************************************************/

DQM_sub_xy12 = "-1,0"
DQM_sub_menu_width12 = 180
DQM_hl_bgcolor12 = "#515151"
DQM_divider_height12 = 1
DQM_border_color12 = "#515151"

DQM_subdesc12_0 = "ABOUT US"
DQM_subdesc12_1 = "RULES OF USE"
DQM_subdesc12_2 = "PARTICIPATING OUTLETS" 
DQM_subdesc12_3 = "SAMPLE OF VOUCHERS"
DQM_subdesc12_4 = "CONTACT US"


DQM_url12_0 = "magazine.htm"
DQM_url12_1 = "magazine_rules.htm"
DQM_url12_2 = "magazine_outlets.htm"
DQM_url12_3 = "magazine_sample.htm"
DQM_url12_4 = "magazine_contact.htm"


 

/************************************************
*********-------Sub Menu 4--------***************

************************************************/

DQM_sub_xy4 = "-105,29"
DQM_sub_menu_width4 = 250
DQM_hl_bgcolor4 = "#515151"
DQM_divider_height4 = 1
DQM_border_color4 = "#515151"

DQM_subdesc4_0 = "ONLINE WORLDWIDE RESERVATIONS"
DQM_subdesc4_1 = "ONLINE LOCAL RESERVATIONS"
DQM_subdesc4_2 = "ONLINE SUPPORT"
DQM_subdesc4_3 = "ONLINE RESERVATIONS - INDIA"


DQM_url4_0 = "http://www.octopustravel.com/em/Enter.jsp?siteid=tvbgroup"
DQM_url4_1 = "http://www.kazaclub.com/reservation/reservation1.htm"
DQM_url4_2 = "local_support.htm"
DQM_url4_3 = "http://www.kazaclub.com/saarc/travel"





/************************************************
*********-------Sub Menu 13--------***************

************************************************/

DQM_sub_xy13 = "-260,0"
DQM_sub_menu_width13 = 140
DQM_hl_bgcolor13 = "#515151"
DQM_divider_height13 = 1
DQM_border_color13 = "#515151"

DQM_subdesc13_0 = "AIRLINE BENEFITS"
DQM_subdesc13_1 = "EGYPTAIR"
DQM_subdesc13_2 = "KARNAK TRAVEL"

DQM_2nd_icon_index13_1 = 0

DQM_url13_0 = "airline_benefit.htm"
DQM_url13_1 = ""
DQM_url13_2 = "egyptair_karnak.htm"



/************************************************
*********-------Sub Menu 13 - Sub Menu 1--------***************

************************************************/

DQM_sub_xy13_1 = "-1,-1"
DQM_sub_menu_width13_1 = 120
DQM_hl_bgcolor13_1 = "#515151"
DQM_divider_height13_1 = 1
DQM_border_color13_1 = "#515151"

DQM_subdesc13_1_0 = "EGYPTAIR NEWS"
DQM_subdesc13_1_1 = "EGYPTAIR PLUS"
DQM_subdesc13_1_2 = "REGISTRATION"

DQM_url13_1_0 = "egyptair_news.htm"
DQM_url13_1_1 = "egyptair_plus.htm"
DQM_url13_1_2 = "egyptair_registration.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 = "INDIA"


DQM_url15_0 = ""
DQM_url15_1 = ""
DQM_url15_2 = ""
DQM_url15_3 = ""




/************************************************
*********-------Sub Menu 16--------***************
************************************************/

DQM_sub_xy16 = "-240,0"
DQM_sub_menu_width16 = 120
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 = "INDIA"

DQM_2nd_icon_index16_0 = 0
DQM_2nd_icon_index16_1 = 0
DQM_2nd_icon_index16_2 = 0
DQM_2nd_icon_index16_3 = 0

DQM_url16_0 = ""
DQM_url16_1 = ""
DQM_url16_2 = ""
DQM_url16_3 = ""
DQM_url16_4 = ""





/************************************************
*********-------Sub Menu 15 - Sub Menu 0--------***************
************************************************/

DQM_sub_xy15_0 = "-200,0"
DQM_sub_menu_width15_0 = 90
DQM_hl_bgcolor15_0 = "#515151"
DQM_divider_height15_0 = 1
DQM_border_color15_0 = "#515151"

DQM_subdesc15_0_0 = "2006"
DQM_subdesc15_0_1 = "2007"
 
DQM_url15_0_0 = "testimonials_2006.htm"
DQM_url15_0_1 = "testimonials_2007.htm"



/************************************************
*********-------Sub Menu 15 - Sub Menu 1--------***************
************************************************/

DQM_sub_xy15_1 = "-200,0"
DQM_sub_menu_width15_1 = 90
DQM_hl_bgcolor15_1 = "#515151"
DQM_divider_height15_1 = 1
DQM_border_color15_1 = "#515151"

DQM_subdesc15_1_0 = "2007"
 
DQM_url15_1_0 = ""



/************************************************
*********-------Sub Menu 15 - Sub Menu 2--------***************
************************************************/

DQM_sub_xy15_2 = "-200,0"
DQM_sub_menu_width15_2 = 90
DQM_hl_bgcolor15_2 = "#515151"
DQM_divider_height15_2 = 1
DQM_border_color15_2 = "#515151"

DQM_subdesc15_2_0 = "2007"
 
DQM_url15_2_0 = "testimonials_sa.htm"



/************************************************
*********-------Sub Menu 15 - Sub Menu 3--------***************
************************************************/

DQM_sub_xy15_3 = "-200,0"
DQM_sub_menu_width15_3 = 90
DQM_hl_bgcolor15_3 = "#515151"
DQM_divider_height15_3 = 1
DQM_border_color15_3 = "#515151"

DQM_subdesc15_3_0 = "2007"
 
DQM_url15_3_0 = ""



/************************************************
*********-------Sub Menu 15 - Sub Menu 4--------***************
************************************************/

DQM_sub_xy15_4 = "-200,0"
DQM_sub_menu_width15_4 = 90
DQM_hl_bgcolor15_4 = "#515151"
DQM_divider_height15_4 = 1
DQM_border_color15_4 = "#515151"

DQM_subdesc15_4_0 = "2007"
 
DQM_url15_4_0 = ""


 



/************************************************
*********-------Sub Menu 16 - Sub menu 0--------***************
************************************************/

DQM_sub_xy16_0 = "-200,-1"
DQM_sub_menu_width16_0 = 80
DQM_hl_bgcolor16_0 = "#515151"
DQM_divider_height16_0 = 1
DQM_border_color16_0 = "#515151"

DQM_subdesc16_0_0 = "JAN 2007"
DQM_subdesc16_0_1 = "FEB 2007"
DQM_subdesc16_0_2 = "MAR 2007"
DQM_subdesc16_0_3 = "APR 2007"
DQM_subdesc16_0_4 = "SEP 2007"
DQM_subdesc16_0_5 = "OCT 2007"

DQM_url16_0_0 = "http://www.kazaclub.com/saarc/press_release_jan.htm"
DQM_url16_0_1 = "http://www.kazaclub.com/saarc/press_release_feb.htm"
DQM_url16_0_2 = "http://www.kazaclub.com/saarc/press_release_mar.htm"
DQM_url16_0_3 = "http://www.kazaclub.com/saarc/press_release_apr.htm"
DQM_url16_0_4 = "http://www.kazaclub.com/saarc/press_release_sep.htm"
DQM_url16_0_5 = "http://www.kazaclub.com/saarc/press_release_oct.htm"




/************************************************
*********-------Sub Menu 16 - Sub menu 1--------***************
************************************************/

DQM_sub_xy16_1 = "-200,-1"
DQM_sub_menu_width16_1 = 80
DQM_hl_bgcolor16_1 = "#515151"
DQM_divider_height16_1 = 1
DQM_border_color16_1 = "#515151"

DQM_subdesc16_1_0 = "JAN 2007"
DQM_subdesc16_1_1 = "FEB 2007"
DQM_subdesc16_1_2 = "MAR 2007"
DQM_subdesc16_1_3 = "APR 2007"
DQM_subdesc16_1_4 = "SEP 2007"
DQM_subdesc16_1_5 = "OCT 2007"

DQM_url16_1_0 = "http://www.kazaclub.com/saarc/press_release_jan.htm"
DQM_url16_1_1 = "http://www.kazaclub.com/saarc/press_release_feb.htm"
DQM_url16_1_2 = "http://www.kazaclub.com/saarc/press_release_mar.htm"
DQM_url16_1_3 = "http://www.kazaclub.com/saarc/press_release_apr.htm"
DQM_url16_1_4 = "http://www.kazaclub.com/saarc/press_release_sep.htm"
DQM_url16_1_5 = "http://www.kazaclub.com/saarc/press_release_oct.htm"



/************************************************
*********-------Sub Menu 16 - Sub menu 2--------***************
************************************************/

DQM_sub_xy16_2 = "-200,-1"
DQM_sub_menu_width16_2 = 80
DQM_hl_bgcolor16_2 = "#515151"
DQM_divider_height16_2 = 1
DQM_border_color16_2 = "#515151"

DQM_subdesc16_2_0 = "JAN 2007"
DQM_subdesc16_2_1 = "FEB 2007"
DQM_subdesc16_2_2 = "MAR 2007"
DQM_subdesc16_2_3 = "APR 2007"
DQM_subdesc16_2_4 = "SEP 2007"
DQM_subdesc16_2_5 = "OCT 2007"


DQM_url16_2_0 = "http://www.kazaclub.com/saarc/press_release_jan.htm"
DQM_url16_2_1 = "http://www.kazaclub.com/saarc/press_release_feb.htm"
DQM_url16_2_2 = "http://www.kazaclub.com/saarc/press_release_mar.htm"
DQM_url16_2_3 = "http://www.kazaclub.com/saarc/press_release_apr.htm"
DQM_url16_2_4 = "http://www.kazaclub.com/saarc/press_release_sep.htm"
DQM_url16_2_5 = "http://www.kazaclub.com/saarc/press_release_oct.htm"




/************************************************
*********-------Sub Menu 16 - Sub menu 3--------***************
************************************************/

DQM_sub_xy16_3 = "-200,-1"
DQM_sub_menu_width16_3 = 80
DQM_hl_bgcolor16_3 = "#515151"
DQM_divider_height16_3 = 1
DQM_border_color16_3 = "#515151"

DQM_subdesc16_3_0 = "JAN 2007"
DQM_subdesc16_3_1 = "FEB 2007"
DQM_subdesc16_3_2 = "MAR 2007"
DQM_subdesc16_3_3 = "APR 2007"
DQM_subdesc16_3_4 = "SEP 2007"
DQM_subdesc16_3_5 = "OCT 2007"

DQM_url16_3_0 = "http://www.kazaclub.com/saarc/press_release_jan.htm"
DQM_url16_3_1 = "http://www.kazaclub.com/saarc/press_release_feb.htm"
DQM_url16_3_2 = "http://www.kazaclub.com/saarc/press_release_mar.htm"
DQM_url16_3_3 = "http://www.kazaclub.com/saarc/press_release_apr.htm"
DQM_url16_3_4 = "http://www.kazaclub.com/saarc/press_release_sep.htm"
DQM_url16_3_5 = "http://www.kazaclub.com/saarc/press_release_oct.htm"




/************************************************
*********-------Sub Menu 14--------***************
************************************************/

DQM_sub_xy14 = "-230,0"
DQM_sub_menu_width14 = 110
DQM_hl_bgcolor14 = "#515151"
DQM_divider_height14 = 1
DQM_border_color14 = "#515151"

DQM_subdesc14_0 = "EGYPT"
DQM_subdesc14_1 = "KUWAIT"
DQM_subdesc14_2 = "SAUDI ARABIA"
DQM_subdesc14_3 = "INDIA"

DQM_url14_0 = ""
DQM_url14_1 = ""
DQM_url14_2 = ""
DQM_url14_3 = ""





/************************************************
*********-------Sub Menu 14 - Sub Menu 0--------***************
************************************************/

DQM_sub_xy14_0 = "-250,-1"
DQM_sub_menu_width14_0 = 140
DQM_hl_bgcolor14_0 = "#515151"
DQM_divider_height14_0 = 1
DQM_border_color14_0 = "#515151"

DQM_subdesc14_0_0 = "MEET & ASSIST"
DQM_subdesc14_0_1 = "CAR HIRE"
DQM_subdesc14_0_2 = "LONG TERM LEASE"

DQM_url14_0_0 = "http://www.kazaclub.com/egypt/meet_assist.htm"
DQM_url14_0_1 = "http://www.kazaclub.com/egypt/car_hire.htm"
DQM_url14_0_2 = "http://www.kazaclub.com/egypt/long_term_lease.htm"



