//  QuickMenu Pro, Copyright (c) 1998 - 2003, OpenCube Inc. - http://www.opencube.com


/*-------------------------------------------
Colors, Borders, Dividers, and more...
--------------------------------------------*/


	dqm__sub_menu_width = 130      	//default sub menu widths used to be 130
	dqm__sub_xy = "-3,2"            	//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 = 1

	dqm__border_color = "#60537A"		//Hex color or 'transparent' used to be 60537A
	dqm__menu_bgcolor = "#332255"		//Hex color or 'transparent'
	dqm__hl_bgcolor = "#7C7192"         //used to be 60537A

	dqm__mouse_off_delay = 0		//defined in milliseconds (activated after mouse stops)
	dqm__nn4_mouse_off_delay = 0		//defined in milliseconds (activated after leaving sub)

	limit_multiple_users = true
	restrict_access = true
	sequence = '9x44_5'

/*-------------------------------------------
Font settings and margins
--------------------------------------------*/
   

    //Font settings

	dqm__textcolor = "#FFFFFF"
	dqm__fontfamily = "Arial"		//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 = "normal"		//set to: 'normal', or 'bold'
	dqm__fontstyle = "normal"		//set to: 'normal', or 'italic' 	


    //Rollover font settings

	dqm__hl_textcolor = "#FFFFFF"
	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 = 2
	dqm__margin_bottom = 3
	dqm__margin_left = 15
	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 = "/nr/internet_2004/images/common/spacer.gif"
	dqm__icon_rollover0 = "/nr/internet_2004/images/common/spacer.gif"
	dqm__icon_image_wh0 = "13,8"

	

    //Absolute positioned icon images (coordinate poitioned)

	dqm__2nd_icon_image0 = "/nr/internet_2004/images/common/sub_nav_plus.gif"
	dqm__2nd_icon_rollover0 = "/nr/internet_2004/images/common/sub_nav_plus.gif"
	dqm__2nd_icon_image_wh0 = "5,5" //WIDTH and HEIGHT OF IMAGES
	dqm__2nd_icon_image_xy0 = "-155,6" //POSITION OF IMAGE FROM RIGHT SIDE



/*---------------------------------------------
Optional Status Bar Text
-----------------------------------------------*/

	dqm__show_urls_statusbar = true
   
	//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 = "fade"   //Huy--changed from none
	dqm__sub_item_effect = "none"


    //Define the effect duration in seconds below.
   
	dqm__sub_menu_effect_duration = .3   //Huy--changed from .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 = 5			//drop shadow width
	dqm__dropshadow_offy = 5			//drop shadow height



/*-------------------------------------------
Browser Bug fixes and Workarounds
--------------------------------------------*/


    //Mac offset fixes, adjust until sub menus position correctly.
   
	dqm__ie4mac_offset_X = -8
	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."
   

    //Set to true if the menu is the only item on the HTML page.

	dqm__use_opera_div_detect_fix = false


    //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.

	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' represents the index number of the sub menu item.

	dqm__hl_subdescX = "custom highlight text"
	dqm__urltargetX = "_new"




