//
// Copyright (c) 2006 by Conor O'Mahony.
// For enquiries, please email GubuSoft@GubuSoft.com.
// Please keep all copyright notices below.
// Original author of TreeView script is Marcelino Martins.
//
// This document includes the TreeView script.
// The TreeView script can be found at http://www.TreeView.net.
// The script is Copyright (c) 2006 by Conor O'Mahony.
//
// You can find general instructions for this file at www.treeview.net.
//

USETEXTLINKS = 1
STARTALLOPEN = 1
USEFRAMES = 0
USEICONS = 0
WRAPTEXT = 1
PRESERVESTATE = 1



foldersTree = gFld("<b>Navigate SOMIS</b>")
  foldersTree.treeID = "Frameless"
  aux1 = insFld(foldersTree, gFld("Services", "javascript:undefined"))
    aux2 = insFld(aux1, gFld("Email Services", "/somis/email.shtml"))
	aux2 = insFld(aux1, gFld("Desktop Support", "/somis/desktop.shtml"))
	aux2 = insFld(aux1, gFld("Pennkey Support", "/somis/key.shtml"))
	aux2 = insFld(aux1, gFld("Information Security", "/somis/security.shtml"))
	aux2 = insFld(aux1, gFld("Web Development", "/somis/web.shtml"))
    aux2 = insFld(aux1, gFld("Application Development", "/somis/app.shtml"))
	aux2 = insFld(aux1, gFld("Systems Administration", "/somis/sys_admin.shtml"))
	aux2 = insFld(aux1, gFld("IT Recycling", "/somis/recycling.shtml"))
	//aux2 = insFld(aux1, gFld("Server Administration", "server_admin.shtml"))
	//aux2 = insFld(aux1, gFld("DB &amp; App Hosting", "db_app.shtml"))
  aux1 = insFld(foldersTree, gFld("Supported Products", "javascript:undefined"))
    aux2 = insFld(aux1, gFld("Hardware", "/somis/hardware.shtml"))
    aux2 = insFld(aux1, gFld("Software", "/somis/software.shtml"))
    aux2 = insFld(aux1, gFld("PDA / Smartphones", "/somis/pda_phone.shtml"))
	aux2 = insFld(aux1, gFld("Network Access", "/somis/network.shtml"))
  
  aux1 = insFld(foldersTree, gFld("LSP Tools", "/somis/lsp_tools.shtml"))
	
  //aux1 = insFld(foldersTree, gFld("Resources for<br />new employees", "employees.shtml"))
    //aux2 = insFld(aux1, gFld("Find your LSP", "lsp_find.shtml"))
    //aux2 = insFld(aux1, gFld("Request Support", "http://www.med.upenn.edu/apps/ssc/"))
    //aux2 = insFld(aux1, gFld("Directions", "directions.shtml"))
  aux1 = insFld(foldersTree, gFld("Request Support", "http://www.med.upenn.edu/apps/ssc/"))
  
  aux1 = insFld(foldersTree, gFld("Contact Us", "/somis/contact.shtml"))
  
  aux1 = insFld(foldersTree, gFld("Search", "/somis/search.shtml"))
	
  aux1 = insFld(foldersTree, gFld("Home", "/somis/"))
