// You can find instructions for this file at http://www.treeview.net
//Environment variables are usually set at the top of this file.

ICONPATH = 'images/'

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

HIGHLIGHT = 1
HIGHLIGHT_COLOR = 'BA252B';
HIGHLIGHT_BG    = '';

BUILDALL = 0


foldersTree = gFld("", "", "")
aux1 = insFld(foldersTree, gFld("Welcome", "index.php", ""))
aux1 = insFld(foldersTree, gFld("Wescam & Cineflex Systems", "javascript:undefined", ""))
	insDoc(aux1, gLnk("T", "Digital Wescam 16'' - 320 mm ", "wescam1.php", ""))
	insDoc(aux1, gLnk("T", "Digital Wescam 16'' - 750 mm ", "wescam2.php", ""))
	insDoc(aux1, gLnk("T", "HD Wescam 16'' - 750 mm ", "wescam3.php", ""))
	insDoc(aux1, gLnk("T", "HD Cineflex V14  ", "cineflex.php", ""))
  	  	   	  
aux1 = insFld(foldersTree, gFld("Helicopters", "javascript:undefined", ""))
	insDoc(aux1, gLnk("T", "Bell 206 Jetranger", "helicopter1.php", ""))
	insDoc(aux1, gLnk("T", "Bell 206 Longranger", "helicopter2.php", ""))
	insDoc(aux1, gLnk("T", "Eurocopter Ecureuil AS 355 F1", "helicopter3.php", ""))


aux1 = insFld(foldersTree, gFld("Heliports", "javascript:undefined", ""))
	aux2 = insFld(aux1, gFld("Belgium", "heliports-be.php", ""))
	aux2 = insFld(aux1, gFld("The Netherlands", "heliports-nl.php", ""))
	aux2 = insFld(aux1, gFld("Germany", "heliports-de.php", ""))
	aux2 = insFld(aux1, gFld("France", "heliports-fr.php", ""))
	
aux1 = insFld(foldersTree, gFld("Productions", "javascript:undefined", ""))
	insDoc(aux1, gLnk("T", "Corporate Film Productions", "productions-corporate.php", ""))
	insDoc(aux1, gLnk("T", "Aerial Photography", "productions-photography.php", ""))
	
aux1 = insFld(foldersTree, gFld("References ", "javascript:undefined", ""))
	insDoc(aux1, gLnk("T", "International Television", "references-tv.php", ""))
	insDoc(aux1, gLnk("T", "The Netherlands", "references-nl.php", ""))
	insDoc(aux1, gLnk("T", "Corporate & Industrial Productions", "references-corporate.php", ""))
		insDoc(aux1, gLnk("T", "Aerial Photography", "references-photography.php", ""))
		
aux1 = insFld(foldersTree, gFld("Gallery", "javascript:undefined", ""))
	insDoc(aux1, gLnk("T", "Corporate Demo Reel", "gallery-demoreel.php", ""))
	insDoc(aux1, gLnk("T", "Photos", "gallery-photos.php", ""))

aux1 = insFld(foldersTree, gFld("Contact Visions", "contact.php", ""))



	

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