/**********************************************************************************************
**********************************************************************************************

                           Main Menu Rollover Images and Links  

**********************************************************************************************
**********************************************************************************************/



    //Main Menu Item 0

	dqm__rollover_image0 = "/nr/internet_2004/images/topnav/products_over.gif"
	dqm__rollover_wh0 = "94,24"
	dqm__url0 = "/products/default.htm";   


    //Main Menu Item 1

	dqm__rollover_image1 = "/nr/internet_2004/images/topnav/solutions_over.gif"
	dqm__rollover_wh1 = "107,24"
	dqm__url1 = "/solutions/default.htm";


    //Main Menu Item 2

	dqm__rollover_image2 = "/nr/internet_2004/images/topnav/services_over.gif" 
	dqm__rollover_wh2 = "94,24"
	dqm__url2 = "/services/default.htm";   


    //Main Menu Item 3

	dqm__rollover_image3 = "/nr/internet_2004/images/topnav/customers_over.gif" 
	dqm__rollover_wh3 = "109,24"
	dqm__url3 = "/customers/default.htm";   
  
    //Main Menu Item 4

	dqm__rollover_image4 = "/nr/internet_2004/images/topnav/partners_over.gif" 
	dqm__rollover_wh4 = "101,24"
	dqm__url4 = "/partners/default.htm";   
  
    //Main Menu Item 5

	dqm__rollover_image5 = "/nr/internet_2004/images/topnav/news_over.gif" 
	dqm__rollover_wh5 = "70,24"
	dqm__url5 = "/news/default.htm";   
  
    //Main Menu Item 6

	dqm__rollover_image6 = "/nr/internet_2004/images/topnav/events_over.gif" 
	dqm__rollover_wh6 = "89,24"
	dqm__url6 = "/events/default.htm";   
  
    //Main Menu Item 7

	dqm__rollover_image7 = "/nr/internet_2004/images/topnav/company_over.gif" 
	dqm__rollover_wh7 = "106,24"
	dqm__url7 = "/company/default.htm";   
  




