
		<!--

a = new dTree('a');
a.config.useIcons=false;
a.config.useStatusText=true;
a.config.useCookies=true;
//a.add = function(id, pid, name, url, title, target, icon, iconOpen, open)
a.add(0, -1,'Portfolio', '', '');
a.add(1, 0,'resume', '/resume.html', 'Resume');
a.add(2, 0,'writing and editing','', 'Writing Work');

a.add(3, 2,'writing samples', '', 'Samples of Writing');
a.add(37, 3,'shop-made scroll saw', '/writing/shop-made_scroll_saw.html', 'Shop-Made Scroll Saw Article in Woodwork magazine');
a.add(5, 3,'fabricating hardware', '/writing/fabricating_hardware.pdf', 'Fabricating Metal Hardware for a Chinese-Inspired Cabinet (shown here in PDF)','','/images/pdf.gif');
a.add(6, 3,'classical Chinese furniture', '/writing/Chinese_Furniture.pdf', 'Published in Woodwork magazine (shown here in PDF)','','/images/pdf.gif');
a.add(7, 3,'annual report', '/writing/itra_annual_report.pdf',  'Annual Report in PDF','','/images/pdf.gif');
a.add(8, 3,'book review', 'http://www.seniorwomen.com/articles/articlesTheaGrayBungalow.html', '');
a.add(29, 2,'editing samples', '','Samples of Editing', '');
a.add(30, 29,'light edit', '/editing/light_edit.pdf','Light Edit Sample in PDF','','/images/pdf.gif');
a.add(31, 29,'supplement', '/editing/supplement.pdf','Supplement in PDF', '');
a.add(32, 29,'booklet', '/editing/booklet.pdf','Booklet Sample in PDF', '','/images/pdf.gif');
a.add(33, 29,'very heavy edit', '/editing/very_heavy_edit.pdf','Very Heavy Edit Sample in PDF', '');
a.add(9, 0,'design','','Classy Designs', '');
a.add(10, 9,'furniture','', '');
a.add(11, 10,'cabinet', '/design/cabinet.html', '');
a.add(12, 10,'stool ', '/design/stool.html', '');
a.add(13, 10,'folding table sketches','/design/folding_tables.html','');
a.add(14, 10,'accessories','','');
a.add(15, 14,'jewelry box','/design/jewelry_box.html','');
a.add(16, 14,'frames','/design/frames.html','');
a.add(17, 14,'lamps','/design/lamps.html','');
a.add(18, 14,'mobile','/design/mobile.html','');
a.add(19, 14,'knitwear','/design/knitwear.html','');
a.add(20, 9,'environments','','');
a.add(21, 20,'walk-on set','/design/harry_potter_set.html','');
a.add(22, 20,'garden','/design/garden.html','');
a.add(23, 20,'human factors research','/design/human_factors_environ_analysis.pdf','Where am I? Where am I going? How can I get where I want to go? --  in PDF', '','/images/pdf.gif');
a.add(24, 0,'illustration','','');
a.add(25, 24,'gossip ','/illustration/gossip.html','');
a.add(26, 24,'self portrait 1','/illustration/self_portrait_1.html','');
a.add(27, 24,'self portrait 2','/illustration/self_portrait_2.html','');
a.add(28, 24,'leghorn','/illustration/leghorn_sketch.html','');
a.add(34, -1,'Services', '', '');
a.add(35, 34,'knitting instruction', '/knitting', 'Knitting Instruction');
a.add(36, 35,'2009 retreat', '/knitting/retreat_2009.html', '2009 knitting retreat');
a.add(37, 35,'2008 retreat', '/knitting/retreat.html', '2008 knitting retreat');
a.add(38, 34,'writing and editing', '/services/editing.html', 'Writing and Editing Services');




document.write(a);


		//-->
	