//
//oitsvc
//
USETEXTLINKS = 1
STARTALLOPEN = 0
USEFRAMES = 0
USEICONS = 0
WRAPTEXT = 1
PRESERVESTATE = 1
HIGHLIGHT = 1
//
// The tree.
//

foldersTree = gFld("")
aux2 = insFld(foldersTree, gFld("<B>Introductions</B>",   "/1/intro.php"))
   insDoc(aux2,  gLnk("S", "Customer Comments",           "/1/comments.php"))
   insDoc(aux2,  gLnk("S", "Gallery",                     "/1/gallery.php"))

aux2 = insFld(foldersTree, gFld("<B>Services</B>",        "/1/svcs.php"))

   insDoc(aux2,  gLnk("S", "Small Business Computers and Networks",  "/1/services.php"))
   insDoc(aux2,  gLnk("S", "Office Automation",  "/1/onsite.php"))
   insDoc(aux2,  gLnk("S", "Website Design and Refresh",  "/1/websvc.php"))
   insDoc(aux2,  gLnk("S", "Web Hosting",                 "/1/webhost.php"))
   
aux2 = insFld(foldersTree, gFld("<B>Menu Designs</B>",      "/1/menus.php"))
   insDoc(aux2,  gLnk("S", "Menu Design Study",                                "/menu_demos/"))
   insDoc(aux2,  gLnk("S", "Silly Animated Login",             "/flash.htm"))
   
aux2 = insFld(foldersTree, gFld("<B>Freebies</B>",          "/1/freebee.php"))
   insDoc(aux2,  gLnk("S", "A Brief Tutorial: Doing Business On The Net", "/1/doing-business-on-the-net.htm"))
   insDoc(aux2,  gLnk("S", "Service Provider Checklist",    "/2/svcbiz.htm"))
   insDoc(aux2,  gLnk("S", "A Personal Homepage For you",   "/1/homehome.php"))
   insDoc(aux2,  gLnk("S", "Study Guides",                  "/1/studyguide.php"))
   insDoc(aux2,  gLnk("S", "The Overbyte Utilities",        "/1/overbyte-util.php"))
   insDoc(aux2,  gLnk("S", "Suitcase Checklist",            "/1/trippack.php"))
   insDoc(aux2,  gLnk("S", "Wallpaper",                     "/1/wallpaper.php"))
   
aux2 = insFld(foldersTree, gFld("<B>Web Colors I</B>",      "/colors/color01.php"))
   insDoc(aux2,  gLnk("S", "Introduction to Web Colors",    "/colors/color01.php"))
   insDoc(aux2,  gLnk("S", "256 Color Safety",              "/colors/color12.php"))
   insDoc(aux2,  gLnk("S", "80 Color Chart I",              "/colors/color02.php"))
   insDoc(aux2,  gLnk("S", "80 Color Chart II",             "/colors/color10.php"))
   insDoc(aux2,  gLnk("S", "Color on Color Tests",          "/colors/color20.php"))
   insDoc(aux2,  gLnk("S", "64 Colors",                     "/colors/color03.php"))
   insDoc(aux2,  gLnk("S", "Grays and Shades",              "/colors/color04.php"))
   insDoc(aux2,  gLnk("S", "Colors with Names",             "/colors/color05.php"))
   insDoc(aux2,  gLnk("S", "80 Color Chart I",              "/colors/color06.php"))
   insDoc(aux2,  gLnk("S", "80 Color Chart II",             "/colors/color07.php"))
   insDoc(aux2,  gLnk("S", "Credits",                       "/colors/color08.php"))

aux2 = insFld(foldersTree, gFld("<B>Web Colors II</B>",   "/colors/color00.php"))
   insDoc(aux2,  gLnk("S", "Text, Bkgnd 1",               "/colors/color20.php"))
   insDoc(aux2,  gLnk("S", "Text, Bkgnd  2",              "/colors/color22.php"))
   insDoc(aux2,  gLnk("S", "Text, Bkgnd  3",              "/colors/color23.php"))
   insDoc(aux2,  gLnk("S", "Text, Bkgnd  4",              "/colors/color24.php"))
   insDoc(aux2,  gLnk("S", "Text, Bkgnd  5",              "/colors/color25.php"))
   insDoc(aux2,  gLnk("S", "Text, Bkgnd  6",              "/colors/color26.php"))
   insDoc(aux2,  gLnk("S", "Text, Bkgnd  7",              "/colors/color27.php"))
   insDoc(aux2,  gLnk("S", "Text, Bkgnd  8",              "/colors/color28.php"))
   insDoc(aux2,  gLnk("S", "Text, Bkgnd  9",              "/colors/color29.php"))
   insDoc(aux2,  gLnk("S", "Text, Bkgnd  10",             "/colors/color21.php"))
   
aux2 = insFld(foldersTree, gFld("<B>Links</B>",                "/1/links0.php"))
   insDoc(aux2,  gLnk("S", "Local Resources",                  "/1/links1.php"))
   insDoc(aux2,  gLnk("S", "Internet Resources",               "/1/links2.php"))
   insDoc(aux2,  gLnk("S", "Things You May Like",              "/1/links3.php"))
   insDoc(aux2,  gLnk("S", "More Good Things",              "/1/links4.php"))
   
aux2 = insFld(foldersTree, gFld("<B>Web Cams</B>",             "/1/webcams.php"))
   insDoc(aux2,  gLnk("S", "Portland Metro Traffic",           "/1/webcam01.php"))
   insDoc(aux2,  gLnk("S", "Portland & Oregon",                "/1/webcam04.php"))
   
aux2 = insFld(foldersTree, gFld("<B>Weather</B>",              "/weather/weather.php"))
   insDoc(aux2,  gLnk("S", "1",                                "/weather/weather4.php"))
   insDoc(aux2,  gLnk("S", "Sat Views",                        "/weather/weather7.php"))
   insDoc(aux2,  gLnk("S", "3",                                "/weather/weather.php"))

aux2 = insFld(foldersTree, gFld("<B>Contact</B>",              "mailto:scott@oitsvc.com"))
		 
foldersTree.treeID = "FramelessHili" 
 