 <!--
/*-------------------------------------------
Copyright Notice - The following parameter is 
required in order for the menu to function.
--------------------------------------------*/
   DQM_Notice = "DHTML QuickMenu, Copyright (c) - 2002, OpenCube Inc. - www.opencube.com"
   code0 = 334248
   code1 = 272992
   code2 = 350816 
   code3 = 350968
   code4 = 82384
 
   sequence = '9x44_5' 
/*-------------------------------------------
required menu Settings
--------------------------------------------*/

   DQM_sub_menu_width = 160      //default sub menu widths
   DQM_sub_xy = "0,0"            //default sub x,y coordinates
   
   
   DQM_codebase = "/topnavbar/"             //relative location of .js files
   DQM_urltarget = "_self"       //set to: _self, _parent, _new, or "my frame name"

   DQM_border_width = 1
   DQM_divider_height = 1

   DQM_border_color = "#6088d7"  //Hex color value or 'transparent'
   DQM_menu_bgcolor = "#97b3ed"  //Hex color value or 'transparent'
   DQM_hl_bgcolor = "#2c3ccc"    //Hex color value

   DQM_mouse_off_delay = 100
   
  
   /*---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 = 0
   DQM_os9_ie5mac_offset_Y = 0

   DQM_osx_ie5mac_offset_X = 0
   DQM_osx_ie5mac_offset_Y = 0

   DQM_ie4mac_offset_X = -8
   DQM_ie4mac_offset_Y = -50


   /*---Netscape 4.x fix option - bugs in Netscape 4.x
   -----can cause layers (sub menus) to be rendered
   -----incorrectly upon resizing the browser window.
   -----The only way to work around this issue is to reload
   -----the page after a resize. The following parameters allow
   -----the menu to automatically reload the page for the user
   -----after a resize, prompts the user to reload the page
   -----manually after resize, or attempts to correct the menu
   -----after a resize without reloading.-----*/
   
   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 4 & up fix - The following parameter option
   -----corrects div mouse detection bugs on Opera. Set the
   -----parameter value to true if your sub menus are located
   -----at the lowest point on the HTML page.---*/

   DQM_use_opera_div_detect_fix = true;


/*-------------------------------------------
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 = "none"


   /*----Define the effect duration in seconds below---*/
   
   DQM_sub_menu_effect_duration = .3
   DQM_sub_item_effect_duration = .3

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

   /*----Note: Due to browser limitations, when using a 
   ------drop shadow effect or sub menu opacity values
   ------less than 100, combined with sub menu and or
   ------sub menu item transitions, undesirable transition
   ------results may occur. To remedy the issue use
   ------semi transparent sub menus or borders without
   ------transition effects or use transition effects without
   ------borders and set the sub menu opacity value to 100.---*/
   
   /*----Opacity is defined with a value between
   ------1 and 100 with 100 being opaque---*/   	

   DQM_sub_menu_opacity = 100

   DQM_dropshadow_color = "none"                //Hex color value or 'none'
   DQM_dropshadow_offx = 5                      //drop shadow width
   DQM_dropshadow_offy = 5	                //drop shadow height


/*---------------------------------------------
Optional event triggered custom function calls
----------------------------------------------*/


   /*----This menu uses the documents onload event to
   ------initially generate the menus. If your HTML page requires
   ------the onload statement for calling other script functions
   ------or statements you may execute your code using the
   ------parameter below------*/

   //DQM_onload_code = "alert('custom function - onload')"


   /*----the following parameters may be used to execute
   ------custom code upon menu pop-up and hide.
   ------These are useful for hiding drop down boxes which
   ------may not be displayed under the menus due to
   ------browser limitations with certain form fields.---*/

   //DQM_showmenu_code0 = "status = 'custom show menu function call - menu0'"
   //DQM_showmenu_code1 = "status = 'custom show menu function call - menu1'"

   //DQM_hidemenu_code0 = "status = 'custom hide menu function call - menu0'"
   //DQM_hidemenu_code1 = "status = 'custom hide menu function call - menu1'"

 
   /*----the following parameters may be used to execute
   ------custom code upon clicking a menu item. If a URL link 
   ------and custom code are both defined the code will be 
   ------executed first, then the URL link will be loaded. This 
   ------parameter option is useful for opening custom pop up windows.---*/

   //DQM_clickitem_code0_0 = "alert('custom Function - Menu Item 0_0')"
   //DQM_clickitem_code1_0 = "alert('custom Function - Menu Item 1_0')"


