//  QuickMenu Pro, Copyright (c) 1998 - 2003, OpenCube Inc. - http://www.opencube.com

	limit_multiple_users = "true";
	sequence = "9x88_4";

/*-------------------------------------------
Colors, Borders, Dividers, and more...
--------------------------------------------*/


	dqm__sub_menu_width = 165      	//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 = 1
	dqm__divider_height = 1

	dqm__border_color = "#5a5a5a"		//Hex color or 'transparent'
	dqm__menu_bgcolor = "#999999"		//Hex color or 'transparent'
	dqm__hl_bgcolor = "#5a5a5a"		

	dqm__mouse_off_delay = 150		//defined in milliseconds (activated after mouse stops)
	dqm__nn4_mouse_off_delay = 500		//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 = 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 = "#f3f3f3"
	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 = 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 = "http://www.cognos.com/images/space.gif"
	dqm__icon_rollover0 = "http://www.cognos.com/images/space.gif"
	dqm__icon_image_wh0 = "1,1"

	

    //Absolute positioned icon images (coordinate poitioned)

	dqm__2nd_icon_image0 = "http://www.cognos.com/images/arrow_gray.gif"
	dqm__2nd_icon_rollover0 = "http://www.cognos.com/images/arrow_red.gif"
	dqm__2nd_icon_image_wh0 = "11,11"
	dqm__2nd_icon_image_xy0 = "0,4"



/*---------------------------------------------
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"
	dqm__sub_item_effect = "none"


    //Define the effect duration in seconds below.
   
	dqm__sub_menu_effect_duration = .3
	dqm__sub_item_effect_duration = .2


    //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 = "#5a5a5a"			//Hex color value or 'none'
	dqm__dropshadow_offx = 2			//drop shadow width
	dqm__dropshadow_offy = 2			//drop shadow height



/*-------------------------------------------
Browser Bug fixes and Workarounds
--------------------------------------------*/


    //Mac offset fixes, adjust until sub menus position correctly.
   
	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


    //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 = "http://www.cognos.com/images/navigation/btn_company_over.gif"
	dqm__rollover_wh0 = "94,27"
	dqm__url0 = "";   


    //Main Menu Item 1

	dqm__rollover_image1 = "http://www.cognos.com/images/navigation/btn_products_over.gif"
	dqm__rollover_wh1 = "94,27"
	dqm__url1 = "";


    //Main Menu Item 2

	dqm__rollover_image2 = "http://www.cognos.com/images/navigation/btn_solutions_over.gif" 
	dqm__rollover_wh2 = "94,27"
	dqm__url2 = "";   


    //Main Menu Item 3

	dqm__rollover_image3 = "http://www.cognos.com/images/navigation/btn_customers_over.gif" 
	dqm__rollover_wh3 = "94,27"
	dqm__url3 = "";   

    //Main Menu Item 4

	dqm__rollover_image4 = "http://www.cognos.com/images/navigation/btn_services_over.gif" 
	dqm__rollover_wh4 = "94,27"
	dqm__url4 = "";   

    //Main Menu Item 5

	dqm__rollover_image5 = "http://www.cognos.com/images/navigation/btn_partners_over.gif" 
	dqm__rollover_wh5 = "94,27"
	dqm__url5 = "";   

    //Main Menu Item 6

	dqm__rollover_image6 = "http://www.cognos.com/images/navigation/btn_news_over.gif" 
	dqm__rollover_wh6 = "93,27"
	dqm__url6 = "";   

    //Main Menu Item 7

	dqm__rollover_image7 = "http://www.cognos.com/images/navigation/btn_events_over.gif" 
	dqm__rollover_wh7 = "93,27"
	dqm__url7 = "";   
  





