limit_multiple_users = true

limit_users = true

sequence = "9x88_4"
/*-------------------------------------------
Colors, Borders, Dividers, and more...
--------------------------------------------*/


	dqm__sub_menu_width = 200      		//default sub menu widths
	dqm__sub_xy = "0,0"            		//default sub x,y coordinates - defined relative
						//to the top-left corner of parent image or sub menu
   

	dqm__urltarget = "_self"		//default URL target: _self, _parent, _new, or "my frame name"

	dqm__border_width = 0
	dqm__divider_height = 0

	dqm__border_color = "#CECECE"		//Hex color or 'transparent'
	dqm__menu_bgcolor = "#9C9C9B"		//Hex color or 'transparent'
	dqm__hl_bgcolor = "#DADAC7"		

	dqm__mouse_off_delay = 800		//defined in milliseconds (activated after mouse stops)
	dqm__nn4_mouse_off_delay = 750		//defined in milliseconds (activated after leaving sub)


/*-------------------------------------------
Font settings and margins
--------------------------------------------*/
   

    //Font settings

	dqm__textcolor = "#FFFFFF"
	dqm__fontfamily = "Verdana"		//Any available system font     
	dqm__fontsize = 10			//Defined with pixel sizing  	
	dqm__fontsize_ie4 = 9			//Defined with point sizing
	dqm__textdecoration = "normal"		//set to: 'normal', or 'underline'
	dqm__fontweight = "bold"		//set to: 'normal', or 'bold'
	dqm__fontstyle = "normal"		//set to: 'normal', or 'italic' 	


    //Rollover font settings

	dqm__hl_textcolor = "#333333"
	dqm__hl_textdecoration = "normal"	//set to: 'normal', or 'underline'



    //Margins and text alignment

	dqm__text_alignment = "left"		//set to: 'left', 'center' or 'right'
	dqm__margin_top = 3
	dqm__margin_bottom = 5
	dqm__margin_left = 5
	dqm__margin_right = 4

   


/*-------------------------------------------
Bullet and Icon image library - Unlimited bullet
or icon images may be defined below and then associated
with any sub menu items within the 'Sub Menu Structure 
and Text' section of this data file.
--------------------------------------------*/


    //Relative positioned icon images (flow with sub item text)

	dqm__icon_image0 = "images/null.gif"
	dqm__icon_rollover0 = "images/null.gif"
	dqm__icon_image_wh0 = "1,1"

	

    //Absolute positioned icon images (coordinate poitioned)

	dqm__2nd_icon_image0 = "images/null.gif"
	dqm__2nd_icon_rollover0 = "images/null.gif"
	dqm__2nd_icon_image_wh0 = "1,1"
	dqm__2nd_icon_image_xy0 = "1,1"



/*---------------------------------------------
Optional Status Bar Text
-----------------------------------------------*/

	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"	




/*-------------------------------------------
Internet Explorer Transition Effects
--------------------------------------------*/


    //Options include - none | fade | pixelate |iris | slide | gradientwipe | checkerboard | radialwipe | randombars | randomdissolve |stretch

	dqm__sub_menu_effect = "none"
	dqm__sub_item_effect = "none"


    //Define the effect duration in seconds below.
   
	dqm__sub_menu_effect_duration = .4
	dqm__sub_item_effect_duration = .4


    //Specific settings for various transitions.

	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 and drop shadows.

	dqm__sub_menu_opacity = 100			//1 to 100
	dqm__dropshadow_color = "none"			//Hex color value or 'none'
	dqm__dropshadow_offx = 1			//drop shadow width
	dqm__dropshadow_offy = 1			//drop shadow height



/*-------------------------------------------
Browser Bug fixes and Workarounds
--------------------------------------------*/


    //Mac offset fixes, adjust until sub menus position correctly.
   
	dqm__ie4mac_offset_X = -18
	dqm__ie4mac_offset_Y = -50


    //Netscape 4 resize bug workaround.

	dqm__nn4_reaload_after_resize = true
	dqm__nn4_resize_prompt_user = false
	dqm__nn4_resize_prompt_message = "To reinitialize the navigation menu please click the 'Reload' button."
   

    //Opera 5 & 6, set to true if the menu is the only item on the HTML page.

	dqm__use_opera_div_detect_fix = true


    //Pre-defined sub menu item heights for the Espial Escape browser.

	dqm__escape_item_height = 20
	dqm__escape_item_height0_0 = 70
	dqm__escape_item_height0_1 = 70


