// 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


foldersTree = gFld("<b>Department of English</b>", "index.html")

aux1 = insDoc(foldersTree, gLnk("S", "Faculty", "faculty.html"))
aux1 = insFld(foldersTree, gFld("Student Information", "javascript:undefined"))

aux2 = insFld(aux1, gFld("Programs", "javascript:undefined"))
insDoc(aux2, gLnk("S", "Outline", "outline.htm"))

aux3 = insFld(aux2, gFld ("English Major", "javascript:undefined"))
insDoc(aux3, gLnk("S", "Major Requirements", "major_req.html"))
insDoc(aux3, gLnk("S", "Majors With a Writing Minor", "major_wm_req.html"))
insDoc(aux3, gLnk("S", "Portfolio", "major_port.html"))

aux3 = insDoc(aux2, gLnk("S", "English Minor", "minor_req.html"))







aux3 = insFld(aux2, gFld ("Teacher Certification", "javascript:undefined"))

insDoc(aux3, gLnk("S", "Major Requirements", "major_cert_req.html"))
insDoc(aux3, gLnk("S", "Minor Requirements", "minor_cert_req.html"))
insDoc(aux3, gLnk("S", "Broadfield Language Arts Option", "Teacher_Certification_Broadfield.docx"))
insDoc(aux2, gLnk("S", "Writing Internships", "writing_intern.html"))







aux2 = insDoc(aux1, gLnk("S", "Courses", "courses.html"))
aux2 = insDoc(aux1, gLnk("S", "Scholarships", "https://www.uwsp.edu/cls/scholarships/English.aspx"))
aux2 = insDoc(aux1, gLnk("S", "MLA Style Guide", "MLA_2009.pdf"))
aux2 = insDoc(aux1, gLnk("S", "Attending Grad School", "http://www.uwsp.edu/english/grad/Graduate%20School%20in%20English.htm"))


aux1 = insFld(foldersTree, gFld("Publications", "javascript:undefined"))
aux2 = insDoc(aux1, gLnk("S", "Cornerstone Press", "http://www.uwsp.edu/english/cornerstone/"))
aux2 = insDoc(aux1, gLnk("S", "Issues in Writing", "http://www.uwsp.edu/english/iw/"))
aux1 = insDoc(foldersTree, gLnk("S", "High School Writers Workshop", "http://www.uwsp.edu/english/hsww/"))
