// You can find instructions for this file here:
// http://www.treeview.net

// Decide if the names are links or just the icons
USETEXTLINKS = 1  //replace 0 with 1 for hyperlinks

// Decide if the tree is to start all open or just showing the root folders
STARTALLOPEN = 0 //replace 0 with 1 to show the whole tree

HIGHLIGHT = 0

ICONPATH = '' //change if the gif's folder is a subfolder, for example: 'images/'

foldersTree = gFld("<font color=#F8C400 size=3><b>eds.au.com</b></font>", "rightframe.html")

aux1 = insFld(foldersTree, gFld("Tech Theory", "javascript:parent.op()"))
      insDoc(aux1, gLnk("R", "Detonation", "http://www4.tpgi.com.au/users/loats/technical/general/detonation.html"))
      insDoc(aux1, gLnk("R", "Squish", "http://www4.tpgi.com.au/users/loats/technical/general/squish.html"))    
      insDoc(aux1, gLnk("R", "Shock Valving", "http://www4.tpgi.com.au/users/loats/technical/general/shockvalving.html"))    


aux1 = insFld(foldersTree, gFld("<i>x</i>M-<i>xx</i> Engines", "javascript:parent.op()"))
      insDoc(aux1, gLnk("R", "M History", "http://www4.tpgi.com.au/users/loats/technical/mhistory/mhistory.html"))
    aux2 = insFld(aux1, gFld("7M-GE", "javascript:parent.op()"))
      insDoc(aux2, gLnk("R", "Introduction", "http://www4.tpgi.com.au/users/loats/technical/7mge/7mintro.html"))
      insDoc(aux2, gLnk("R", "Conrods", "http://www4.tpgi.com.au/users/loats/technical/7mge/conrods.html"))
      insDoc(aux2, gLnk("R", "Pistons I", "http://www4.tpgi.com.au/users/loats/technical/7mge/pistondomes.html"))
      insDoc(aux2, gLnk("R", "Camshafts", "http://www4.tpgi.com.au/users/loats/technical/7mge/camshafts.html"))
      insDoc(aux2, gLnk("R", "Port Designs", "http://www4.tpgi.com.au/users/loats/technical/7mge/portdifferences.html"))
      insDoc(aux2, gLnk("R", "Port Grinding", "http://www4.tpgi.com.au/users/loats/technical/7mge/headporting.html"))
      insDoc(aux2, gLnk("R", "Throttle Body", "http://www4.tpgi.com.au/users/loats/technical/7mge/throttlebody.html"))
    aux2 = insFld(aux1, gFld("7M-GTE", "javascript:parent.op()"))
      insDoc(aux2, gLnk("R", "Empty", "javascript:parent.op()"))
    aux2 = insFld(aux1, gFld("Wiring Dia's", "javascript:parent.op()"))
docAux = insDoc(aux2, gLnk("B", "86 7M-GE a", "http://www4.tpgi.com.au/users/loats/downloads/7M-GE-AC-ECT-diagram.pdf"))
             docAux.iconSrc = ICONPATH + "diffDoc.gif"
docAux = insDoc(aux2, gLnk("B", "86 7M-GE b", "http://www4.tpgi.com.au/users/loats/downloads/7M-GE-AC-heater-diagram.pdf"))
             docAux.iconSrc = ICONPATH + "diffDoc.gif"
docAux = insDoc(aux2, gLnk("B", "86 7M-GE c", "http://www4.tpgi.com.au/users/loats/downloads/7M-GE-Power-EFI-diagram.pdf"))
             docAux.iconSrc = ICONPATH + "diffDoc.gif"
    aux2 = insFld(aux1, gFld("CAD Dia's", "javascript:parent.op()"))
docAux = insDoc(aux2, gLnk("B", "TPS Adapter", "http://www4.tpgi.com.au/users/loats/downloads/CAD/7Mtpsadapter.tcw"))
             docAux.iconSrc = ICONPATH + "diffDoc.gif"
docAux = insDoc(aux2, gLnk("B", "7M Cam Gear", "http://www4.tpgi.com.au/users/loats/downloads/CAD/7Mcamgear.tcw"))
             docAux.iconSrc = ICONPATH + "diffDoc.gif"

aux1 = insFld(foldersTree, gFld("<i>x</i>G-<i>xx</i> Engines", "javascript:parent.op()"))
         aux2 = insFld(aux1, gFld("Wiring Dia's", "javascript:parent.op()"))
docAux = insDoc(aux2, gLnk("B", "ECU Pinouts", "http://www4.tpgi.com.au/users/loats/downloads/1g_gte_ecu_pinout.pdf"))
             docAux.iconSrc = ICONPATH + "diffDoc.gif"
