// You can find instructions for this file at http://www.treeview.net

//Environment variables are usually set at the top of this file.
USETEXTLINKS = 1
STARTALLOPEN = 0
USEFRAMES = 0
USEICONS = 0
WRAPTEXT = 1
PRESERVESTATE = 1


foldersTree = gFld("<b>Folio Menu</b>", "designfolio-page.html")

aux1 = insFld(foldersTree, gFld("<b>Print</b>", "designfolio/print.html"))
		insDoc(aux1, gLnk("S", "Brochures &amp; Flyers", "designfolio/print1.html"))
		insDoc(aux1, gLnk("S", "Business Cards", "designfolio/print2.html"))
		insDoc(aux1, gLnk("S", "Large Format", "designfolio/print3.html"))
 		insDoc(aux1, gLnk("S", "Packaging", "designfolio/print4.html"))
 		insDoc(aux1, gLnk("S", "Product", "designfolio/print6.html"))
		insDoc(aux1, gLnk("S", "Promotional", "designfolio/print5.html"))

aux2 = insFld(foldersTree, gFld("<b>Web</b>", "designfolio/web.html"))
		insDoc(aux2, gLnk("S", "Websites", "designfolio/web1.html"))

aux3 = insFld(foldersTree, gFld("<b>Corporate Image</b>", "designfolio/corp.html"))
		insDoc(aux3, gLnk("S", "Logo Design", "designfolio/corp1.html"))
	
aux4 = insFld(foldersTree, gFld("<b>Multimedia</b>", "designfolio/multi.html"))
		insDoc(aux4, gLnk("S", "Presentations", "designfolio/multi1.html"))
		insDoc(aux4, gLnk("S", "Software Interface", "designfolio/multi2.html"))

