/* Tigra Menu items structure */
var MENU_ITEMS = [
	['Home', 'index.htm'
	],
	['Recent Changes', 'whats_new.htm', null,
		['Free software', 'free_pc_software.htm'],
	        ['Cheap software', 'cheap_software.htm'],
		['February photos', '2010-02.htm'],
		['Computer summary', 'comp_sum.htm'],
		['January photos', '2010-01.htm'],
		['December photos', '2009-12.htm'],
		['More...', 'whats_new.htm']
	],
	['Photos and Video', null, null,
		['1998 - 2008', 'photo_album.htm', null,
		],
		['2009', null, null,
			['January', '2009-01.htm'],
			['February', '2009-02.htm'],
			['March', '2009-03.htm'],
			['April', '2009-04.htm'],
			['May', '2009-05.htm'],
			['June', '2009-06.htm'],
			['July', '2009-07.htm'],
			['August', '2009-08.htm'],
			['September', '2009-09.htm'],
			['October', '2009-10.htm'],
			['November', '2009-11.htm'],
			['December', '2009-12.htm'],
		],
		['2010', null, null,
			['January', '2010-01.htm'],
			['February', '2010-02.htm'],
		],
		['Digital cameras (current)', 'comp_sum.htm#digcam', null,
		],
		['Digital cameras (old)', 'digcam_slr.htm', null,
		],
		['Video editing (old)', 'hv.htm', null,
		],
	],
	['Computer Advice', null, null,
		['Current', null, null,				
			['Recommendations', 'comp_sum.htm'],
			['Cheap software', 'cheap_software.htm'],
			['Free PC software', 'free_pc_software.htm'],
			['Free Mac software', 'free_mac_software.htm'],
		],

		['Old', null, null,				
			['Buying a Computer', null, null,
				['Buy a Mac', 'comp_buy_mac.htm'],
				['iMac', 'comp_imac.htm'],
				['Self built PC', 'build_reasons.htm'],
				['MacBook Pro', 'comp_macbook_pro.htm'],
				['MacBook', 'comp_macbook.htm'],
				['Dell XPS M1330', 'comp_dell_m1330.htm'],
				['Dell Inspiron 1420', 'comp_dell_1420.htm'],
				['Other models', 'comp_other_models.htm'],
				['Computer for college', 'comp_college.htm'],
				['Desktop accessories', 'acc_desk.htm'],
				['Notebook accessories', 'acc_note.htm']
			],
			['Hardware', null, null,
				['Accessories - desktop', 'acc_desk.htm'],
				['Accessories - notebook', 'acc_note.htm'],
				['Cables', 'cheap_cables.htm'],
				['Digital cameras', 'digcam_best_cam.htm'],
				['DVD drive', 'drives_dvd.htm'],
				['Hard drive', 'drives_notebook.htm'],
				['Keyboard', 'keyboard.htm'],
				['Memory', 'memory_desktop.htm'],
				['Modems', 'modem_cable_dsl.htm'],
				['Monitors', 'monitor_1930w.htm'],
				['Mouse', 'mouse.htm'],
				['Networking', 'network_diagram.htm'],
				['Printers', 'printer_aio.htm'],
				['Processors', 'processor_note.htm'],
				['Sound cards', 'sound_cards.htm'],
				['Speakers', 'speakers.htm'],
				['USB flash drives', 'drives_usb.htm'],
				['Video cards', 'video_card.htm']
			],
			['Software', null, null,
				['Microsoft Office', 'msoffice.htm'],
				['My software', 'my_software.htm'],
				['Spyware', 'spyware.htm'],
				['Windows Vista', 'windows_vista.htm'],
				['Windows XP', 'windows_xp.htm'],
				['WinZip', 'winzip.htm']
			],
			['How To', null, null,
				['Backup the hard drive', 'backup_why.htm'],
				['Build a computer', 'build_reasons.htm'],
				['Build a web site', 'web_build.htm'],
				['Change the drive letter', 'change_drive_letter.htm'],
				['E-Mail photos', 'email_photos.htm'],
				['Finding computer deals', 'find_deals.htm'],
				['Hard drive installation', 'drives_install.htm'],
				['Reformat hard drive', 'reformat_hd.htm'],
				['Home video editing', 'hv.htm'],
				['Internet phone (VoIP)', 'voip.htm'],
				['Mailing labels', 'mailing_labels.htm'],
				['Technical support', 'tech_support.htm'],
				['Tweak Windows XP', 'tweak_winxp.htm'],
				['Upgrade computer', 'upgrades.htm'],
				['Web design', 'web_design.htm'],
				['Web hosting', 'web_hosting.htm']
			],
		],
	],
	['Contact Us', 'mailto:admin@thefuhrmans.com', null
	],
];