docAux = insDoc(aux2, gLnk("B", "ECU Pin Dia", "http://www4.tpgi.com.au/users/loats/downloads/1g_ecu_connectors.pdf"))
             docAux.iconSrc = ICONPATH + "diffDoc.gif"
docAux = insDoc(aux2, gLnk("B", "Loom/Plugs", "http://www4.tpgi.com.au/users/loats/downloads/1g_gte_ecu_wiring.pdf"))
             docAux.iconSrc = ICONPATH + "diffDoc.gif"


aux1 = insFld(foldersTree, gFld("<i>x</i>JZ-<i>xx</i> Engines", "javascript:parent.op()"))
    aux2 = insFld(aux1, gFld("2JZ-GE", "javascript:parent.op()"))
     insDoc(aux2, gLnk("R", "Chambers", "http://www4.tpgi.com.au/users/loats/technical/2jzge/2jzvs1jzheads.html"))
     insDoc(aux2, gLnk("R", "Port Grinding", "http://www4.tpgi.com.au/users/loats/technical/2jzge/headporting.html"))
     insDoc(aux2, gLnk("R", "Hydroplane", "http://www4.tpgi.com.au/users/loats/technical/2jzge/hydroplane.html"))

aux1 = insFld(foldersTree, gFld("<i>x</i>UZ-<i>xx</i> Engines", "javascript:parent.op()"))
    aux2 = insFld(aux1, gFld("1UZ-FE", "javascript:parent.op()"))
      insDoc(aux2, gLnk("R", "empty", "javascript:parent.op()"))

aux1 = insFld(foldersTree, gFld("MA-61 Supra", "javascript:parent.op()"))
aux2 = insFld(aux1, gFld("Driveline", "javascript:parent.op()"))
insDoc(aux2, gLnk("R", "W5x Gearbox", "http://www4.tpgi.com.au/users/loats/technical/ma61/gearboxes.html"))   
insDoc(aux2, gLnk("R", "W58 vs R154", "http://www4.tpgi.com.au/users/loats/technical/ma61/gearboxes2.html")) 
insDoc(aux2, gLnk("R", "Front Hubs", "http://www4.tpgi.com.au/users/loats/technical/ma61/fronthub.html"))   
insDoc(aux2, gLnk("R", "Rear Hubs", "javascript:alert(\\\'Stil Under Construction, Please Check Back Later.\\\')"))   
aux2 = insFld(aux1, gFld("Suspension", "javascript:parent.op()"))
insDoc(aux2, gLnk("R", "RA-60 Strut", "http://www4.tpgi.com.au/users/loats/technical/ma61/ra60strut.html"))   
insDoc(aux2, gLnk("R", "Ra-60 Valving", "http://www4.tpgi.com.au/users/loats/technical/ma61/ra60assembly.html"))   

aux1 = insFld(foldersTree, gFld("JZA-80 Supra", "javascript:parent.op()"))
    aux2 = insFld(aux1, gFld("Empty", "javascript:parent.op()"))
     insDoc(aux2, gLnk("R", "Empty", "javascript:parent.op()"))

aux1 = insFld(foldersTree, gFld("MX-23 Corona", "javascript:parent.op()"))
      insDoc(aux1, gLnk("R", "Intro", "http://www4.tpgi.com.au/users/loats/technical/mx23/index.html"))
    aux2 = insFld(aux1, gFld("Driveline", "javascript:parent.op()"))
      insDoc(aux2, gLnk("R", "Hilux Diff", "http://www4.tpgi.com.au/users/loats/technical/mx23/hiluxdiff.html"))

aux1 = insFld(foldersTree, gFld("RA-40 Celica", "javascript:parent.op()"))
insDoc(aux1, gLnk("R", "1G-GE Install", "http://www4.tpgi.com.au/users/loats/technical/ra40/1ggeconversion.html"))     
aux2 = insFld(aux1, gFld("Empty", "javascript:parent.op()"))
      insDoc(aux2, gLnk("R", "Empty", "javascript:parent.op()"))
  
aux1 = insFld(foldersTree, gFld("Downloads", "javascript:parent.op()"))
      docAux = insDoc(aux1, gLnk("B", "Empty", "javascript:parent.op()"))
             docAux.iconSrc = ICONPATH + "diffDoc.gif"
      docAux = insDoc(aux1, gLnk("B", "Empty", "javascript:parent.op()"))
             docAux.iconSrc = ICONPATH + "diffDoc.gif"      
      insDoc(aux1, gLnk("S", "Empty", "javascript:alert(\\\'Stil Under Construction, Please Check Back Later.\\\')"))

aux1 = insFld(foldersTree, gFld("Bookmarks", "javascript:parent.op()"))
  aux1.iconSrc = ICONPATH + "diffFolder.gif"
  aux1.iconSrcClosed = ICONPATH + "diffFolder.gif"
      insDoc(aux1, gLnk("B", "Empty", "javascript:parent.op()"))