<!--
/*-------------------------------------------
Required font Settings
--------------------------------------------*/
   
   DQM_textcolor = "#00167D"
   DQM_fontfamily = "arial"
   DQM_fontsize = 13
   DQM_fontsize_ie4 = 10		         //Defined with point sizing
   DQM_textdecoration = "normal"
   DQM_fontweight = "normal"
   DQM_fontstyle = "normal"
   DQM_hl_textcolor = "#ffffff"
   DQM_hl_textdecoration = "normal"

   DQM_margin_top = 3
   DQM_margin_bottom = 3
   DQM_margin_left = 5
   DQM_margin_right = 4

   DQM_text_alignment = "left"           //set to: 'left', 'center' or 'right'
   
   DQM_show_urls_statusbar = false
   
/*--------- Done QuickMenu Settings ---------------*/


 
        DQM_sub_xy0 = "-81,20"
DQM_rollover_image0 = "/computerworld/images/menuitems/management_r.gif"
DQM_rollover_wh0= "81,20"
DQM_url0= "/managementtopics/management?from=top"

	 
		DQM_subdesc0_0 = "IT Management Center"
		DQM_url0_0 = "/managementtopics/management?from=top"
		  
		DQM_subdesc0_1 = "&nbsp;-&nbsp;Help Desk/User Support"
		DQM_url0_1 = "/managementtopics/management/helpdesk?from=top"
		 
		DQM_subdesc0_2 = "&nbsp;-&nbsp;IT Spending"
		DQM_url0_2 = "/managementtopics/management/itspending?from=top"
		 
		DQM_subdesc0_3 = "&nbsp;-&nbsp;Project Management"
		DQM_url0_3 = "/managementtopics/management/project?from=top"
		  
		DQM_subdesc0_4 = "E-business Center"
		DQM_url0_4 = "/managementtopics/ebusiness?from=top"
		   
		DQM_subdesc0_5 = "Outsourcing Center"
		DQM_url0_5 = "/managementtopics/outsourcing?from=top"
		  
		DQM_subdesc0_6 = "&nbsp;-&nbsp;ASP"
		DQM_url0_6 = "/managementtopics/outsourcing/asp?from=top"
		 
		DQM_subdesc0_7 = "&nbsp;-&nbsp;ISP/Telecom"
		DQM_url0_7 = "/managementtopics/outsourcing/isptelecom?from=top"
		 
		DQM_subdesc0_8 = "&nbsp;-&nbsp;IT Services"
		DQM_url0_8 = "/managementtopics/outsourcing/itservices?from=top"
		  
		DQM_subdesc0_9 = "ROI Center"
		DQM_url0_9 = "/managementtopics/roi?from=top"
		    
        DQM_sub_xy1 = "-54,20"
DQM_rollover_image1 = "/computerworld/images/menuitems/careers_r.gif"
DQM_rollover_wh1= "54,20"
DQM_url1= "/careertopics/careers?from=top"

	 
		DQM_subdesc1_0 = "Careers Center"
		DQM_url1_0 = "/careertopics/careers?from=top"
		  
		DQM_subdesc1_1 = "&nbsp;-&nbsp;Consulting/Contracting"
		DQM_url1_1 = "/careertopics/careers/consulting?from=top"
		 
		DQM_subdesc1_2 = "&nbsp;-&nbsp;Education/Training"
		DQM_url1_2 = "/careertopics/careers/training?from=top"
		 
		DQM_subdesc1_3 = "&nbsp;-&nbsp;Hiring/Recruiting"
		DQM_url1_3 = "/careertopics/careers/recruiting?from=top"
		 
		DQM_subdesc1_4 = "&nbsp;-&nbsp;Workforce"
		DQM_url1_4 = "/careertopics/careers/labor?from=top"
		 
		DQM_subdesc1_5 = "&nbsp;-&nbsp;Skills"
		DQM_url1_5 = "/careertopics/careers/skills?from=top"
		  
		DQM_subdesc1_6 = "Search/Post Jobs"
		DQM_url1_6 = "/careertopics/jobs?from=top"
		    
        DQM_sub_xy2 = "-54,20"