/*---------------------------------------------
Exposed menu events
----------------------------------------------*/


    //Reference additional onload statements here.

	//dqm__onload_code = "alert('custom function - onload')"


    //The 'X' indicates the index number of the sub menu group or item.
    //The 'X_X' indicates the index number of the sub menu item.

	dqm__showmenu_codeX = "status = 'custom show menu function call - menu0'"
	dqm__hidemenu_codeX = "status = 'custom hide menu function call - menu0'"
	dqm__clickitem_codeX_X = "alert('custom Function - Menu Item 0_0')"



/*---------------------------------------------
Specific Sub Menu Settings
----------------------------------------------*/


    //The following settings may be defined for specific sub menu groups.
    //The 'X' represents the index number of the sub menu group.

	dqm__border_widthX = 10;
	dqm__divider_heightX = 5;		
	dqm__border_colorX = "#0000ff";     
	dqm__menu_bgcolorX = "#ff0000"
	dqm__hl_bgcolorX = "#00ff00"
	dqm__hl_textcolorX = "#ff0000"
	dqm__text_alignmentX = "left"


    //The following settings may be defined for specific sub menu items.
    //The 'X_X' represents the index number of the sub menu item.

	dqm__hl_subdescX_X = "custom highlight text"
	dqm__urltargetX_X = "_new"




/**********************************************************************************************
**********************************************************************************************

                           Main Menu Rollover Images and Links  

**********************************************************************************************
**********************************************************************************************/



    //Main Menu Item 0

	dqm__rollover_image0 = "images/nav_corp_namerica_on.gif"
	dqm__rollover_wh0 = "128,29"
	dqm__url0 = "#";   
  

    //Main Menu Item 1

	dqm__rollover_image1 = "images/nav_corp_samerica_on.gif"
	dqm__rollover_wh1 = "127,29"
	dqm__url1 = "#";   

    //Main Menu Item 2

	dqm__rollover_image2 = "images/nav_corp_europe_on.gif"
	dqm__rollover_wh2 = "75,29"
	dqm__url2 = "#";   

    //Main Menu Item 3

	dqm__rollover_image3 = "images/nav_corp_africa_on.gif"
	dqm__rollover_wh3 = "73,29"
	dqm__url3 = "#";   

    //Main Menu Item 4

	dqm__rollover_image4 = "images/nav_corp_meast_on.gif"
	dqm__rollover_wh4 = "107,29"
	dqm__url4 = "#";   

    //Main Menu Item 5

	dqm__rollover_image5 = "images/nav_corp_apac_on.gif"
	dqm__rollover_wh5 = "106,29"
	dqm__url5 = "#";   
	
	
