// 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
PERSERVESTATE = 1

ICONPATH = 'images/menuimages/' //change if the gif's folder is a subfolder, for example: 'images/'

foldersTree = gFld("Home", "index.asp?page=home")
  aux1 = insFld(foldersTree, gFld("About DSI", "about.asp"))
	insDoc(aux1, gLnk("S", "Company Profile", "profile.asp"))
	insDoc(aux1, gLnk("S", "Company History", "history.asp"))
	insDoc(aux1, gLnk("S", "DSI Affiliates", "affiliates.asp"))
  aux1 = insFld(foldersTree, gFld("Web Design", "webdesign.asp"))
	insDoc(aux1, gLnk("S", "Design & Development", "designanddevelopment.asp"))
	insDoc(aux1, gLnk("S", "Hosting", "#"))
    insDoc(aux1, gLnk("S", "Search Engine Services", "#"))
	insDoc(aux1, gLnk("S", "Web Design", "#"))
	insDoc(aux1, gLnk("S", "Logo Design", "#"))
	insDoc(aux1, gLnk("S", "E-Commerce", "#"))
	insDoc(aux1, gLnk("S", "Dynamic Sites", "#"))
	insDoc(aux1, gLnk("S", "Website Planning Worksheet", "websiteworksheet.pdf"))
  aux1 = insFld(foldersTree, gFld("Application Development", "javascript:undefined"))
    insDoc(aux1, gLnk("S", "PICK/D3", "#"))
	insDoc(aux1, gLnk("S", "County Government", "#"))
	insDoc(aux1, gLnk("S", "MS Great Plains", "#"))
	insDoc(aux1, gLnk("S", "Custom Applications", "#"))
  aux1 = insFld(foldersTree, gFld("Support", "javascript:undefined"))
    insDoc(aux1, gLnk("S", "General Support", "#"))
	insDoc(aux1, gLnk("S", "E-Mail Setup & Support", "#"))
  aux1 = insFld(foldersTree, gFld("Careers", "javascript:undefined"))
    insDoc(aux1, gLnk("S", "Open Positions", "#"))
	insDoc(aux1, gLnk("S", "Submit Resume", "#"))
  insDoc(foldersTree, gLnk("S", "Contact Us", "#"))
  insDoc(foldersTree, gLnk("S", "Site Map ", "#"))