// 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
// Decide if the tree is to to be shown on a separate frame of its own
USEFRAMES = 0
// Remove the folder and link icons
USEICONS = 0
// Make the folder and link labels wrap into multiple lines
WRAPTEXT = 1
// Folders reopen to previous state across page loads
PERSERVESTATE = 1

foldersTree = gFld('Home', '/index.php')
f = foldersTree
fSub = insFld(f,gFld('Diving', '/diving/diving.php'))
fSubSub = insFld(fSub,gFld('Diveshop', '/diving/diveshop.php'))
insDoc(fSubSub,gLnk(0,'Courses', '/diving/courses.php'))
insDoc(fSubSub,gLnk(0, 'Snorkeling', '/diving/snorkeling.php'))
insDoc(fSubSub,gLnk(0, 'Apo News', '/diving/aponews.php'))
insDoc(fSubSub,gLnk(0, 'Guidelines', '/diving/diveguidelines.php'))
insDoc(fSub,gLnk(0, 'Divesites', '/diving/divesites.php'))
fSubSub = insFld(fSub,gFld('Divesafaris', '/diving/divesafaris.php'))
insDoc(fSubSub,gLnk(0, 'Apo Reef', '/diving/apo.php'))
insDoc(fSubSub,gLnk(0, 'Busuanga', '/diving/busuanga.php'))
fSub = insFld(f,gFld('Resort', '/resort/resort.php'))
insDoc(fSub,gLnk(0, 'Accomodation', '/resort/accom.php'))
insDoc(fSub,gLnk(0, 'Restaurant', '/resort/restaurant.php'))
insDoc(fSub,gLnk(0, 'Bar', '/resort/bar.php'))
insDoc(fSub,gLnk(0, 'PicNic', '/resort/picnic.php'))
fSubSub = insFld(fSub,gFld('Who is Who', '/resort/whoiswho.php'))
insDoc(fSubSub,gLnk(0, 'Diveshop', '/resort/staff_diveshop.php'))
insDoc(fSubSub,gLnk(0, 'Resort', '/resort/staff_pandan.php'))
insDoc(fSubSub,gLnk(0, 'Our Pets', '/resort/animals.php'))
fSub = insFld(f,gFld('Activities', '/activities/activities.php'))
insDoc(fSub,gLnk(0, 'Sightseeing', '/activities/sightseeing.php'))
insDoc(fSub,gLnk(0, 'Wellness', '/activities/wellness.php'))
fSub = insFld(f,gFld('Travelinfo', '/travelinfo/travel.php'))
insDoc(fSub,gLnk(0, 'The Philippines', '/travelinfo/philinfo.php'))
insDoc(fSub,gLnk(0, 'Metro Manila', '/travelinfo/manila.php'))
insDoc(fSub,gLnk(0, 'How to get there', '/travelinfo/howto.php'))
insDoc(fSub,gLnk(0, 'What to bring', '/travelinfo/whatto.php'))
insDoc(fSub,gLnk(0, 'Weather', '/travelinfo/weather.php'))
insDoc(fSub,gLnk(0, 'Money', '/travelinfo/money.php'))
insDoc(fSub,gLnk(0, 'Tagalog Lesson', '/travelinfo/tagalog.php'))
insDoc(fSub,gLnk(0, 'Travel Links', '/travelinfo/link_trav.php'))
fSub = insFld(f,gFld('Pandanmania', '/pandanmania/pandanmania.php'))
insDoc(fSub,gLnk(0, 'Pandanfriends', '/pandanmania/pandanfriends.php'))
insDoc(fSub,gLnk(0, 'GuestBook', '/pandanmania/guest_book.php'))
insDoc(fSub,gLnk(0, 'BeforeAfter', '/pandanmania/befaft.php'))
//insDoc(fSub,gLnk(0, 'Slideshows', 'slideshows.php'))
insDoc(fSub,gLnk(0, 'GuestLinks', '/pandanmania/link_guest.php'))
//insDoc(fSub,gLnk(0, 'Newsletter', 'Newsletter.php'))
fSub = insFld(f,gFld('Entertainment', '/entertainment/entertainment.php'))
insDoc(fSub,gLnk(0, 'Quiz', '/entertainment/quiz.php'))
insDoc(fSub,gLnk(0, 'Games', '/entertainment/games.php'))
insDoc(fSub,gLnk(0, 'Downloads', '/entertainment/downloads.php'))
insDoc(fSub,gLnk(0, 'Postcards', '/entertainment/postcard_send.php'))
fSub = insFld(f,gFld('Community', '/community/community.php'))
insDoc(fSub,gLnk(0, 'Marine Sanctuary', '/community/pandanprojects.php'))
insDoc(fSub,gLnk(0, 'Donate2Create', 'http://www.donate-create.com'))
insDoc(f,gLnk(0, 'FAQ\'s', '/pandan/faq.php'))
insDoc(f,gLnk(0, 'Prices', '/pandan/prices.php'))
insDoc(f,gLnk(0, 'Reservations', '/pandan/reservations.php'))
insDoc(f,gLnk(0, 'Contact Us', 'javascript:openContactWindow()'))