// menu_items.js file

var MENU_ITEMS =[
	["Home", "/",
		["About", "/info/about.shtml"],
		["Ethics", "/info/ethics.shtml"]
	],
	["Services", "http://www.tnpi.net/store.php?crn=209",
		["Systems Admin", "http://www.tnpi.net/store.php?crn=209&rn=388&action=show_detail"],
		["System Engineering", "http://www.tnpi.net/store.php?crn=209&rn=389&action=show_detail"],
		["Emergency Sysadmin", "http://www.tnpi.net/store.php?crn=209&rn=387&action=show_detail"],
		["Support Contract", "http://www.tnpi.net/store.php?crn=209&rn=386&action=show_detail"],
		["Store", "/store.php",
			["Mail Toaster", "http://www.tnpi.net/cart/store.php?crn=207"],
			["NicTool", "http://www.tnpi.net/cart/index.php?crn=208"],
			["Services", "http://www.tnpi.net/cart/index.php?crn=209"],
			["Software Downloads", "http://www.tnpi.net/cart/index.php?crn=210"],
			["SSL Certificates", "http://www.tnpi.net/cart/index.php?crn=212"]
		]
	],
	["Support", "/support/",
		["Web Forums", "http://www.tnpi.net/support/forums/"],
		["Commercial Support", "http://www.tnpi.net/store.php?crn=209"],
		["Emergency Support", "http://www.tnpi.net/store.php?crn=209&rn=387&action=show_detail"]
	],
	["Projects", null,
		["DNS", "/internet/dns/",
			["NicTool", "http://www.nictool.com/"],
			["Djbdns + FreeBSD HowTo", "/internet/dns/djbdns-freebsd.shtml"],
			["Djbdns + MacOS X HowTo", "/internet/dns/djbdns-macosx.shtml"],
			["dnscache HowTo", "/internet/dns/dnscache-article.shtml"],
			["dnscache scaling", "/internet/dns/dnscache-scaling.shtml"],
			["Interland DNS", null,
				["intro", "/internet/dns/interland/intro.shtml"],
				["overview", "/internet/dns/interland/overview.shtml"],
				["methods", "/internet/dns/interland/methods.shtml"],
				["caching", "/internet/dns/interland/caching-results.shtml"],
				["authoritative", "/internet/dns/interland/authoritative-results.shtml"],
				["network architecture", "/internet/dns/interland/architecture.shtml"],
				["hardware", "/internet/dns/interland/hardware.shtml"]
			]
		],
		["Mail Toaster", "http://mail-toaster.org/",
			["Intro", "http://mail-toaster.org/intro.shtml"],
			["Install", "http://www.tnpi.net/wiki/MT_Installation"],
			["FAQ", "http://mail-toaster.org/faq.shtml"],
			["Upgrade", "http://www.tnpi.net/wiki/Upgrade_Operating_System"],
			["Filtering", "http://mail-toaster.org/filtering.shtml"]
		],
		["email", "/internet/mail/",
			["Qmail Toaster Patches", "/internet/mail/toaster/patches/"],
			["Tcpserver Mysql Patch", "/internet/mail/toaster/patches/tcpserver-mysql.shtml"],
			["Mail Forge", "/internet/mail/forge.shtml"]
		],
		["RRDutil", "/internet/manage/rrdutil"],
		["Mysql Replicate Manager", "/internet/sql/mrm/"],
		["Logmonster", "/internet/www/logmonster/"],
		["Misc", null,
			["FreeBSD + CrystalFontz LCD USB Displays", "/computing/freebsd/crystalfontz.shtml"],
			["iNet 2325 Server Review", "/computing/freebsdsys.shtml"],
			["Packet 8 Phone Service", "/computing/packet8.shtml"],
			["Mac OS X POS", "/computing/mac/reviews/pos.shtml"],
			["Do It Yourself .Mac", "/wiki/Do_It_Yourself_.Mac"],
			["FreeBSD PXE Netboot", "/computing/freebsd/pxe-netboot.shtml"]
		]
	],
	["Computing", "/computing/",
		["Macintosh", "/computing/mac/",
			["Do It Yourself .Mac", "/wiki/Do_It_Yourself_.Mac"],
			["Mac OS X POS", "/computing/mac/reviews/pos.shtml"],
			["Google Mac", "http://www.google.com/mac.html"],
			["Mac News", "/computing/mac/news.shtml"],
			["Dealmac", "http://www.dealmac.com/"]
		],
		["Perl", "/computing/perl/",
			["Mail Toaster", "http://mail-toaster.org/"],
			["MySQL Replicate Manager", "/internet/sql/mrm/"],
			["RRDUtil", "/internet/manage/rrdutil/"],
			["Logmonster", "/internet/www/logmonster/"]
		],
		["Unix", "/computing/unix.shtml",
			["FreeBSD PXE Netboot", "/computing/freebsd/pxe-netboot.shtml"],
			["FreeBSD Mail Toaster", "/internet/mail/toaster/"],
			["BSDI Mail Toaster", "/internet/mail/qmail/qmail.bsdi.toaster.shtml"],
			["FreeBSD + CrystalFontz LCD USB Displays", "/computing/freebsd/crystalfontz.shtml"],
			["FreeBSD stuff", "/computing/unix.shtml"]
		]
	],
	["Photography", null,
		["Alaska Photos", "/photography/travel/alaska_04/"],
		["Making Panos with Nikon Coolpix", "/computing/mac/tips/panos.shtml"],
		["Nikon D70 Specs", "/photography/D70.shtml"],
		["Nikon Coolpix 995 Specs", "/photography/995.shtml"]
	]
];
