// 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

ICONPATH = '' //change if the gif's folder is a subfolder, for example: 'images/'

WRAPTEXT = 1

foldersTree = gFld("<font size=+1><b><u>MFK Apollo</u></b></font>", "../main.html")
  aux1 = insFld(foldersTree, gFld("<b>OM Klubben</b>", "javascript:parent.op()"))
	insDoc(aux1, gLnk("R", "<b>Organisation</b>", "../org.html")) 

aux1 = insFld(foldersTree, gFld("<b>Besök oss</b>", "javascript:parent.op()"))
 
	insDoc(aux1, gLnk("R", "<b>Hitta till Fygfältet</b>", "../hittahit.html"))
	insDoc(aux1, gLnk("R", "<b>Flygfältet</b>", "../flygplats.html")) 
 
aux1 = insFld(foldersTree, gFld("<b>Flygdag</b>", "../flygdag2009.htm"))	

aux1 = insFld(foldersTree, gFld("<b>Höst Nytt</b>", "../hostinfo.html"))

aux1 = insFld(foldersTree, gFld("<b>Byggverksamheten</b>,  ", "../bygglokalen.html"))


aux1 = insFld(foldersTree, gFld("<b>Skolflygning</b>,  ", "../skolflyg.html"))     
insDoc(aux1, gLnk("R", "<b>Skolflygning</b>", "../skolflyg.html"))
	
aux1 = insFld(foldersTree, gFld("<b>Köp/Sälj</b>", "../salu.html"))
aux1 = insFld(foldersTree, gFld("<b>Klipplista</b>", "../2009.html"))
aux1 = insFld(foldersTree, gFld("<b>Video</b>", "../video.html"))
aux1 = insFld(foldersTree, gFld("<b>Länkar</b>", "javascript:parent.op()"))
	    insDoc(aux1, gLnk("B", "<b>Höglandets Hobby</b>", "http://www.rcaktiv.nu/"))
		insDoc(aux1, gLnk("B", "<b>SMFF</b>", "http://www.modellflygforbund.se/"))
      	insDoc(aux1, gLnk("B", "<b>Länkarkivet Modellflygare</b>", "http://modellflyg.einis.se/"))
		insDoc(aux1, gLnk("B", "<b>Klubbar</b>", "http://www.modellflygforbund.se/Organisation.aspx?OrgElementId=140650&p=120056"))
      	insDoc(aux1, gLnk("B", "<b>Bo Gårstads<br>Fältlista</b>", "http://www.gardstad.se/falt/falt.htm"))
		insDoc(aux1, gLnk("B", "<b>Bo Gårstads<br>Kalender</b>", "http://www.gardstad.se/aktivrc/aktivrc.htm"))
	    insDoc(aux1, gLnk("R", "<b>Övriga</b>", "http://www.hobbyrummet.se/bj/main_links.html")) 
		
aux1 = insFld(foldersTree, gFld("<b>Mail till Klubben</b>", "mailto:info@mfkapollo.hobbyrummet.se?subject=Till Flygklubben MFK Apollo"))