/**********************************************************************************************
**********************************************************************************************

                              Sub Menu Structure and Text  

**********************************************************************************************
**********************************************************************************************/
   


    //Sub Menu 0
	// 0_7 used to be Timeline - /company/timeline/
	
	dqm__sub_xy0 = "-95,28"
	dqm__sub_menu_width0 = 180

	dqm__subdesc0_0 = "Overview"
	dqm__subdesc0_1 = "Investor Relations"
	dqm__subdesc0_2 = "Corporate Governance"
	dqm__subdesc0_3 = "Careers"
	dqm__subdesc0_4 = "Contact Cognos"
	dqm__subdesc0_5 = "Global Management Team"
	
	dqm__subdesc0_6 = "Quality Commitment"
	dqm__subdesc0_7 = "Awards"
	dqm__subdesc0_8 = "Cognos Innovation Center"
	dqm__subdesc0_9 = "Cognos International Users Group"
	dqm__subdesc0_10 = "Cognos Community"
	dqm__subdesc0_11 = "Legal Notices"
	dqm__subdesc0_12 = "Industry Analyst Reviews"

	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__icon_index0_7 = 0
	dqm__icon_index0_8 = 0
	dqm__icon_index0_9 = 0
	dqm__icon_index0_10 = 0
	dqm__icon_index0_11 = 0
	dqm__icon_index0_12 = 0

	
	dqm__2nd_icon_index0_1 = 0
	dqm__2nd_icon_index0_2 = 0
	dqm__2nd_icon_index0_3 = 0
	dqm__2nd_icon_index0_4 = 1
	dqm__2nd_icon_index0_5 = 1
	dqm__2nd_icon_index0_6 = 1
	dqm__2nd_icon_index0_7 = 1
	dqm__2nd_icon_index0_8 = 1
	dqm__2nd_icon_index0_9 = 1
	dqm__2nd_icon_index0_10 = 1
	dqm__2nd_icon_index0_11 = 1
	dqm__2nd_icon_index0_12 = 1
			
	dqm__url0 = "http://www.cognos.com/company/index.html"
	dqm__url0_0 = "http://www.cognos.com/company/index.html"
	dqm__url0_1 = "http://www.cognos.com/company/investor/index.html"
	dqm__url0_2 = "http://www.cognos.com/company/governance/index.html"
	dqm__url0_3 = "http://www.cognos.com/careers/index.html"
	dqm__url0_4 = "http://www.cognos.com.cn/company/contact/index.html"
	dqm__url0_5 = "http://www.cognos.com/news/management/index.html"

	dqm__url0_6 = "http://www.cognos.com/company/quality.html"
	dqm__url0_7 = "http://www.cognos.com/news/awards/index.html"
	dqm__url0_8 = "http://www.cognos.com/innovationcenter"
	dqm__url0_9 = "http://www.cognos.com/company/ciug/index.html"
	dqm__url0_10 = "http://www.cognos.com/company/community/index.html"
	dqm__url0_11 = "http://www.cognos.com/company/legal/index.html"
	dqm__url0_12 = "http://www.cognos.com/news/analyst_reviews.html"



    //Sub Menu 0_1 -- Investor Relations

	dqm__sub_xy0_1 = "0,0"
	dqm__sub_menu_width0_1 = 170
	
	dqm__subdesc0_1_0 = "IR Home"
	dqm__subdesc0_1_1 = "Company Profile"
	dqm__subdesc0_1_2 = "Financials"
	dqm__subdesc0_1_3 = "IR News & Events"	
	dqm__subdesc0_1_4 = "Stock Information"
	dqm__subdesc0_1_5 = "Corporate Governance"
	dqm__subdesc0_1_6 = "Investor Services"
	
	dqm_icon_index0_1_0 = 1
	dqm_icon_index0_1_1 = 0
	dqm_icon_index0_1_2 = 0
	dqm_icon_index0_1_3 = 0
	dqm_icon_index0_1_4 = 0
	dqm_icon_index0_1_5 = 0
	dqm_icon_index0_1_6 = 0
	
	dqm__2nd_icon_index0_1_0 = 1
	dqm__2nd_icon_index0_1_1 = 0
	dqm__2nd_icon_index0_1_2 = 0
	dqm__2nd_icon_index0_1_3 = 0
	dqm__2nd_icon_index0_1_4 = 0
	dqm__2nd_icon_index0_1_5 = 0
	dqm__2nd_icon_index0_1_6 = 0
	
	dqm__url0_1_0 = "http://www.cognos.com/company/investor/index.html"
	dqm__url0_1_1 = "http://www.cognos.com/company/investor/profile/index.html"
	dqm__url0_1_2 = "http://www.cognos.com/company/investor/financials/index.html"
	dqm__url0_1_3 = "http://www.cognos.com/company/investor/news.html"
	dqm__url0_1_4 = "http://www.cognos.com/company/investor/stock/index.html"
	dqm__url0_1_5 = "http://www.cognos.com/company/governance/index.html"
	dqm__url0_1_6 = "http://www.cognos.com/company/investor/faq.html"
	
	// Sub Menu 0_1_1 Investor Relations/Company Profile
	dqm__sub_menu_width0_1_1 = 150
	
	dqm__subdesc0_1_1_0 = "At-a-Glance"
	dqm__subdesc0_1_1_1 = "Management Team"
	dqm__subdesc0_1_1_2 = "Mission & Values"
	dqm__subdesc0_1_1_3 = "Sustainability"	
	dqm__subdesc0_1_1_4 = "Quality Commitment"
	
	dqm__url0_1_1_0 = "http://www.cognos.com/company/investor/profile/index.html"
	dqm__url0_1_1_1 = "http://www.cognos.com/news/management/index.html"
	dqm__url0_1_1_2 = "http://www.cognos.com/company/investor/profile/mission.html"
	dqm__url0_1_1_3 = "http://www.cognos.com/company/investor/profile/sustainability.html"
	dqm__url0_1_1_4 = "http://www.cognos.com/company/quality.html"
	
	// Sub Menu 0_1_2 Investor Relations/Financials
	dqm__sub_menu_width0_1_2 = 130
	
	dqm__subdesc0_1_2_0 = "Quarterly Results"
	dqm__subdesc0_1_2_1 = "Annual Reports"
	dqm__subdesc0_1_2_2 = "Financial History"
	dqm__subdesc0_1_2_3 = "SEC Filings"
	
	dqm__url0_1_2_0 = "http://www.cognos.com/company/investor/financials/index.html"
	dqm__url0_1_2_1 = "http://www.cognos.com/company/investor/ar/index.html"
	dqm__url0_1_2_2 = "http://www.cognos.com/company/investor/history/index.html"
	dqm__url0_1_2_3 = "http://www.cognos.com/company/investor/sec/index.html"
	
	// Sub Menu 0_1_3 Investor Relations/IR News & Events
	dqm__sub_menu_width0_1_3 = 150
	
	dqm__subdesc0_1_3_0 = "News Releases"
	dqm__subdesc0_1_3_1 = "Calendar of Events"
	dqm__subdesc0_1_3_2 = "Archived Webcasts & Presentations"
	
	dqm__url0_1_3_0 = "http://www.cognos.com/company/investor/news.html"
	dqm__url0_1_3_1 = "http://www.cognos.com/company/investor/events/index.html"
	dqm__url0_1_3_2 = "http://www.cognos.com/company/investor/events/archives.html"
	
	// Sub Menu 0_1_2 Investor Relations/Stock Information
	dqm__sub_menu_width0_1_4 = 150
	
	dqm__subdesc0_1_4_0 = "Stock Quote"
	dqm__subdesc0_1_4_1 = "Stock Chart"
	dqm__subdesc0_1_4_2 = "Historical Price Lookup"
	dqm__subdesc0_1_4_3 = "Investment Calculator"
	dqm__subdesc0_1_4_4 = "Analyst Coverage"
	
	dqm__url0_1_4_0 = "http://www.cognos.com/company/investor/stock/index.html"
	dqm__url0_1_4_1 = "http://www.cognos.com/company/investor/stock/chart.html"
	dqm__url0_1_4_2 = "http://www.cognos.com/company/investor/stock/history.html"
	dqm__url0_1_4_3 = "http://www.cognos.com/company/investor/stock/calc.html"
	dqm__url0_1_4_4 = "http://www.cognos.com/company/investor/analyst.html"
	
	// Sub Menu 0_1_2 Investor Relations/Corporate Governance
	dqm__sub_menu_width0_1_5 = 180
	
	dqm__subdesc0_1_5_0 = "Overview"
	dqm__subdesc0_1_5_1 = "Corporate Management"
	dqm__subdesc0_1_5_2 = "Board & Committee Mandates"
	dqm__subdesc0_1_5_3 = "Code of Business Conduct and Ethics"
	dqm__subdesc0_1_5_4 = "Contact The Board"
	
	dqm__url0_1_5_0 = "http://www.cognos.com/company/governance/index.html"
	dqm__url0_1_5_1 = "http://www.cognos.com/company/governance/governance.html"
	dqm__url0_1_5_2 = "http://www.cognos.com/company/governance/mandates.html"
	dqm__url0_1_5_3 = "http://www.cognos.com/company/governance/conduct.html"
	dqm__url0_1_5_4 = "http://www.cognos.com/company/governance/contact.html"
	
	// Sub Menu 0_1_2 Investor Relations/Investor Services
	dqm__sub_menu_width0_1_6 = 100
	
	dqm__subdesc0_1_6_0 = "FAQs"
	dqm__subdesc0_1_6_1 = "Contacts"
	dqm__subdesc0_1_6_2 = "E-mail Alerts"
	
	dqm__url0_1_6_0 = "http://www.cognos.com/company/investor/faq.html"
	dqm__url0_1_6_1 = "http://www.cognos.com/company/investor/contact.html"
	dqm__url0_1_6_2 = "http://forms.cognos.com/?elqPURLPage=854&mc=-web_ir&offid=ir_alert"

    //Sub Menu 0_2 -- Governance
	
	dqm__subdesc0_2_0 = "Overview"
	dqm__subdesc0_2_1 = "Corporate Management"
	dqm__subdesc0_2_2 = "Board &amp; Committee Mandates"
	dqm__subdesc0_2_3 = "Code of Business Conduct &amp; Ethics"
	dqm__subdesc0_2_4 = "Related Party Transactions Policy"
	dqm__subdesc0_2_5 = "Contact The Board"

	dqm__url0_2_0 = "http://www.cognos.com/company/governance/index.html"
	dqm__url0_2_1 = "http://www.cognos.com/company/governance/governance.html"
	dqm__url0_2_2 = "http://www.cognos.com/company/governance/mandates.html"
	dqm__url0_2_3 = "http://www.cognos.com/company/governance/conduct.html"
	dqm__url0_2_4 = "http://www.cognos.com/company/governance/related-party-transactions-policy.html"
	dqm__url0_2_5 = "http://www.cognos.com/company/governance/contact.html"

	//Sub Menu 0_3 -- Careers
	
	dqm__subdesc0_3_0 = "Overview"
	dqm__subdesc0_3_1 = "Global People Strategy"
	dqm__subdesc0_3_2 = "Student Recruiting"
	dqm__subdesc0_3_3 = "Search Jobs"
	dqm__subdesc0_3_4 = "Apply Now"

	dqm__url0_3_0 = "http://www.cognos.com/careers/index.html"
	dqm__url0_3_1 = "http://www.cognos.com/careers/people_strategy.html"
	dqm__url0_3_2 = "http://www.cognos.com/careers/students.html"
	dqm__url0_3_3 = "https://recruit.cognos.com/servlets/iclientservlet/careers/?cmd=start"
	dqm__url0_3_4 = "https://recruit.cognos.com/servlets/iclientservlet/careers/?cmd=start"

	//Sub Menu 1 -- Products
	dqm__sub_xy1 = "-95,28"
	
	dqm__sub_menu_width1 = 210

	dqm__subdesc1_0 = "Overview"
	dqm__subdesc1_1 = "Performance Management"
	dqm__subdesc1_2 = "Cognos 8 Business Intelligence"
	dqm__subdesc1_3 = "Cognos 8 Planning"
	dqm__subdesc1_4 = "Cognos TM1"
	dqm__subdesc1_5 = "Cognos 8 Controller"
	dqm__subdesc1_6 = "Cognos 8 Workforce Performance"
	dqm__subdesc1_7 = "Performance Applications"
	dqm__subdesc1_8 = "Cognos Now! Operational BI"
	dqm__subdesc1_9 = "Product Resources"
	
	
	dqm__icon_index1_0 = 1
	dqm__icon_index1_1 = 0
	dqm__icon_index1_2 = 0
	dqm__icon_index1_3 = 1
	dqm__icon_index1_4 = 0
	dqm__icon_index1_5 = 1
	dqm__icon_index1_6 = 1
	dqm__icon_index1_7 = 0
	dqm__icon_index1_8 = 1
	dqm__icon_index1_9 = 0
	
	dqm__2nd_icon_index1_0 = 1
	dqm__2nd_icon_index1_1 = 0
	dqm__2nd_icon_index1_2 = 0
	dqm__2nd_icon_index1_3 = 1
	dqm__2nd_icon_index1_4 = 0
	dqm__2nd_icon_index1_5 = 1
	dqm__2nd_icon_index1_6 = 1
	dqm__2nd_icon_index1_7 = 0
	dqm__2nd_icon_index1_8 = 1
	dqm__2nd_icon_index1_9 = 0

	dqm__url1 = "http://www.cognos.com/products/index.html"
	dqm__url1_0 = "http://www.cognos.com/products/index.html"
	dqm__url1_1 = "http://www.cognos.com/performance-management/index.html"  
	dqm__url1_2 = "http://www.cognos.com/products/cognos8businessintelligence/index.html"
	dqm__url1_3 = "http://www.cognos.com/products/planning_consolidation/enterprise_planning/index.html"
	dqm__url1_4 = "http://www.cognos.com/products/tm1/index.html"
	dqm__url1_5 = "http://www.cognos.com/products/planning_consolidation/controller/index.html"
	dqm__url1_6 = "http://www.cognos.com/products/cognos8workforceperformance/index.html"
	dqm__url1_7 = "http://www.cognos.com/products/business_intelligence/applications/index.html"
	dqm__url1_8 = "http://www.cognos.com/products/now/index.html"
	dqm__url1_9 = "http://www.cognos.com/products/res_wp.html"
	
	//Sub Menu 1_1 -- Performance Management
	dqm__sub_menu_width1_1 = 150
	dqm__subdesc1_1_0 = "Finance"
	dqm__subdesc1_1_1 = "Product Development"
	dqm__subdesc1_1_2 = "Operations"
	dqm__subdesc1_1_3 = "Human Resources"
	dqm__subdesc1_1_4 = "Information Technology"
	dqm__subdesc1_1_5 = "Customer Service"
	dqm__subdesc1_1_6 = "Marketing"
	dqm__subdesc1_1_7 = "Sales"
	dqm__subdesc1_1_8 = "Executive Management"
	
	dqm__url1_1_0 = "http://www.cognos.com/performance-management/finance/index.html"
	dqm__url1_1_1 = "http://www.cognos.com/performance-management/product-development/index.html"
	dqm__url1_1_2 = "http://www.cognos.com/performance-management/operations/index.html"
	dqm__url1_1_3 = "http://www.cognos.com/performance-management/human-resources/index.html"
	dqm__url1_1_4 = "http://www.cognos.com/performance-management/information-technology/index.html"
	dqm__url1_1_5 = "http://www.cognos.com/performance-management/customer-service/index.html"
	dqm__url1_1_6 = "http://www.cognos.com/performance-management/marketing/index.html"
	dqm__url1_1_7 = "http://www.cognos.com/performance-management/sales/index.html"
	dqm__url1_1_8 = "http://www.cognos.com/performance-management/executive-management/index.html"
	
	
	//Sub Menu 1_2 -- Cognos 8 BI
	dqm__sub_menu_width1_2 = 175
	dqm__subdesc1_2_0 = "Reporting"
	dqm__subdesc1_2_1 = "Analysis"
	dqm__subdesc1_2_2 = "Scorecarding"
	dqm__subdesc1_2_3 = "Dashboards"
	dqm__subdesc1_2_4 = "Business Event Management"
	dqm__subdesc1_2_5 = "Data Integration"
	dqm__subdesc1_2_6 = "Consumer Modes"

	dqm__icon_index1_2_6 = 0
	dqm__2nd_icon_index1_2_6 = 0
	
	dqm__url1_2_0 = "http://www.cognos.com/products/cognos8businessintelligence/reporting.html"
	dqm__url1_2_1 = "http://www.cognos.com/products/cognos8businessintelligence/analysis.html"
	dqm__url1_2_2 = "http://www.cognos.com/products/cognos8businessintelligence/scorecarding.html"
	dqm__url1_2_3 = "http://www.cognos.com/products/cognos8businessintelligence/dashboards.html"
	dqm__url1_2_4 = "http://www.cognos.com/products/cognos8businessintelligence/business-event-management.html"
	dqm__url1_2_5 = "http://www.cognos.com/products/cognos8businessintelligence/data-integration.html"
	dqm__url1_2_6 = "http://www.cognos.com/products/cognos8businessintelligence/consumer-modes.html"
	
	//Sub Menu 1_2_6 -- Consumer Modes
	dqm__sub_menu_width1_2_6 = 120
	
	dqm__subdesc1_2_6_0 = "Mobile/Wireless"
	dqm__subdesc1_2_6_1 = "Search"
	dqm__subdesc1_2_6_2 = "MS Office"
	
	dqm__url1_2_6_0 = "http://www.cognos.com/products/cognos8businessintelligence/go-mobile.html"
	dqm__url1_2_6_1 = "http://www.cognos.com/products/cognos8businessintelligence/go-search.html"
	dqm__url1_2_6_2 = "http://www.cognos.com/products/cognos8businessintelligence/ms-office.html"	

	//Sub Menu 1_4 -- Cognos TM1
	dqm__sub_menu_width1_4 = 184

	dqm__subdesc1_4_0 = "Cognos TM1 Web"
	dqm__subdesc1_4_1 = "Cognos TM1 Executive Viewer"
	
	
	dqm__url1_4_0 = "http://www.cognos.com/products/tm1/cognos-tm1-web.html"
	dqm__url1_4_1 = "http://www.cognos.com/products/tm1/cognos-tm1-executive-viewer.html"
	

	//Sub Menu 1_7 -- Performance Applications
	dqm__sub_menu_width1_7 = 170

	dqm__subdesc1_7_0 = "Customer Analytics" 
	dqm__subdesc1_7_1 = "Financial Analytics"
	dqm__subdesc1_7_2 = "Supply Chain Analytics"

	dqm__url1_7_0 = "http://www.cognos.com/products/business_intelligence/applications/customer_analytics.html"
	dqm__url1_7_1 = "http://www.cognos.com/products/business_intelligence/applications/financial_analytics.html"
	dqm__url1_7_2 = "http://www.cognos.com/products/business_intelligence/applications/supplychain_analytics.html"

	//Sub Menu 1_9 -- Product Resources
	dqm__sub_menu_width1_9 = 170
	dqm__subdesc1_9_0 = "White Papers"
	dqm__subdesc1_9_1 = "Demos"
	dqm__subdesc1_9_2 = "Web Seminars"
	dqm__subdesc1_9_3 = "Cognos Extranets"
	dqm__subdesc1_9_4 = "Regulatory Framework"
	dqm__subdesc1_9_5 = "Product Fact Sheets"
	dqm__subdesc1_9_6 = "Framework Services"
	dqm__subdesc1_9_7 = "Podcasts"

	dqm__url1_9_0 = "http://www.cognos.com/products/res_wp.html"
	dqm__url1_9_1 = "http://www.cognos.com/products/res_tours.html"
	dqm__url1_9_2 = "http://www.cognos.com/products/res_webinar.html"
	dqm__url1_9_3 = "http://www.cognos.com/products/res_extranets.html"
	dqm__url1_9_4 = "http://www.cognos.com/products/res_regulatory.html"
	dqm__url1_9_5 = "http://www.cognos.com/products/res_brochures.html"
	dqm__url1_9_6 = "http://www.cognos.com/products/framework_services/index.html"
	dqm__url1_9_7 = "http://www.cognos.com/podcasts/index.html"

    //Sub Menu 2 -- Solutions

	dqm__sub_xy2 = "-95,28"
	dqm__sub_menu_width2 = 165

	dqm__subdesc2_0 = "Overview"
	dqm__subdesc2_1 = "For Your Industry"
	dqm__subdesc2_2 = "For Your Department"
	dqm__subdesc2_3 = "For Your Data"
	dqm__subdesc2_4 = "For Your Projects"
	dqm__subdesc2_5 = "For Your Small and Mid-sized Business"
	dqm__subdesc2_6 = "Powered by Cognos"
	

	dqm__2nd_icon_index2_0 = 1
	dqm__2nd_icon_index2_1 = 0
	dqm__2nd_icon_index2_2 = 0
	dqm__2nd_icon_index2_3 = 0
	dqm__2nd_icon_index2_4 = 0
	dqm__2nd_icon_index2_5 = 1
	dqm__2nd_icon_index2_6 = 1
	

	dqm__url2 = "http://www.cognos.com/solutions/index.html"
	dqm__url2_0 = "http://www.cognos.com/solutions/index.html"
	dqm__url2_5 = "http://www.cognos.com/solutions/industry/small-midsize-businesses/index.html"
	dqm__url2_6 = "http://www.cognos.com/solutions/powered_by_cognos/index.html"
	
	//Sub Menu 2_1 -- Solutions/For Your Industry
	
	dqm__sub_menu_width2_1 = 230
	dqm__subdesc2_1_0 = "Banking"
	dqm__subdesc2_1_1 = "Education"
	dqm__subdesc2_1_2 = "Defense"
	dqm__subdesc2_1_3 = "Government"
	dqm__subdesc2_1_4 = "Insurance"
	dqm__subdesc2_1_5 = "Hospitality and Entertainment"
	dqm__subdesc2_1_6 = "Manufacturing"
	dqm__subdesc2_1_7 = "Oil and Gas"
	dqm__subdesc2_1_8 = "Supply Chain"
	dqm__subdesc2_1_9 = "Pharmaceuticals and Life Sciences"
	dqm__subdesc2_1_10 = "Retail"


	dqm__url2_1_0 = "http://www.cognos.com/solutions/industry/banking-financial-services/index.html"
	dqm__url2_1_1 = "http://www.cognos.com/solutions/industry/education/index.html"
	dqm__url2_1_2 = "http://www.cognos.com/solutions/industry/defense/index.html"
	dqm__url2_1_3 = "http://www.cognos.com/solutions/industry/government/index.html"
	dqm__url2_1_4 = "http://www.cognos.com/solutions/industry/insurance/index.html"
	dqm__url2_1_5 = "http://www.cognos.com/solutions/industry/hospitality-entertainment/index.html"
	dqm__url2_1_6 = "http://www.cognos.com/solutions/industry/manufacturing/index.html"
	dqm__url2_1_7 = "http://www.cognos.com/solutions/industry/oil-gas/index.html"
	dqm__url2_1_8 = "http://www.cognos.com/solutions/projects/supply-chain-mgmt/index.html"
	dqm__url2_1_9 = "http://www.cognos.com/solutions/industry/pharmaceuticals-life-sciences/index.html"
	dqm__url2_1_10 = "http://www.cognos.com/solutions/industry/retail/index.html"

	
	
	//Sub Menu 2_2 -- Solutions/For Your Department
	
	dqm__sub_menu_width2_2 = 210
	dqm__subdesc2_2_0 = "Finance"
	dqm__subdesc2_2_1 = "Product Development"
	dqm__subdesc2_2_2 = "Operations"
	dqm__subdesc2_2_3 = "Human Resources"
	dqm__subdesc2_2_4 = "Information Technology"
	dqm__subdesc2_2_5 = "Customer Service"
	dqm__subdesc2_2_6 = "Marketing"
	dqm__subdesc2_2_7 = "Sales"
	dqm__subdesc2_2_8 = "Executive Management"

	dqm__url2_2_0 = "http://www.cognos.com/performance-management/finance/index.html"
	dqm__url2_2_1 = "http://www.cognos.com/performance-management/product-development/index.html"
	dqm__url2_2_2 = "http://www.cognos.com/performance-management/operations/index.html"
	dqm__url2_2_3 = "http://www.cognos.com/performance-management/human-resources/index.html"
	dqm__url2_2_4 = "http://www.cognos.com/performance-management/information-technology/index.html"
	dqm__url2_2_5 = "http://www.cognos.com/performance-management/customer-service/index.html"
	dqm__url2_2_6 = "http://www.cognos.com/performance-management/marketing/index.html"
	dqm__url2_2_7 = "http://www.cognos.com/performance-management/sales/index.html"
	dqm__url2_2_8 = "http://www.cognos.com/performance-management/executive-management/index.html"

	//Sub Menu 2_3 -- Solutions/For Your Data

	dqm__sub_menu_width2_3 = 130
	dqm__subdesc2_3_0 = "IBM"
	dqm__subdesc2_3_1 = "Microsoft"	
	dqm__subdesc2_3_2 = "Oracle"
	dqm__subdesc2_3_3 = "PeopleSoft"
	dqm__subdesc2_3_4 = "salesforce.com"
	dqm__subdesc2_3_5 = "SAP"
	dqm__subdesc2_3_6 = "Siebel"
	dqm__subdesc2_3_7 = "Sybase"
	dqm__subdesc2_3_8 = "Teradata"
	
	dqm__url2_3_0 = "http://www.cognos.com/solutions/data/ibm/index.html"
	dqm__url2_3_1 = "http://www.cognos.com/solutions/data/microsoft/index.html"
	dqm__url2_3_2 = "http://www.cognos.com/solutions/data/oracle/index.html"
	dqm__url2_3_3 = "http://www.cognos.com/solutions/data/peoplesoft/index.html"
	dqm__url2_3_4 = "http://www.cognos.com/solutions/data/salesforce/index.html"
	dqm__url2_3_5 = "http://www.cognos.com/solutions/data/sap/index.html"
	dqm__url2_3_6 = "http://www.cognos.com/solutions/data/siebel/index.html"
	dqm__url2_3_7 = "http://www.cognos.com/solutions/data/sybase/index.html"
	dqm__url2_3_8 = "http://www.cognos.com/solutions/data/teradata/index.html"

	//Sub Menu 2_4 -- Solutions/For Your Projects

	dqm__sub_menu_width2_4 = 180
	dqm__subdesc2_4_0 = "Business Intelligence Competency Centers"
	dqm__subdesc2_4_1 = "Compliance"
	dqm__subdesc2_4_2 = "Six Sigma and Quality"
	dqm__subdesc2_4_3 = "BI Extranets"
	dqm__subdesc2_4_4 = "Balanced Scorecard"
	dqm__subdesc2_4_5 = "BI Standardization"
	dqm__subdesc2_4_6 = "No Child Left Behind"
	
	
	dqm__url2_4_0 = "http://www.cognos.com/solutions/projects/bicc/index.html"
	dqm__url2_4_1 = "http://www.cognos.com/solutions/projects/compliance/index.html"
	dqm__url2_4_2 = "http://www.cognos.com/solutions/projects/six-sigma-quality/index.html"
	dqm__url2_4_3 = "http://www.cognos.com/solutions/projects/extranets/index.html"
	dqm__url2_4_4 = "http://www.cognos.com/solutions/projects/balanced-scorecard/index.html"
	dqm__url2_4_5 = "http://www.cognos.com/solutions/projects/bi-standardization/index.html"
	dqm__url2_4_6 = "http://www.cognos.com/solutions/projects/no-child/index.html"

	
    //Sub Menu 3 -- Customer Successes
	
	dqm__sub_xy3 = "-95,28"
	dqm__sub_menu_width3 = 230

	dqm__subdesc3_0 = "Overview"
	dqm__subdesc3_1 = "Automotive/Manufacturing"
	dqm__subdesc3_2 = "Consumer Packaged Goods (CPG)"
	dqm__subdesc3_3 = "Energy/Natural Resources/Chemicals"
	dqm__subdesc3_4 = "Financial Services/Insurance"
	dqm__subdesc3_5 = "Government/Education"
	dqm__subdesc3_6 = "Healthcare/Pharmaceutical"
	dqm__subdesc3_7 = "Hospitality/Entertainment"
	dqm__subdesc3_8 = "Professional Services"
	dqm__subdesc3_9 = "Publishing"
	dqm__subdesc3_10 = "Retail & Restaurant Chains"
	dqm__subdesc3_11 = "Technology"
	dqm__subdesc3_12 = "Transportation"
	
	dqm__url3 = "http://www.cognos.com/company/success/index.html"
	dqm__url3_0 = "http://www.cognos.com/company/success/index.html"
	dqm__url3_1 = "http://www.cognos.com/company/success/ss_manu_automotive.html"
	dqm__url3_2 = "http://www.cognos.com/company/success/ss_cpg.html"
	dqm__url3_3 = "http://www.cognos.com/company/success/ss_energy_nat_res.html"
	dqm__url3_4 = "http://www.cognos.com/company/success/ss_banking.html"
	dqm__url3_5 = "http://www.cognos.com/company/success/ss_govern.html"
	dqm__url3_6 = "http://www.cognos.com/company/success/ss_healthcare.html"
	dqm__url3_7 = "http://www.cognos.com/company/success/ss_entertainment.html"
	dqm__url3_8 = "http://www.cognos.com/company/success/ss_prof_services.html"
	dqm__url3_9 = "http://www.cognos.com/company/success/ss_publishing.html"
	dqm__url3_10 = "http://www.cognos.com/company/success/ss_retail-restaurant.html"
	dqm__url3_11 = "http://www.cognos.com/company/success/ss_manu_electronics.html"
	dqm__url3_12 = "http://www.cognos.com/company/success/ss_logistics.html"
	
	
    //Sub Menu 4 -- Services

	dqm__sub_xy4 = "-95,28"
	dqm__sub_menu_width4 = 170

	dqm__subdesc4_0 = "Global Customer Services"
	dqm__subdesc4_1 = "Support"
	dqm__subdesc4_2 = "Training"
	dqm__subdesc4_3 = "Consulting"
	
	dqm__url4 = "http://support.cognos.com/index.html"
	dqm__url4_0 = "http://support.cognos.com/index.html"
	dqm__url4_1 = "http://support.cognos.com/en/support/index.html"
	dqm__url4_2 = "http://support.cognos.com/en/training/index.html"
	dqm__url4_3 = "http://support.cognos.com/en/consulting/index.html"

    //Sub Menu 5  -- Partners

	dqm__sub_xy5 = "-95,28"
	dqm__sub_menu_width5 = 170

	dqm__subdesc5_0 = "Overview"
	dqm__subdesc5_1 = "Become a Partner"
	dqm__subdesc5_2 = "Find a Partner"
	dqm__subdesc5_3 = "Enter Cognos PartnerNetwork"


	dqm__icon_index5_0 = 1
	dqm__icon_index5_1 = 0
	dqm__icon_index5_2 = 0
	dqm__icon_index5_3 = 1
	

	
	dqm__2nd_icon_index5_0 = 1
	dqm__2nd_icon_index5_1 = 0
	dqm__2nd_icon_index5_2 = 0
	dqm__2nd_icon_index5_3 = 1
	


	dqm__2nd_icon_index5_2_0 = 0
	dqm__2nd_icon_index5_2_1 = 1
	dqm__2nd_icon_index5_2_2 = 1
	
	
	dqm__url5 = "http://www.cognos.com/partners/index.html"
	dqm__url5_0 = "http://www.cognos.com/partners/index.html"
	dqm__url5_1 = "http://www.cognos.com/partners/join.html"
	dqm__url5_2 = "http://www.cognos.com/partners/find_partners.html"
	dqm__url5_3 = "http://www.cognos.com/partners/login/index.html"


	//Sub Menu 5_1 -- Join Us
	dqm__sub_menu_width5_1 = 125
	dqm__subdesc5_1_0 = "Overview"
	dqm__subdesc5_1_1 = "Consulting Partners"
	dqm__subdesc5_1_2 = "OEM Partners"
	dqm__subdesc5_1_3 = "Powered by Cognos"
	dqm__subdesc5_1_4 = "Reseller Partners"
	dqm__subdesc5_1_5 = "Technology Partners"

	dqm__url5_1_0 = "http://www.cognos.com/partners/join.html"
	dqm__url5_1_1 = "http://www.cognos.com/partners/consulting/index.html"
	dqm__url5_1_2 = "http://www.cognos.com/partners/oem/index.html"
	dqm__url5_1_3 = "http://www.cognos.com/partners/poweredbycognos/index.html"
	dqm__url5_1_4 = "http://www.cognos.com/partners/solution.html"
	dqm__url5_1_5 = "http://www.cognos.com/partners/tech/index.html"

	//Sub Menu 5_2 -- Find a Partner
	dqm__sub_menu_width5_2 = 125
	dqm__subdesc5_2_0 = "Partner Directory"
	dqm__subdesc5_2_1 = "Certified Partners"
	dqm__subdesc5_2_2 = "Global Alliances"
	dqm__subdesc5_2_3 = "Powered by Cognos"

	dqm__url5_2_0 = "http://www.cognos.com/partners/find_partners.html"
	dqm__url5_2_1 = "http://www.cognos.com/partners/certified/index.html"
	dqm__url5_2_2 = "http://www.cognos.com/partners/global-alliances.html"
	dqm__url5_2_3 = "http://www.cognos.com/solutions/powered_by_cognos/search.html"



	//Sub Menu 5_2_0 -- Find a Partner
	dqm__sub_menu_width5_2_0 = 125
	dqm__subdesc5_2_0_0 = "Platinum OEM"
	dqm__subdesc5_2_0_1 = "Platinum Reseller"
	dqm__subdesc5_2_0_2 = "Platinum Technology"

	dqm__url5_2_0_0 = "http://www.cognos.com/partners/platinum_OEM.html"
	dqm__url5_2_0_1 = "http://www.cognos.com/partners/platinum_resellers.html"
	dqm__url5_2_0_2 = "http://www.cognos.com/partners/platinum_technology.html"



    //Sub Menu 6  -- News

	dqm__sub_xy6 = "-95,28"
	dqm__sub_menu_width6 = 170

	dqm__subdesc6_0 = "Overview"
	dqm__subdesc6_1 = "News Releases"
	dqm__subdesc6_2 = "Cognos in the News"
	dqm__subdesc6_3 = "Industry Analyst Reviews"
	dqm__subdesc6_4 = "Awards"
	dqm__subdesc6_5 = "Global Management Team"
	dqm__subdesc6_6 = "Media Contacts"
	
	dqm__url6 = "http://www.cognos.com/news/index.html"
	dqm__url6_0 = "http://www.cognos.com/news/index.html"
	dqm__url6_1 = "http://www.cognos.com/news/releases/2007/index.html"
	dqm__url6_2 = "http://www.cognos.com/news/inthenews/index.html"
	dqm__url6_3 = "http://www.cognos.com/news/analyst_reviews.html"
	dqm__url6_4 = "http://www.cognos.com/news/awards/index.html"
	dqm__url6_5 = "http://www.cognos.com/news/management/index.html"
	dqm__url6_6 = "http://www.cognos.com/news/worldwide.html"

    //Sub Menu 7  -- Events

	dqm__sub_xy7 = "-150,28"
	dqm__sub_menu_width7 = 120

	dqm__subdesc7_0 = "Overview"
	dqm__subdesc7_1 = "Online Events"
	dqm__subdesc7_2 = "Tradeshows and Conferences"
	dqm__subdesc7_3 = "Seminars"
	dqm__subdesc7_4 = "User Groups"
	dqm__subdesc7_5 = "User Conferences"
	dqm__subdesc7_6 = "Investor Events"
	dqm__subdesc7_7 = "Partner Events"
	dqm__subdesc7_8 = "Search Events"

	dqm__icon_index7_0 = 1
	dqm__icon_index7_1 = 0
	dqm__icon_index7_2 = 1
	dqm__icon_index7_3 = 1
	dqm__icon_index7_4 = 1
	dqm__icon_index7_5 = 1
	dqm__icon_index7_6 = 1
	dqm__icon_index7_7 = 1
	dqm__icon_index7_8 = 1
	
	dqm__2nd_icon_index7_0 = 1
	dqm__2nd_icon_index7_1 = 0
	dqm__2nd_icon_index7_2 = 1
	dqm__2nd_icon_index7_3 = 1
	dqm__2nd_icon_index7_4 = 1
	dqm__2nd_icon_index7_5 = 1
	dqm__2nd_icon_index7_6 = 1
	dqm__2nd_icon_index7_7 = 1
	dqm__2nd_icon_index7_8 = 1
	
	dqm__url7 =  "http://www.cognos.com/events/index.html"
	dqm__url7_0 = "http://www.cognos.com/events/index.html"
	dqm__url7_1 = "http://www-apps.cognos.com/events-search/search?run_search=1&categories=10&categories=8&categories=19&categories=20"
	dqm__url7_2 = "http://www-apps.cognos.com/events-search/search?run_search=1&categories=5&categories=11"
	dqm__url7_3 = "http://www-apps.cognos.com/events-search/search?run_search=1&categories=3"
	dqm__url7_4 = "http://support.cognos.com/en/support/ciug/index.html"
	dqm__url7_5 = "http://www-apps.cognos.com/events-search/search?run_search=1&categories=1"
	dqm__url7_6 = "http://www-apps.cognos.com/events-search/search?run_search=1&investor_events=1&categories=18"
	dqm__url7_7 = "http://www-apps.cognos.com/events-search/search?run_search=1&partner_events=1&categories=22"
	dqm__url7_8 = "http://www-apps.cognos.com/events-search/search"

	//Sub Menu 7_1 -- Online Events
	dqm__sub_menu_width7_1 = 100
	dqm__subdesc7_1_0 = "Live Web Seminars"
	dqm__subdesc7_1_1 = "On Demand Web Seminars"
	dqm__subdesc7_1_2 = "Podcasts"
	dqm__subdesc7_1_3 = "Teleconferences"

	dqm__url7_1_0 = "http://www-apps.cognos.com/events-search/search?run_search=1&categories=10"
	dqm__url7_1_1 = "http://www-apps.cognos.com/events-search/search?run_search=1&categories=8"
	dqm__url7_1_2 = "http://www-apps.cognos.com/events-search/search?run_search=1&categories=8"
	dqm__url7_1_3 = "http://www-apps.cognos.com/events-search/search?run_search=1&categories=19"