DQM_rollover_image2 = "/computerworld/images/menuitems/security_r.gif"
DQM_rollover_wh2= "54,20"
DQM_url2= "/securitytopics/security?from=top"

	 
		DQM_subdesc2_0 = "Security Center"
		DQM_url2_0 = "/securitytopics/security?from=top"
		  
		DQM_subdesc2_1 = "&nbsp;-&nbsp;Cybercrime"
		DQM_url2_1 = "/securitytopics/security/cybercrime?from=top"
		 
		DQM_subdesc2_2 = "&nbsp;-&nbsp;Encryption"
		DQM_url2_2 = "/securitytopics/security/encryption?from=top"
		 
		DQM_subdesc2_3 = "&nbsp;-&nbsp;Disaster Recovery"
		DQM_url2_3 = "/securitytopics/security/recovery?from=top"
		 
		DQM_subdesc2_4 = "&nbsp;-&nbsp;Firewalls"
		DQM_url2_4 = "/securitytopics/security/firewall?from=top"
		 
		DQM_subdesc2_5 = "&nbsp;-&nbsp;Hacking"
		DQM_url2_5 = "/securitytopics/security/hacking?from=top"
		 
		DQM_subdesc2_6 = "&nbsp;-&nbsp;Privacy"
		DQM_url2_6 = "/securitytopics/security/privacy?from=top"
		 
		DQM_subdesc2_7 = "&nbsp;-&nbsp;Security Holes"
		DQM_url2_7 = "/securitytopics/security/holes?from=top"
		 
		DQM_subdesc2_8 = "&nbsp;-&nbsp;Viruses and Worms"
		DQM_url2_8 = "/securitytopics/security/virus?from=top"
		 
		DQM_subdesc2_9 = "&nbsp;-&nbsp;VPN"
		DQM_url2_9 = "/securitytopics/security/vpn?from=top"
		   
        DQM_sub_xy3 = "-64,20"
DQM_rollover_image3 = "/computerworld/images/menuitems/hardware_r.gif"
DQM_rollover_wh3= "64,20"
DQM_url3= "/hardwaretopics/hardware?from=top"

	 
		DQM_subdesc3_0 = "Hardware Center"
		DQM_url3_0 = "/hardwaretopics/hardware?from=top"
		  
		DQM_subdesc3_1 = "&nbsp;-&nbsp;Handhelds"
		DQM_url3_1 = "/hardwaretopics/hardware/handhelds?from=top"
		 
		DQM_subdesc3_2 = "&nbsp;-&nbsp;Desktops"
		DQM_url3_2 = "/hardwaretopics/hardware/desktops?from=top"
		 
		DQM_subdesc3_3 = "&nbsp;-&nbsp;Laptops"
		DQM_url3_3 = "/hardwaretopics/hardware/laptops?from=top"
		 
		DQM_subdesc3_4 = "&nbsp;-&nbsp;Grid Computing"
		DQM_url3_4 = "/hardwaretopics/hardware/gridcomputing?from=top"
		 
		DQM_subdesc3_5 = "&nbsp;-&nbsp;Mainframes"
		DQM_url3_5 = "/hardwaretopics/hardware/mainframes?from=top"
		 
		DQM_subdesc3_6 = "&nbsp;-&nbsp;Server"
		DQM_url3_6 = "/hardwaretopics/hardware/server?from=top"
		  
		DQM_subdesc3_7 = "Storage Center"
		DQM_url3_7 = "/hardwaretopics/storage?from=top"
		    
        DQM_sub_xy4 = "-61,20"
DQM_rollover_image4 = "/computerworld/images/menuitems/software_r.gif"
DQM_rollover_wh4= "61,20"
DQM_url4= "/softwaretopics/software?from=top"

	 
		DQM_subdesc4_0 = "Software Center"
		DQM_url4_0 = "/softwaretopics/software?from=top"
		  
		DQM_subdesc4_1 = "&nbsp;-&nbsp;Applications"
		DQM_url4_1 = "/softwaretopics/software/apps?from=top"
		 
		DQM_subdesc4_2 = "&nbsp;-&nbsp;Application Development"
		DQM_url4_2 = "/softwaretopics/software/appdev?from=top"
		 
		DQM_subdesc4_3 = "&nbsp;-&nbsp;E-mail/Groupware"
		DQM_url4_3 = "/softwaretopics/software/groupware?from=top"
		 
		DQM_subdesc4_4 = "&nbsp;-&nbsp;Graphics/Multimedia"
		DQM_url4_4 = "/softwaretopics/software/multimedia?from=top"
		  
		DQM_subdesc4_5 = "CRM Center"
		DQM_url4_5 = "/softwaretopics/crm?from=top"
		   
		DQM_subdesc4_6 = "ERP/Supply Chain Center"
		DQM_url4_6 = "/softwaretopics/erp?from=top"
		   
		DQM_subdesc4_7 = "Operating Systems Center"
		DQM_url4_7 = "/softwaretopics/os?from=top"
		  
		DQM_subdesc4_8 = "&nbsp;-&nbsp;Mainframe OS"
		DQM_url4_8 = "/softwaretopics/os/mainframeos?from=top"
		 
		DQM_subdesc4_9 = "&nbsp;-&nbsp;Unix"
		DQM_url4_9 = "/softwaretopics/os/unix?from=top"
		 
		DQM_subdesc4_10 = "&nbsp;-&nbsp;Windows"
		DQM_url4_10 = "/softwaretopics/os/windows?from=top"
		 
		DQM_subdesc4_11 = "&nbsp;-&nbsp;Linux"
		DQM_url4_11 = "/softwaretopics/os/linux?from=top"
		 
		DQM_subdesc4_12 = "&nbsp;-&nbsp;Macintosh"
		DQM_url4_12 = "/softwaretopics/os/macos?from=top"
		   
        DQM_sub_xy5 = "-70,20"
