var TREE_NODES = [
	['Home','index.html', '_top'],	
	['Products', null, null,		
		['PC', null, null,
			['Desktops', 'pr_pc_desktops.html', '_top'],
			['Notebooks', 'pr_pc_notebooks.html', '_top'],
			['Monitors', 'pr_pc_monitors.html', '_top'],
			['Projectors', 'pr_pc_projectors.html', '_top'],
			['Offer', 'pr_pc_offer.html', '_top'],
		],
		['Servers', null, null,
			['xSeries', 'pr_srv_x.html', '_top'],
			['pSeries', 'pr_srv_p.html', '_top'],
			['iSeries', 'pr_srv_i.html', '_top'],
			['zSeries', 'pr_srv_z.html', '_top'],
			['Blade', 'pr_srv_blade.html', '_top'],
		],
		['Software', null, null,
			['Tivoli', 'pr_so_tivoli.html', '_top'],			
			['Info Mgmt', 'pr_so_infomng.html', '_top'],
			['Lotus', 'pr_so_lotus.html', '_top'],
			['WebSphere', 'pr_so_websphere.html', '_top'],
			['Rational', 'pr_so_rational.html', '_top'],
		],
		['Storage', null, null,
			['Disks', 'pr_str_disks.html', '_top'],
			['Tapes', 'pr_str_types.html', '_top'],
			['SAN', 'pr_str_san.html', '_top'],
		],
		['Retail', null, null,
			['Software', 'pr_re_soft.html', '_top'],
			['POS', 'pr_re_pos.html', '_top'],
		],		
	],
	['Solutions', null, null,		
		['Tivoli', 'so_tivoli.html', '_top'],
		['Lotus', 'construction.html', '_top'],
		['Retail', 'construction.html', '_top'],
		['Disaster', 'construction.html', '_top'],
	],
	['Support', null, null,
		['Service Tickets', 'spp_db.html', '_top'],
		['PC', 'spp_pc.html', '_top'],
		['UNIX', 'spp_unix.html', '_top'],
	],
	['About us', null, null,
		['Profile', 'ab_profile.html', '_top'],		
		['Bank Accounts', 'ab_accounts.html', '_top'],		
		['Balance', 'ab_balance.html', '_top'],
		['Customers', 'ab_customers.html', '_top'],
		['Certificates', 'ab_certificates.html', '_top'],
		['Careers', 'ab_careers.html', '_top'],
		['Contacts', 'ab_contacts.html', '_top'],
	],
		
];