/**********************************************************************************************
**********************************************************************************************

                              Sub Menu Structure and Text  

**********************************************************************************************
**********************************************************************************************/
   
    //Sub Menu 0

	dqm__sub_xy0 = "-128,-140"
	dqm__sub_menu_width0 = 200

	dqm__subdesc0_0 = "Canada"
	dqm__subdesc0_1 = "Jamaica"
	dqm__subdesc0_2 = "Mexico"
	dqm__subdesc0_3 = "Panama"
	dqm__subdesc0_4 = "Puerto Rico"
	dqm__subdesc0_5 = "Trinidad &amp; Tobago"
	dqm__subdesc0_6 = "United States"
	
	dqm__icon_index0_0 = 0
	dqm__icon_index0_1 = 0
	dqm__icon_index0_2 = 0
	dqm__icon_index0_3 = 0
	dqm__icon_index0_4 = 0
	dqm__icon_index0_5 = 0
	dqm__icon_index0_6 = 0


	dqm__url0_0 = "http://www.singercanada.com"
	dqm__url0_1 = "http://www.singer.com.jm"
	dqm__url0_2 = "global/mexico.html"
	dqm__url0_3 = "global/panama.html"
	dqm__url0_4 = "global/puerto_rico.html"
	dqm__url0_5 = "global/trinidad.html"
	dqm__url0_6 = "http://www.singerco.com"



    //Sub Menu 1

	dqm__sub_xy1 = "-127,-220"
	dqm__sub_menu_width1 = 200

	dqm__subdesc1_0 = "Argentina"
	dqm__subdesc1_1 = "Bolivia"
	dqm__subdesc1_2 = "Brazil"
	dqm__subdesc1_3 = "Chile"
	dqm__subdesc1_4 = "Colombia"
	dqm__subdesc1_5 = "Guyana"
	dqm__subdesc1_6 = "Paraguay"
	dqm__subdesc1_7 = "Peru"
	dqm__subdesc1_8 = "Uruguay"
	dqm__subdesc1_9 = "Venezuela"
	dqm__subdesc1_10 = "Regional Office"	
	
	dqm__icon_index1_0 = 0
	dqm__icon_index1_1 = 0
	dqm__icon_index1_2 = 0
	dqm__icon_index1_3 = 0
	dqm__icon_index1_4 = 0
	dqm__icon_index1_5 = 0
	dqm__icon_index1_6 = 0
	dqm__icon_index1_7 = 0
	dqm__icon_index1_8 = 0
	dqm__icon_index1_9 = 0
	dqm__icon_index1_10 = 0
	
	dqm__url1_0 = "global/argentina.html"
	dqm__url1_1 = "global/bolivia.html"
	dqm__url1_2 = "http://www.singer.com.br"
	dqm__url1_3 = "global/chile.html"
	dqm__url1_4 = "global/columbia.html"
	dqm__url1_5 = "global/guyana.html"
	dqm__url1_6 = "global/paraguay.html"
	dqm__url1_7 = "global/peru.html"
	dqm__url1_8 = "global/uruguay.html"
	dqm__url1_9 = "global/venezuela.html"
	dqm__url1_10 = "global/south_america_regional_office.html"

	
    //Sub Menu 2

	dqm__sub_xy2 = "-75,-240"
	dqm__sub_menu_width2 = 200

	dqm__subdesc2_0 = "Austria"
	dqm__subdesc2_1 = "Belgium"
	dqm__subdesc2_2 = "Cyprus"
	dqm__subdesc2_3 = "Czech Republic"
	dqm__subdesc2_4 = "Denmark"
	dqm__subdesc2_5 = "Finland"
	dqm__subdesc2_6 = "France"
	dqm__subdesc2_7 = "Germany"
	dqm__subdesc2_8 = "Greece/Balkan Region"
	dqm__subdesc2_9 = "Hungary"
	dqm__subdesc2_10 = "Iceland"
	dqm__subdesc2_11 = "MORE..."	

	dqm__icon_index2_0 = 0
	dqm__icon_index2_1 = 0
	dqm__icon_index2_2 = 0
	dqm__icon_index2_3 = 0
	dqm__icon_index2_4 = 0
	dqm__icon_index2_5 = 0
	dqm__icon_index2_6 = 0
	dqm__icon_index2_7 = 0
	dqm__icon_index2_8 = 0
	dqm__icon_index2_9 = 0
	dqm__icon_index2_10 = 0
	dqm__icon_index2_11 = 0

	
	dqm__url2_0 = "global/austria.html"
	dqm__url2_1 = "global/belgium.html"
	dqm__url2_2 = "global/cyprus.html"
	dqm__url2_3 = "http://www.singer.cz"
	dqm__url2_4 = "http://www.singer.dk"
	dqm__url2_5 = "global/finland.html"
	dqm__url2_6 = "global/france.html"
	dqm__url2_7 = "global/germany.html"
	dqm__url2_8 = "global/greece.html"
	dqm__url2_9 = "http://www.singer.kft.hu"
	dqm__url2_10 = "global/iceland.html"


	
	
	
    //Sub Menu 2_11

	dqm__sub_xy2_11 = "-2,-220"
	dqm__sub_menu_width2_11 = 200

	dqm__subdesc2_11_0 = "Italy"
	dqm__subdesc2_11_1 = "Latvia"
	dqm__subdesc2_11_2 = "Lithuania"
	dqm__subdesc2_11_3 = "Netherlands"
	dqm__subdesc2_11_4 = "Norway"
	dqm__subdesc2_11_5 = "Poland"
	dqm__subdesc2_11_6 = "Portugal"
	dqm__subdesc2_11_7 = "Spain"
	dqm__subdesc2_11_8 = "Sweden"
	dqm__subdesc2_11_9 = "Switzerland"
	dqm__subdesc2_11_10 = "Turkey"
	dqm__subdesc2_11_11 = "United Kingdom"


		
	dqm__icon_index2_11_0 = 0
	dqm__icon_index2_11_1 = 0
	dqm__icon_index2_11_2 = 0
	dqm__icon_index2_11_3 = 0
	dqm__icon_index2_11_4 = 0
	dqm__icon_index2_11_5 = 0
	dqm__icon_index2_11_6 = 0
	dqm__icon_index2_11_7 = 0
	dqm__icon_index2_11_8 = 0
	dqm__icon_index2_11_9 = 0
	dqm__icon_index2_11_10 = 0	
	dqm__icon_index2_11_11 = 0	
	
	dqm__url2_11_0 = "http://www.singer.it"
	dqm__url2_11_1 = "global/latvia.html"
	dqm__url2_11_2 = "global/lithuania.html"
	dqm__url2_11_3 = "global/netherlands.html"
	dqm__url2_11_4 = "global/norway.html"
	dqm__url2_11_5 = "global/poland.html"
	dqm__url2_11_6 = "global/portugal.html"
	dqm__url2_11_7 = "global/spain.html"
	dqm__url2_11_8 = "http://www.singer.dk"
	dqm__url2_11_9 = "global/switzerland.html"
	dqm__url2_11_10 = "http://www.singer.com.tr"
	dqm__url2_11_11 = "global/united_kingdom.html"





    //Sub Menu 3

	dqm__sub_xy3 = "-73,-240"
	dqm__sub_menu_width3 = 200

	dqm__subdesc3_0 = "Algeria"
	dqm__subdesc3_1 = "Cameroon"
	dqm__subdesc3_2 = "Egypt"
	dqm__subdesc3_3 = "Kenya"
	dqm__subdesc3_4 = "Madagascar"
	dqm__subdesc3_5 = "Mauritius"
	dqm__subdesc3_6 = "Morocco"
	dqm__subdesc3_7 = "Reunion"
	dqm__subdesc3_8 = "South Africa"
	dqm__subdesc3_9 = "Sudan"
	dqm__subdesc3_10 = "Tunisia"
	dqm__subdesc3_11 = "Regional Office"

	dqm__icon_index3_0 = 0
	dqm__icon_index3_1 = 0
	dqm__icon_index3_2 = 0
	dqm__icon_index3_3 = 0
	dqm__icon_index3_4 = 0
	dqm__icon_index3_5 = 0
	dqm__icon_index3_6 = 0
	dqm__icon_index3_7 = 0
	dqm__icon_index3_8 = 0
	dqm__icon_index3_9 = 0
	dqm__icon_index3_10 = 0
	dqm__icon_index3_11 = 0


	dqm__url3_0 = "global/algeria.html"
	dqm__url3_1 = "global/cameroon.html"
	dqm__url3_2 = "global/egypt.html"
	dqm__url3_3 = "global/kenya.html"
	dqm__url3_4 = "global/madagascar.html"
	dqm__url3_5 = "global/mauritius.html"
	dqm__url3_6 = "global/morocco.html"
	dqm__url3_7 = "global/reunion.html"
	dqm__url3_8 = "global/south_africa.html"
	dqm__url3_9 = "global/sudan.html"
	dqm__url3_10 = "global/tunisia.html"
	dqm__url3_11 = "http://www.singer-sam.com"


    //Sub Menu 4

	dqm__sub_xy4 = "-107,-260"
	dqm__sub_menu_width4 = 200

	dqm__subdesc4_0 = "Bahrain"
	dqm__subdesc4_1 = "Iran"
	dqm__subdesc4_2 = "Israel"
	dqm__subdesc4_3 = "Jordan"
	dqm__subdesc4_4 = "Kuwait"
	dqm__subdesc4_5 = "Lebanon"
	dqm__subdesc4_6 = "Oman"
	dqm__subdesc4_7 = "Qatar"
	dqm__subdesc4_8 = "Saudi Arabia"
	dqm__subdesc4_9 = "Syria"
	dqm__subdesc4_10 = "UAE"
	dqm__subdesc4_11 = "West Bank"
	dqm__subdesc4_12 = "Regional Office"

	dqm__icon_index4_0 = 0
	dqm__icon_index4_1 = 0
	dqm__icon_index4_2 = 0
	dqm__icon_index4_3 = 0
	dqm__icon_index4_4 = 0
	dqm__icon_index4_5 = 0
	dqm__icon_index4_6 = 0
	dqm__icon_index4_7 = 0
	dqm__icon_index4_8 = 0
	dqm__icon_index4_9 = 0
	dqm__icon_index4_10 = 0
	dqm__icon_index4_11 = 0
	dqm__icon_index4_12 = 0

	dqm__url4_0 = "global/bahrain.html"
	dqm__url4_1 = "global/iran.html"
	dqm__url4_2 = "global/israel.html"
	dqm__url4_3 = "global/jordan.html"
	dqm__url4_4 = "global/kuwait.html"
	dqm__url4_5 = "global/lebanon.html"
	dqm__url4_6 = "global/oman.html"
	dqm__url4_7 = "global/qatar.html"
	dqm__url4_8 = "global/saudi_arabia.html"
	dqm__url4_9 = "global/syria.html"
	dqm__url4_10 = "global/uae.html"
	dqm__url4_11 = "global/west_bank.html"
	dqm__url4_12 = "global/middle_east_regional_office.html"


    //Sub Menu 5

	dqm__sub_xy5 = "-200,-360"
	dqm__sub_menu_width5 = 200

	dqm__subdesc5_0 = "Australia"
	dqm__subdesc5_1 = "Bangladesh"
	dqm__subdesc5_2 = "China"
	dqm__subdesc5_3 = "Hong Kong"
	dqm__subdesc5_4 = "India"
	dqm__subdesc5_5 = "Indonesia"
	dqm__subdesc5_6 = "Korea"
	dqm__subdesc5_7 = "Malaysia"
	dqm__subdesc5_8 = "Pakistan"
	dqm__subdesc5_9 = "Philippines"
	dqm__subdesc5_10 = "Russia"
	dqm__subdesc5_11 = "Singapore"
	dqm__subdesc5_12 = "Sri Lanka"
	dqm__subdesc5_13 = "Taiwan"
	dqm__subdesc5_14 = "Thailand"
	dqm__subdesc5_15 = "Vietnam"
	dqm__subdesc5_16 = "Regional Office East"
	dqm__subdesc5_17 = "Regional Office West"

	dqm__icon_index5_0 = 0
	dqm__icon_index5_1 = 0
	dqm__icon_index5_2 = 0
	dqm__icon_index5_3 = 0
	dqm__icon_index5_4 = 0
	dqm__icon_index5_5 = 0
	dqm__icon_index5_6 = 0
	dqm__icon_index5_7 = 0
	dqm__icon_index5_8 = 0
	dqm__icon_index5_9 = 0
	dqm__icon_index5_10 = 0
	dqm__icon_index5_11 = 0
	dqm__icon_index5_12 = 0
	dqm__icon_index5_13 = 0
	dqm__icon_index5_14 = 0
	dqm__icon_index5_15 = 0
	dqm__icon_index5_16 = 0
	dqm__icon_index5_17 = 0

	dqm__url5_0 = "global/australia.html"
	dqm__url5_1 = "http://www.singerbd.com"
	dqm__url5_2 = "global/china.html"
	dqm__url5_3 = "global/hong_kong.html"
	dqm__url5_4 = "global/india.html"
	dqm__url5_5 = "global/indonesia.html"
	dqm__url5_6 = "global/korea.html"
	dqm__url5_7 = "global/malaysia.html"
	dqm__url5_8 = "http://www.singerpakistan.com.pk"
	dqm__url5_9 = "http://www.singermanila.com.ph"
	dqm__url5_10 = "global/russia.html"
	dqm__url5_11 = "global/singapore.html"
	dqm__url5_12 = "http://www.singersl.com"
	dqm__url5_13 = "http://www.singertw.com.tw"
	dqm__url5_14 = "http://www.singerthai.co.th"
	dqm__url5_15 = "global/vietnam.html"
	dqm__url5_16 = "global/east_asia_regional_office.html"	
	dqm__url5_17 = "global/west_asia_regional_office.html"