DQM_rollover_image5 = "/computerworld/images/menuitems/databases_r.gif"
DQM_rollover_wh5= "70,20"
DQM_url5= "/databasetopics/data?from=top"

	 
		DQM_subdesc5_0 = "Data Management Center"
		DQM_url5_0 = "/databasetopics/data?from=top"
		  
		DQM_subdesc5_1 = "&nbsp;-&nbsp;Data Center"
		DQM_url5_1 = "/databasetopics/data/datacenter?from=top"
		 
		DQM_subdesc5_2 = "&nbsp;-&nbsp;Databases"
		DQM_url5_2 = "/databasetopics/data/software?from=top"
		  
		DQM_subdesc5_3 = "Business Intelligence Center"
		DQM_url5_3 = "/databasetopics/businessintelligence?from=top"
		  
		DQM_subdesc5_4 = "&nbsp;-&nbsp;Data Mining"
		DQM_url5_4 = "/databasetopics/businessintelligence/datamining?from=top"
		 
		DQM_subdesc5_5 = "&nbsp;-&nbsp;Data Warehouse"
		DQM_url5_5 = "/databasetopics/businessintelligence/datawarehouse?from=top"
		  
		DQM_subdesc5_6 = "Storage Center"
		DQM_url5_6 = "/databasetopics/storage?from=top"
		    
        DQM_sub_xy6 = "-72,20"
DQM_rollover_image6 = "/computerworld/images/menuitems/networking_r.gif"
DQM_rollover_wh6= "72,20"
DQM_url6= "/networkingtopics/networking?from=top"

	 
		DQM_subdesc6_0 = "Networking Center"
		DQM_url6_0 = "/networkingtopics/networking?from=top"
		  
		DQM_subdesc6_1 = "&nbsp;-&nbsp;Firewalls"
		DQM_url6_1 = "/networkingtopics/networking/firewall?from=top"
		 
		DQM_subdesc6_2 = "&nbsp;-&nbsp;Network LAN/WAN"
		DQM_url6_2 = "/networkingtopics/networking/lanwan?from=top"
		 
		DQM_subdesc6_3 = "&nbsp;-&nbsp;Network Management"
		DQM_url6_3 = "/networkingtopics/networking/management?from=top"
		 
		DQM_subdesc6_4 = "&nbsp;-&nbsp;Network OS"
		DQM_url6_4 = "/networkingtopics/networking/os?from=top"
		 
		DQM_subdesc6_5 = "&nbsp;-&nbsp;Network Protocols"
		DQM_url6_5 = "/networkingtopics/networking/protocols?from=top"
		 
		DQM_subdesc6_6 = "&nbsp;-&nbsp;VPN"
		DQM_url6_6 = "/networkingtopics/networking/vpn?from=top"
		 
		DQM_subdesc6_7 = "&nbsp;-&nbsp;VoIP"
		DQM_url6_7 = "/networkingtopics/networking/voip?from=top"
		   
        DQM_sub_xy7 = "-81,20"
DQM_rollover_image7 = "/computerworld/images/menuitems/government_r.gif"
DQM_rollover_wh7= "81,20"
DQM_url7= "/governmenttopics/government?from=top"

	 
		DQM_subdesc7_0 = "Government Center"
		DQM_url7_0 = "/governmenttopics/government?from=top"
		  
		DQM_subdesc7_1 = "&nbsp;-&nbsp;IT in Government"
		DQM_url7_1 = "/governmenttopics/government/itgovernment?from=top"
		 
		DQM_subdesc7_2 = "&nbsp;-&nbsp;Government Policy"
		DQM_url7_2 = "/governmenttopics/government/policy?from=top"
		 
		DQM_subdesc7_3 = "&nbsp;-&nbsp;Legal Issues"
		DQM_url7_3 = "/governmenttopics/government/legalissues?from=top"
		 
		DQM_subdesc7_4 = "&nbsp;-&nbsp;Legislation"
		DQM_url7_4 = "/governmenttopics/government/legislation?from=top"
		   
        DQM_sub_xy8 = "-47,20"
