foldersTree = gFld("<P>Web Development Resource</P>")
	welcome = insDoc(foldersTree, gLnk(0,"<p>News</p>","../../index.htm"))
	JavaScript = insFld(foldersTree, gFld("<p>JavaScript</p>"))
 				insDoc(JavaScript, gLnk(1, "<p>JavaScript Index</p>", "../../javascript.htm"))
 				insDoc(JavaScript, gLnk(1, "<p>Drop Down Menu</p>", "../../javascriptdropdownmenu.htm"))
 				insDoc(JavaScript, gLnk(1, "<p>Form Validation</p>", "../../javascriptformvalid.htm"))
 				insDoc(JavaScript, gLnk(1, "<p>You can add as many as you want</p>", "../../javascript.htm"))		
 	javaapplet = insDoc(foldersTree, gLnk(0,"<p>Java Applets</p>","../../applets/javaapplets.htm"))
	
 	clipart = insFld(foldersTree, gFld("<p>Clip Art</p>"))
 				insDoc(clipart, gLnk(0, "<p>Clip Art Index</p>", "../../clipart.htm"))
 				insDoc(clipart, gLnk(0, "<p>Animated GIFs</p>", "../../animgifs.htm"))
				insDoc(clipart, gLnk(0, "<p>Backgrounds</p>", "../../backgrounds.htm"))
				insDoc(clipart, gLnk(0, "<p>Bullets</p>", "../../bullets.htm"))
				insDoc(clipart, gLnk(0, "<p>Buttons</p>", "../../buttons.htm"))
				insDoc(clipart, gLnk(0, "<p>Fonts</p>", "../../fonts.htm"))
	
 	sponsors = insDoc(foldersTree, gLnk(0,"<p>Earn Money</p>","../../sponsors.htm"))

 	example1 = insFld(foldersTree, gFld("<p>You can put as many sections and subsections as you want</p>"))
 				insDoc(example1, gLnk(0, "<p>Name of the Child 1</p>", "menu2.zip"))
 				insDoc(example1, gLnk(0, "<p>Name of the Child 2</p>", "menu2.zip"))

 	example2 = insFld(foldersTree, gFld("<p>This is an example of the section with subsections (children) 2</p>"))
 				insDoc(example2, gLnk(0, "<p>Name of the Child 1</p>", "menu2.zip"))
 				insDoc(example2, gLnk(0, "<p>Name of the Child 2</p>", "menu2.zip"))

 	example3 = insDoc(foldersTree, gLnk(0,"<p>This is an example of the section without subsections</p>","menu2.zip"))
