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


foldersTree = gFld("<b>Site Index</b>", "map.htm")
  aux1 = insFld(foldersTree, gFld("Home", "index.htm"))
   aux1 = insFld(foldersTree, gFld("Accommodation", "accommodation.htm"))
  aux1 = insFld(foldersTree, gFld("Location", "location.htm"))   
aux1 = insFld(foldersTree, gFld("Rates", "rates.htm"))
aux1 = insFld(foldersTree, gFld("Attractions", "attractions.htm"))
aux1 = insFld(foldersTree, gFld("Online Bookings", "bookings.htm"))     
aux1 = insFld(foldersTree, gFld("Contact", "contact.htm"))
 