DQM_rollover_image8 = "/computerworld/images/menuitems/mobiletopic_r.gif"
DQM_rollover_wh8= "47,20"
DQM_url8= "/mobiletopics/mobile?from=top"

	 
		DQM_subdesc8_0 = "Mobile & Wireless Center"
		DQM_url8_0 = "/mobiletopics/mobile?from=top"
		  
		DQM_subdesc8_1 = "&nbsp;-&nbsp;Handhelds"
		DQM_url8_1 = "/mobiletopics/mobile/handhelds?from=top"
		 
		DQM_subdesc8_2 = "&nbsp;-&nbsp;Laptops"
		DQM_url8_2 = "/mobiletopics/mobile/laptops?from=top"
		 
		DQM_subdesc8_3 = "&nbsp;-&nbsp;Wireless Technology"
		DQM_url8_3 = "/mobiletopics/mobile/technology?from=top"
		 
		DQM_subdesc8_4 = "&nbsp;-&nbsp;Wi-Fi"
		DQM_url8_4 = "/mobiletopics/mobile/wifi?from=top"
		   
        DQM_sub_xy9 = "-84,20"
DQM_rollover_image9 = "/computerworld/images/menuitems/development_r.gif"
DQM_rollover_wh9= "84,20"
DQM_url9= "/developmenttopics/development?from=top"

	 
		DQM_subdesc9_0 = "Development Center"
		DQM_url9_0 = "/developmenttopics/development?from=top"
		  
		DQM_subdesc9_1 = "&nbsp;-&nbsp;Application Development"
		DQM_url9_1 = "/developmenttopics/development/appdev?from=top"
		 
		DQM_subdesc9_2 = "&nbsp;-&nbsp;.Net"
		DQM_url9_2 = "/developmenttopics/development/dotnet?from=top"
		 
		DQM_subdesc9_3 = "&nbsp;-&nbsp;Java"
		DQM_url9_3 = "/developmenttopics/development/java?from=top"
		 
		DQM_subdesc9_4 = "&nbsp;-&nbsp;Web Development"
		DQM_url9_4 = "/developmenttopics/development/webdev?from=top"
		 
		DQM_subdesc9_5 = "&nbsp;-&nbsp;Web Services"
		DQM_url9_5 = "/developmenttopics/development/webservices?from=top"
		 
		DQM_subdesc9_6 = "&nbsp;-&nbsp;XML"
		DQM_url9_6 = "/developmenttopics/development/xml?from=top"
		  
		DQM_subdesc9_7 = "Web Site Management Center"
		DQM_url9_7 = "/developmenttopics/websitemgmt?from=top"
		    
        DQM_sub_xy10 = "-56,20"
DQM_rollover_image10 = "/computerworld/images/menuitems/industry_r.gif"
DQM_rollover_wh10= "56,20"
DQM_url10= "/industrytopics?from=top"

	 
		DQM_subdesc10_0 = "Automotive"
		DQM_url10_0 = "/industrytopics/automotive?from=top"
		   
		DQM_subdesc10_1 = "Defense/Aerospace"
		DQM_url10_1 = "/industrytopics/defense?from=top"
		   
		DQM_subdesc10_2 = "Energy/Utilities"
		DQM_url10_2 = "/industrytopics/energy?from=top"
		   
		DQM_subdesc10_3 = "Health Care"
		DQM_url10_3 = "/industrytopics/healthcare?from=top"
		   
		DQM_subdesc10_4 = "Financial"
		DQM_url10_4 = "/industrytopics/financial?from=top"
		   
		DQM_subdesc10_5 = "Retail"
		DQM_url10_5 = "/industrytopics/retail?from=top"
		   
		DQM_subdesc10_6 = "Transportation"
		DQM_url10_6 = "/industrytopics/transportation?from=top"
		   
		DQM_subdesc10_7 = "Travel"
		DQM_url10_7 = "/industrytopics/travel?from=top"
		   
		DQM_subdesc10_8 = "Manufacturing"
		DQM_url10_8 = "/industrytopics/manufacturing?from=top"
		     // -->