<!--

b = new dTree('b');

b.add(0,-1,'Navigation');

b.add(1,0,'Forum Index','http://www.devppl.com/forum/');

b.add(2,0,'DEVPPL Forums','');
	b.add(3,2,'News','/forum/news-vf5.html');
	b.add(4,2,'Forum Information','/forum/forum-information-rules-vf4.html');
	b.add(5,2,'Feedback / Bug report','/forum/feedback-bug-report-vf7.html');
	b.add(6,2,'Introductions','/forum/introductions-vf74.html');
	b.add(7,2,'Off Topic Forum','/forum/off-topic-forum-vf65.html');

b.add(8,0,'For Webmasters','');
	b.add(9,8,'Advertising Forum','/forum/affilate-and-advertising-programs-forum-vf8.html');
	b.add(10,8,'Domain Names Forum','/forum/domain-names-forum-vf9.html');
	b.add(11,8,'SEO Forum','/forum/search-engine-optimization-forum-vf11.html');
	b.add(12,8,'Sell Webpages','/forum/sell-webpages-vf79.html');
	b.add(13,8,'Showroom','/forum/showroom-vf12.html');
	b.add(14,8,'Webhosting Forum','/forum/webhosting-services-forum-vf13.html');

b.add(17,0,'Graphics','');
	b.add(18,17,'3D Studio Max Forum','/forum/3d-studio-max-forum-vf82.html');
	b.add(19,17,'Cinema 4D Forum','/forum/cinema-4d-forum-vf80.html');
	b.add(20,17,'Illustrator Forum','/forum/illustrator-forum-vf21.html');
	b.add(21,17,'Lightwave Forum','/forum/lightwave-vf83.html');
	b.add(22,17,'Photoshop Forum','/forum/photoshop-forum-vf23.html');

b.add(23,0,'Programming','');
	b.add(24,23,'ASP Forum','/forum/asp-asp-net-forum-vf33.html');
	b.add(25,23,'C++ Forum','/forum/c-and-c-forum-vf37.html');
	b.add(26,23,'CSS Forum','/forum/css-forum-vf43.html');
	b.add(27,23,'Flash Forum','/forum/flash-forum-vf45.html');
	b.add(28,23,'Java Forum','/forum/java-forum-vf47.html');
	b.add(29,23,'JavaScript Forum','/forum/javascript-forum-vf49.html');
	b.add(30,23,'HTML Forum','/forum/html-forum-vf51.html');
	b.add(31,23,'PHP Forum','/forum/php-and-mysql-forum-vf53.html');
	b.add(32,23,'Python Forum','/forum/python-forum-vf55.html');
	b.add(33,23,'Visual Basic Forum','/forum/visual-basic-forum-vf57.html');

b.add(34,0,'Software','');
	b.add(35,34,'Linux Forum','http://www.devppl.com/forum/linux-forum-vf61.html');
	b.add(36,34,'Games Forum','http://www.devppl.com/forum/games-forum-vf62.html');
	b.add(37,34,'Windows Forum','http://www.devppl.com/forum/windows-forum-vf63.html');

b.add(38,0,'Hardware','');
	b.add(39,38,'Case Modding Forum','http://www.devppl.com/forum/case-modding-forum-vf75.html');
	b.add(40,38,'CPU Forum','http://www.devppl.com/forum/processors-forum-vf32.html');
	b.add(41,38,'Extern Equipment Forum','http://www.devppl.com/forum/extern-equipment-forum-vf26.html');
	b.add(42,38,'Graphic Cards Forum','http://www.devppl.com/forum/graphic-cards-forum-vf27.html');
	b.add(43,38,'Harddisc Drives Forum','http://www.devppl.com/forum/harddisc-drives-forum-vf28.html');
	b.add(44,38,'Memory Forum','http://www.devppl.com/forum/memory-forum-vf29.html');
	b.add(45,38,'Monitors Forum','http://www.devppl.com/forum/monitors-forum-vf30.html');
	b.add(46,38,'Motherboards Forum','http://www.devppl.com/forum/motherboards-forum-vf31.html');
	b.add(47,38,'Other Hardware Forum','http://www.devppl.com/forum/other-vf81.html');
	b.add(48,38,'Overclocking Forum','http://www.devppl.com/forum/cooling-and-overclocking-forum-vf25.html');

document.write(b);

//-->