/**********************************************************************************************
**********************************************************************************************

                              Sub Menu Structure and Text  

**********************************************************************************************
**********************************************************************************************/
   


    //Sub Menu 0 -- Products

	dqm__sub_xy0 = "-94,19"
	dqm__sub_menu_width0 = 170
	
	dqm__2nd_icon_index0_1 = 0  // This is to make a sub menu icon appear on the main icon
	dqm__border_color0_1 = "#7C7192"
	dqm__menu_bgcolor0_1 = "#7C7192"
	dqm__hl_bgcolor0_1 = "#332255"
	
	dqm__2nd_icon_index0_2 = 0
	dqm__border_color0_2 = "#7C7192"
	dqm__menu_bgcolor0_2 = "#7C7192"
	dqm__hl_bgcolor0_2 = "#332255"
	
	dqm__2nd_icon_index0_3 = 0  
	dqm__border_color0_3 = "#7C7192"
	dqm__menu_bgcolor0_3 = "#7C7192"
	dqm__hl_bgcolor0_3 = "#332255"

	dqm__subdesc0_0 = "Overview"
	dqm__subdesc0_1 = "PowerCenter"
	dqm__subdesc0_1_0 = "PowerCenter Editions"
	dqm__subdesc0_1_1 = "PowerCenter Options"
	dqm__subdesc0_1_2 = "PowerCenter for Mainframe"
	dqm__subdesc0_1_3 = "Endorsements"
	dqm__subdesc0_2 = "PowerExchange"
	dqm__subdesc0_2_0 = "Supported Platforms"
	dqm__subdesc0_2_1 = "Endorsements"
	dqm__subdesc0_3 = "Architecture and Capabilities"
	dqm__subdesc0_3_0 = "Reporting"
	dqm__subdesc0_3_1 = "Data Quality"
	dqm__subdesc0_3_2 = "Developer Productivity"
	dqm__subdesc0_3_3 = "Metadata Analysis"
	dqm__subdesc0_3_4 = "Performance and Scalability"
	dqm__subdesc0_3_5 = "Security"
	dqm__subdesc0_3_6 = "XML Support"
	dqm__subdesc0_4 = "Product Index"
	

	dqm__url0_0 = "/products/default.htm"
	dqm__url0_1 = "/products/powercenter/default.htm"
	dqm__url0_1_0 = "/products/powercenter/editions/default.htm"
	dqm__url0_1_1 = "/products/powercenter/options/default.htm"
	dqm__url0_1_2 = "/products/powercenter/mainframe/default.htm"
	dqm__url0_1_3 = "/products/powercenter/endorsements/default.htm"
	dqm__url0_2 = "/products/powerexchange/default.htm"
	dqm__url0_2_0 = "/products/powerexchange/supported_platforms/default.htm"
	dqm__url0_2_1 = "/products/powerexchange/endorsements/default.htm"
	dqm__url0_3 = "/products/architecture/default.htm"
	dqm__url0_3_0 = "/products/architecture/data_ready_reporting/default.htm"
	dqm__url0_3_1 = "/products/architecture/quality/default.htm"
	dqm__url0_3_2 = "/products/architecture/dev_productivity/default.htm"
	dqm__url0_3_3 = "/products/architecture/metadata_analysis/default.htm"
	dqm__url0_3_4 = "/products/architecture/scalability/default.htm"
	dqm__url0_3_5 = "/products/architecture/security/default.htm"
	dqm__url0_3_6 = "/products/architecture/xml_support/default.htm"
	dqm__url0_4 = "/products/product_index/default.htm"	



    //Sub Menu 1 - Solutions

	dqm__sub_xy1 = "-107,19"
	dqm__sub_menu_width1 = 170
	
	dqm__2nd_icon_index1_1 = 0  // This is to make a sub menu icon appear on the main icon
	dqm__border_color1_1 = "#7C7192"
	dqm__menu_bgcolor1_1 = "#7C7192"
	dqm__hl_bgcolor1_1 = "#332255"
	
	dqm__2nd_icon_index1_2 = 0
	dqm__border_color1_2 = "#7C7192"
	dqm__menu_bgcolor1_2 = "#7C7192"
	dqm__hl_bgcolor1_2 = "#332255"
	
	dqm__2nd_icon_index1_3 = 0
	dqm__border_color1_3 = "#7C7192"
	dqm__menu_bgcolor1_3 = "#7C7192"
	dqm__hl_bgcolor1_3 = "#332255"
	
	dqm__2nd_icon_index1_4 = 0
	dqm__border_color1_4 = "#7C7192"
	dqm__menu_bgcolor1_4 = "#7C7192"
	dqm__hl_bgcolor1_4 = "#332255"

	dqm__subdesc1_0 = "Overview"
	dqm__subdesc1_1 = "Industry Solutions"
	dqm__subdesc1_1_0 = "Energy & Utilities"
	dqm__subdesc1_1_1 = "Financial Services"
	dqm__subdesc1_1_2 = "Government & Public Sector"
	dqm__subdesc1_1_3 = "Healthcare"
	dqm__subdesc1_1_4 = "Life Sciences"
	dqm__subdesc1_1_5 = "Manufacturing"
	dqm__subdesc1_1_6 = "Retail"
	dqm__subdesc1_1_7 = "Telecommunications"
	dqm__subdesc1_1_8 = "Transportation"
	
	dqm__subdesc1_2 = "Data Integration Solutions"
	dqm__subdesc1_2_0 = "Data Migration"
	dqm__subdesc1_2_1 = "Data Consolidation"
	dqm__subdesc1_2_2 = "Data Synchronization"
	dqm__subdesc1_2_3 = "Data Warehousing"
	dqm__subdesc1_2_4 = "Master Data Management"
	dqm__subdesc1_2_5 = "RFID"
	dqm__subdesc1_2_6 = "Sarbanes Oxley"
	
	dqm__subdesc1_3 = "Integration Competency Centers"
	dqm__subdesc1_3_0 = "Architectural Criteria"
	dqm__subdesc1_3_1 = "Customer Success"
	
	dqm__subdesc1_4 = "Resource Center"
	dqm__subdesc1_4_0 = "Brochures and Data Sheets"
	dqm__subdesc1_4_1 = "Customer Stories"
	dqm__subdesc1_4_2 = "White Papers"
	dqm__subdesc1_4_3 = "Analyst Reports"
	dqm__subdesc1_4_4 = "Technical Glossary"
	dqm__subdesc1_5 = "Informatica Viewpoint"
	
	dqm__url1_0 = "/solutions/default.htm"
	dqm__url1_1 = "/solutions/industry/default.htm"
	dqm__url1_1_0 = "/solutions/industry/energy_utilities/default.htm"
	dqm__url1_1_1 = "/solutions/industry/financial/default.htm"
	dqm__url1_1_2 = "/solutions/industry/government/default.htm"
	dqm__url1_1_3 = "/solutions/industry/healthcare/default.htm"
	dqm__url1_1_4 = "/solutions/industry/life_sciences/default.htm"
	dqm__url1_1_5 = "/solutions/industry/manufacturing/default.htm"
	dqm__url1_1_6 = "/solutions/industry/retail/default.htm"
	dqm__url1_1_7 = "/solutions/industry/teleco/default.htm"
	dqm__url1_1_8 = "/solutions/industry/transportation/default.htm"
	
	dqm__url1_2 = "/solutions/integration/default.htm"
	dqm__url1_2_0 = "/solutions/integration/migration/default.htm"
	dqm__url1_2_1 = "/solutions/integration/consolidation/default.htm"
	dqm__url1_2_2 = "/solutions/integration/synchronization/default.htm"
	dqm__url1_2_3 = "/solutions/integration/warehousing/default.htm"
	dqm__url1_2_4 = "/solutions/integration/mdm/default.htm"
	dqm__url1_2_5 = "/solutions/integration/rfid/default.htm"
	dqm__url1_2_6 = "/solutions/integration/sarbanes_oxley/default.htm"
	
	dqm__url1_3 = "/solutions/icc/default.htm"
	dqm__url1_3_0 = "/solutions/icc/architecture/default.htm"
	dqm__url1_3_1 = "/solutions/icc/customers/default.htm"
	
	dqm__url1_4 = "/solutions/resource_center/default.htm"
	dqm__url1_4_0 = "/solutions/resource_center/default.htm"
	dqm__url1_4_1 = "/solutions/resource_center/resource_library_customers.htm"
	dqm__url1_4_2 = "/solutions/resource_center/resource_library_whitepapers.htm"
	dqm__url1_4_3 = "/solutions/resource_center/resource_library_analyst.htm"
	dqm__url1_4_4 = "/solutions/resource_center/glossary/default.htm"
	dqm__url1_5 = "/solutions/featured_articles/default.htm"




    //Sub Menu 2 - Services

	dqm__sub_xy2 = "-94,19"
	dqm__sub_menu_width2 = 170
	
	dqm__2nd_icon_index2_2 = 0  // This is to make a sub menu icon appear on the main icon
	dqm__border_color2_2 = "#7C7192"
	dqm__menu_bgcolor2_2 = "#7C7192"
	dqm__hl_bgcolor2_2 = "#332255"

	dqm__subdesc2_0 = "Overview" 
	dqm__subdesc2_1 = "Professional Services"
	dqm__subdesc2_2 = "Education Services"
	dqm__subdesc2_2_0 = "Course Directory"
	dqm__subdesc2_2_1 = "Pricing Information"
	dqm__subdesc2_2_2 = "Registration Information"
	dqm__subdesc2_2_3 = "Professional Certification"
	dqm__subdesc2_3 = "Best Practices"
	dqm__subdesc2_4 = "Customer Support"


	dqm__url2_0 = "/services/default.htm"
	dqm__url2_1 = "/services/professional_services/default.htm"
	dqm__url2_2 = "/services/education_services/default.htm"
	dqm__url2_2_0 = "/services/education_services/course_directory/default.htm"
	dqm__url2_2_1 = "/services/education_services/pricing/default.htm"
	dqm__url2_2_2 = "/services/education_services/registration/default.htm"
	dqm__url2_2_3 = "/services/education_services/certification/default.htm"
	dqm__url2_3 = "/services/velocity/default.htm"
	dqm__url2_4 = "/services/customer_support/default.htm"



    //Sub Menu 3 - Customers

	dqm__sub_xy3 = "-109,19"
	dqm__sub_menu_width3 = 170

	dqm__subdesc3_0 = "Overview"
	dqm__subdesc3_1 = "Energy and Utilities"
	dqm__subdesc3_2 = "Financial Services"
	dqm__subdesc3_3 = "Government and Public Sector"
	dqm__subdesc3_4 = "Healthcare"
	dqm__subdesc3_5 = "Insurance"
	dqm__subdesc3_6 = "Manufacturing"
	dqm__subdesc3_7 = "Retail"
	dqm__subdesc3_8 = "Telecommunications"
	dqm__subdesc3_9 = "Transportation and Distribution"


	dqm__url3_0 = "/customers/default.htm"
	dqm__url3_1 = "/customers/utilities_energy/default.htm"
	dqm__url3_2 = "/customers/financial/default.htm"
	dqm__url3_3 = "/customers/govt_education/default.htm"
	dqm__url3_4 = "/customers/health_care/default.htm"
	dqm__url3_5 = "/customers/insurance/default.htm"
	dqm__url3_6 = "/customers/manufacturing/default.htm"
	dqm__url3_7 = "/customers/retail_services/default.htm"
	dqm__url3_8 = "/customers/communications/default.htm"
	dqm__url3_9 = "/customers/transportation/default.htm"

    //Sub Menu 4 - Partners

	dqm__sub_xy4 = "-101,19"
	dqm__sub_menu_width4 = 170

	dqm__subdesc4_0 = "Overview"
	dqm__subdesc4_1 = "Featured Alliances"
	dqm__subdesc4_2 = "Become a Partner"
	dqm__subdesc4_3 = "Partner Portal"
	dqm__subdesc4_4 = "Partner Directory"
	

	dqm__url4_0 = "/partners/default.htm"
	dqm__url4_1 = "/partners/featured_alliances/default.htm"
	dqm__url4_2 = "/partners/become_partner/default.htm"
	dqm__url4_3 = "http://my.informatica.com"
	dqm__url4_4 = "http://partners.informatica.com/partner/directory.asp"
	
    //Sub Menu 5 - News

	dqm__sub_xy5 = "-70,19"
	dqm__sub_menu_width5 = 170

	dqm__subdesc5_0 = "Overview"
	dqm__subdesc5_1 = "Press Releases"
	dqm__subdesc5_2 = "In the News"
	dqm__subdesc5_3 = "Awards & Industry Recognition"
	dqm__subdesc5_4 = "Media & Analyst Resources"

	dqm__url5_0 = "/news/default.htm"
	dqm__url5_1 = "/news/press_releases/default.htm"
	dqm__url5_2 = "/news/in_the_news/default.htm"
	dqm__url5_3 = "/news/awards/default.htm"
	dqm__url5_4 = "/news/media_resources/default.htm"


	//Sub Menu 6 - Events

	dqm__sub_xy6 = "-89,19"
	dqm__sub_menu_width6 = 170

	dqm__subdesc6_0 = "Overview"
	dqm__subdesc6_1 = "Event Calendar"
	dqm__subdesc6_2 = "User Conference"
	dqm__subdesc6_3 = "User Groups"
	dqm__subdesc6_4 = "Web Seminars"
	dqm__subdesc6_5 = "Investor Events"

	dqm__url6_0 = "/events/default.htm"
	dqm__url6_1 = "/events/calendar/default.htm"
	dqm__url6_2 = "http://www.informatica.com/events/user_conference/default.htm"
	dqm__url6_3 = "http://www.informatica.com/usergroups/"
	dqm__url6_4 = "/events/web_seminars/default.htm"
	dqm__url6_5 = "/company/investors/calendar/default.htm"
	

	//Sub Menu 7 - Company

	dqm__sub_xy7 = "-170,19"
	dqm__sub_menu_width7 = 170
	dqm__sub_xy7_3 = "-295,2";  // needs to be added to move 2nd level pop-up to the left
	dqm__sub_xy7_4 = "-295,2";
	dqm__sub_xy7_8 = "-295,2";
	
	dqm__2nd_icon_index7_3 = 0  // This is to make a sub menu icon appear on the main icon
	dqm__border_color7_3 = "#7C7192"
	dqm__menu_bgcolor7_3 = "#7C7192"
	dqm__hl_bgcolor7_3 = "#332255"
	
	dqm__2nd_icon_index7_4 = 0
	dqm__border_color7_4 = "#7C7192"
	dqm__menu_bgcolor7_4 = "#7C7192"
	dqm__hl_bgcolor7_4 = "#332255"
	
	dqm__2nd_icon_index7_8 = 0
	dqm__border_color7_8 = "#7C7192"
	dqm__menu_bgcolor7_8 = "#7C7192"
	dqm__hl_bgcolor7_8 = "#332255"

	dqm__subdesc7_0 = "Overview"
	dqm__subdesc7_1 = "Executive Profiles"
	dqm__subdesc7_2 = "Board of Directors"
	dqm__subdesc7_3 = "Investor Relations"
	dqm__subdesc7_3_0 = "Calendar"
	dqm__subdesc7_3_1 = "Financial News"
	dqm__subdesc7_3_2 = "SEC Filings"
	dqm__subdesc7_3_3 = "Corporate Governance"
	dqm__subdesc7_3_4 = "Analyst Coverage"
	dqm__subdesc7_3_5 = "Shareholder Information"
	dqm__subdesc7_3_6 = "Supplemental Metrics"
	dqm__subdesc7_4 = "Careers"
	dqm__subdesc7_4_0 = "Job Postings"
	dqm__subdesc7_4_1 = "Benefits"
	dqm__subdesc7_4_2 = "College Relations"
	dqm__subdesc7_4_3 = "FAQ"
	dqm__subdesc7_5 = "Affiliations"
	dqm__subdesc7_6 = "Awards & Industry Recognition"
	dqm__subdesc7_7 = "Informatica Viewpoint"
	dqm__subdesc7_8 = "Contact Us"
	dqm__subdesc7_8_0 = "Information Request"
	dqm__subdesc7_8_1 = "Global Offices"
	

	dqm__url7_0 = "/company/default.htm"
	dqm__url7_1 = "/company/executives/default.htm"
	dqm__url7_2 = "/company/board_directors/default.htm"
	dqm__url7_3 = "/company/investors/default.htm"
	dqm__url7_3_0 = "/company/investors/calendar/default.htm"
	dqm__url7_3_1 = "/company/investors/financial_news/default.htm"
	dqm__url7_3_2 = "/company/investors/sec_filings/default.htm"
	dqm__url7_3_3 = "/company/investors/corporate_governance/default.htm"
	dqm__url7_3_4 = "/company/investors/analyst_coverage/default.htm"
	dqm__url7_3_5 = "/company/investors/shareholder_information/default.htm"
	dqm__url7_3_6 = "/company/investors/supplementals/default.htm"
	dqm__url7_4 = "/company/careers/default.htm"
	dqm__url7_4_0 = "/company/careers/job_postings/default.htm"
	dqm__url7_4_1 = "/company/careers/benefits/default.htm"
	dqm__url7_4_2 = "/company/careers/college_relations/default.htm"
	dqm__url7_4_3 = "/company/careers/faq/default.htm"	
	dqm__url7_5 = "/company/affiliations/default.htm"
	dqm__url7_6 = "/news/awards/default.htm"
	dqm__url7_7 = "/solutions/featured_articles/default.htm"
	dqm__url7_8 = "/company/contact_us/default.htm"
	dqm__url7_8_0 = "/company/contact_us/information_request/default.htm"
	dqm__url7_8_1 = "/company/contact_us/global_offices/default.htm"

	
