// 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
HIGHLIGHT = 1


foldersTree = gFld("<b>Welcome</b>", "index.html")
  aux1 = insFld(foldersTree, gFld("<b>Services</b>", "../servintro.html"))
  	//aux2 = insFld(aux1, gFld("Introduction", "servintro.html"))
    aux2 = insFld(aux1, gFld("Print", "../adserv.html"))
	aux2 = insFld(aux1, gFld("Media/Publicity", "../mediaserv.html"))
	aux2 = insFld(aux1, gFld("Internet Marketing", "../webserv.html"))
	aux2 = insFld(aux1, gFld("Show Exhibits", "../showserv.html"))
	aux2 = insFld(aux1, gFld("Photography", "../photoserv.html"))
	aux2 = insFld(aux1, gFld("CD/DVD & Video", "../vidserv.html"))
	aux2 = insFld(aux1, gFld("Illustration & Animation", "../animation.html"))
	//aux2 = insFld(aux1, gFld("Additional Services", "javascript:undefined"))
    
  aux1 = insFld(foldersTree, gFld("<b>Experience</b>", "../expintro.html"))
    //aux2 = insFld(aux1, gFld("Introduction", "expintro.html"))
	aux2 = insFld(aux1, gFld("Aggregate Mining", "../aggport.html"))
	aux2 = insFld(aux1, gFld("Chemical & Food Processing", "../chemport.html"))
	aux2 = insFld(aux1, gFld("Electrical & Construction", "../elec_port.html"))
	aux2 = insFld(aux1, gFld("Fabrication & Metalworking", "../indport.html"))
	aux2 = insFld(aux1, gFld("Testimonial", "testim.html"))
  aux1 = insFld(foldersTree, gFld("<b>Marketing Handbook</b>", "../handbook-intro.html"))
    //aux2 = insFld(aux1, gFld("Introduction", "handbook-intro.html"))
	aux2 = insFld(aux1, gFld("Advertisement Tips", "../adtips.html"))
	aux2 = insFld(aux1, gFld("Brochure Tips", "../brotips.html"))
	aux2 = insFld(aux1, gFld("Internet Tips", "../webtips.html"))
	aux2 = insFld(aux1, gFld("Media Tips", "../mediatip.html"))
	aux2 = insFld(aux1, gFld("Photography Tips", "../phototip.html"))
	aux2 = insFld(aux1, gFld("Presentation Tips", "../prestip.html"))
	aux2 = insFld(aux1, gFld("Public Relations Tips", "../prtip.html"))
	aux2 = insFld(aux1, gFld("Video Tips", "../vidsap.html"))
  aux1 = insFld(foldersTree, gFld("<b>Contact</b>", "../contact.html"))
  aux1 = insFld(foldersTree, gFld("<b>Links</b>", "../links.html"))
    //aux2 = insFld(aux1, gFld("Contact Information", "contact.html"))

	
     

//Set this string if Treeview and other configuration files may also be loaded in the same session
foldersTree.treeID = "t2" 
 