// 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 = 'treeview/images/' //change if the gif's folder is a subfolder, for example: 'images/'


foldersTree = gFld("<b><i>Online Help</i></b>", "home.html")
	aux1 = insFld(foldersTree, gFld("<b>Introduction</b>", "introduction.html"))
	      insDoc(aux1, gLnk("R", "Product Overview", "product_overview.html"))
	      insDoc(aux1, gLnk("R", "What's New ?", "whats_new.html"))
		insDoc(aux1, gLnk("R", "Requirements", "requirements.html"))
		insDoc(aux1, gLnk("R", "How to Get Technical Support", "tech_support.html"))
		insDoc(aux1, gLnk("R", "Tips / Before You Start", "tips_before_you_start.html"))
		//insDoc(aux1, gLnk("R", "Types of Meetings", "types_of_meeting.html"))
		insDoc(aux1, gLnk("R", "Glossary", "glossary.html"))	
	aux1 = insFld(foldersTree, gFld("<b>Hosting a Meeting</b>", "hosting_meeting.html"))
		insDoc(aux1, gLnk("R", "Host a Meeting", "host_a_meeting.html"))
		insDoc(aux1, gLnk("R", "Send Joining Information", "send_joining_info.html"))
	aux1 = insFld(foldersTree, gFld("<b>Joining a Meeting</b>", "joining_meeting.html"))
		insDoc(aux1, gLnk("R", "Join a Listed Meeting", "join_listed.html"))
		insDoc(aux1, gLnk("R", "Join an Unlisted Meeting", "join_unlisted.html"))
		//insDoc(aux1, gLnk("R", "Browse Future Events", "browse_events.html"))
	aux1 = insFld(foldersTree, gFld("<b>Participant Grid</b>", "participant_grid.html"))
		insDoc(aux1, gLnk("R", "What is the Participant Grid ?", "what_is_participant_grid.html"))
		insDoc(aux1, gLnk("R", "Settings in View Menu ", "view_menu.html"))
		insDoc(aux1, gLnk("R", "Show Screen Resolutions", "screen_res.html"))	
		insDoc(aux1, gLnk("R", "Reveal Meeting Password", "password.html"))
		insDoc(aux1, gLnk("R", "Show a Participant's Login", "participant_login.html"))	
		insDoc(aux1, gLnk("R", "Away from the Meeting", "away_status.html"))
		insDoc(aux1, gLnk("R", "Private Chat", "private_chat.html"))
		insDoc(aux1, gLnk("R", "Refuse Private Chats", "refuse_private_chat.html"))
		insDoc(aux1, gLnk("R", "Enable Sounds", "enable_sounds.html"))
		insDoc(aux1, gLnk("R", "Error Logging", "error_logging.html"))
	aux1 = insFld(foldersTree, gFld("<b>Voice Chat</b>", "voice_chat.html"))
		insDoc(aux1, gLnk("R", "Speak in the Meeting", "speak.html"))
		insDoc(aux1, gLnk("R", "Private Voice Chat", "private_voice_chat.html"))
	aux1 = insFld(foldersTree, gFld("<b>Text Chat</b>", "text_chat.html"))
		insDoc(aux1, gLnk("R", "Public Text Chat", "text_chatting.html"))
		insDoc(aux1, gLnk("R", "Private Text Chat", "private_chat.html"))
		insDoc(aux1, gLnk("R", "Refuse Private Chats", "refuse_private_chat.html"))
	aux1 = insFld(foldersTree, gFld("<b>Webcam</b>", "webcam.html"))
		insDoc(aux1, gLnk("R", "Webcam Window", "webcam_window.html"))
		insDoc(aux1, gLnk("R", "Insert a Picture if you don't have a Webcam", "insert_picture.html"))
		insDoc(aux1, gLnk("R", "Output Your Image to the White Board", "image_to_meeting_board.html"))
		insDoc(aux1, gLnk("R", "Webcam Settings", "webcam_settings.html"))
		insDoc(aux1, gLnk("R", "Copy, Save or Clear Webcam Image", "copy_save_webcam.html"))
	aux1 = insFld(foldersTree, gFld("<b>Audio Settings</b>", "audio_set.html"))
		insDoc(aux1, gLnk("R", "Setting Your Audio Output", "setting_audio.html"))	
		insDoc(aux1, gLnk("R", "Setting Your Microphone", "setting_microphone.html"))	
		insDoc(aux1, gLnk("R", "Multimedia Settings", "setting_multimedia.html"))	
	aux1 = insFld(foldersTree, gFld("<b>Host Options</b>", "host_options.html"))
		insDoc(aux1, gLnk("R", "View Only Mode for All Participants", "view_only.html"))
		insDoc(aux1, gLnk("R", "Set Single User to View Only Mode", "view_only_participant.html"))
		insDoc(aux1, gLnk("R", "Dismiss a Participant from the Meeting", "dismiss_participant.html"))
		insDoc(aux1, gLnk("R", "Lock the Meeting", "lock_meeting.html"))
		insDoc(aux1, gLnk("R", "Promote or Demote a Co-host", "promote_demote_cohost.html"))
		insDoc(aux1, gLnk("R", "Request Remote Control", "request_remote_control.html"))
	aux1 = insFld(foldersTree, gFld("<b>Participant Options</b>", "participant_options.html"))
		insDoc(aux1, gLnk("R", "The Podium - Assume Control of the Meeting", "podium.html"))
		insDoc(aux1, gLnk("R", "Speak in the Meeting", "speak.html"))
		insDoc(aux1, gLnk("R", "Raise Hand", "raise_hand.html"))
		insDoc(aux1, gLnk("R", "Respond to a Public Question", "public_question.html"))
		insDoc(aux1, gLnk("R", "Respond to a Private Poll", "private_poll.html#poll_answer"))
	aux1 = insFld(foldersTree, gFld("<b>Meeting Room Options</b>", "room_options.html"))
		insDoc(aux1, gLnk("R", "Set Room Options", "options.html"))
	aux1 = insFld(foldersTree, gFld("<b>White Board</b>", "white_board.html"))
		insDoc(aux1, gLnk("R", "What is the White Board ?", "what_is_meeting_board.html"))
		insDoc(aux1, gLnk("R", "Load Images to the White Board", "load_images.html"))
		insDoc(aux1, gLnk("R", "Present Multi-media", "present_multimedia.html"))
		insDoc(aux1, gLnk("R", "Send a File", "send_a_file.html"))
		insDoc(aux1, gLnk("R", "Print or Save White Board Image", "print_save_meeting_board.html"))
		insDoc(aux1, gLnk("R", "Copy or Paste Image onto White Board", "copy_paste_meeting_board.html"))
		insDoc(aux1, gLnk("R", "Drawing Tools", "drawing_tools.html"))
		insDoc(aux1, gLnk("R", "Clearing the White Board", "clear_meeting_board.html"))
		insDoc(aux1, gLnk("R", "Remote Pointer", "remote_pointer.html"))
	aux1 = insFld(foldersTree, gFld("<b>Message Board</b>", "message_board.html"))
		insDoc(aux1, gLnk("R", "What is the Message Board ?", "what_is_message_board.html"))
		insDoc(aux1, gLnk("R", "Create a New Message Board", "create_message_board.html"))
		insDoc(aux1, gLnk("R", "Open an Existing Message Board", "open_message_board.html"))
		insDoc(aux1, gLnk("R", "Message Board Menu Icons", "message_board_icons.html"))
		insDoc(aux1, gLnk("R", "Delete a Message Board", "delete_message_board.html"))
		insDoc(aux1, gLnk("R", "Set Member Access to a Message Board", "message_board_access.html"))
		insDoc(aux1, gLnk("R", "Grant Extended Access", "grant_extended_access.html"))
		insDoc(aux1, gLnk("R", "Post a New Message", "post_new_message.html"))
		insDoc(aux1, gLnk("R", "Reply to a Message", "reply_to_message.html"))
		insDoc(aux1, gLnk("R", "Delete a Message", "delete_message.html"))
	aux1 = insFld(foldersTree, gFld("<b>Web Board</b>", "web_board.html"))
		insDoc(aux1, gLnk("R", "What Is The Web Board ?", "what_is_web_board.html"))
		insDoc(aux1, gLnk("R", "Navigate Web Sites With Other Users", "navigate_web_sites.html"))
		insDoc(aux1, gLnk("R", "Web Board Menu Icons", "web_board_icons.html"))
	aux1 = insFld(foldersTree, gFld("<b>Meeting Room Icons</b>", "room_icons.html"))
		insDoc(aux1, gLnk("R", "Icons / What They Do", "presentation_board_icons.html#icons"))
		insDoc(aux1, gLnk("R", "Sync Tabs", "presentation_board_icons.html#sync_tabs"))
		insDoc(aux1, gLnk("R", "Full Screen Mode", "presentation_board_icons.html#full_screen"))
		insDoc(aux1, gLnk("R", "Browse Arrows", "presentation_board_icons.html#browse_arrows"))
		insDoc(aux1, gLnk("R", "Slide Show Organizer", "presentation_board_icons.html#slide_show"))
		insDoc(aux1, gLnk("R", "Screen-Cast", "presentation_board_icons.html#screen_cast"))
		insDoc(aux1, gLnk("R", "Drawing Tools", "presentation_board_icons.html#draw"))
		insDoc(aux1, gLnk("R", "Clear Screen / Erase Board", "presentation_board_icons.html#clear"))
		insDoc(aux1, gLnk("R", "Remote Pointer", "presentation_board_icons.html#remote_pointer"))
		insDoc(aux1, gLnk("R", "Print", "presentation_board_icons.html#print"))
		insDoc(aux1, gLnk("R", "Save to Drive", "presentation_board_icons.html#save"))
		insDoc(aux1, gLnk("R", "Refresh", "presentation_board_icons.html#refresh"))
		insDoc(aux1, gLnk("R", "Grant Extended Access", "presentation_board_icons.html#grant_time"))
		insDoc(aux1, gLnk("R", "Sync Message Board", "presentation_board_icons.html#sync_mb"))
		insDoc(aux1, gLnk("R", "Go Arrow", "presentation_board_icons.html#go"))
		insDoc(aux1, gLnk("R", "Favorites", "presentation_board_icons.html#favorites"))
		insDoc(aux1, gLnk("R", "Copy", "presentation_board_icons.html#copy"))
		insDoc(aux1, gLnk("R", "Sync URL", "presentation_board_icons.html#sync_url"))
	aux1 = insFld(foldersTree, gFld("<b>Screen Casting</b>", "screen_casting.html"))
		insDoc(aux1, gLnk("R", "Screen Cast Live to Other Participants", "screen_cast_live.html"))
		insDoc(aux1, gLnk("R", "Set Screen Cast Options", "screen_cast_options.html"))
	aux1 = insFld(foldersTree, gFld("<b>Slide Shows</b>", "slide_shows.html"))
		insDoc(aux1, gLnk("R", "Load Images to the White Board", "load_images.html"))
		insDoc(aux1, gLnk("R", "Sort Images", "sort_images.html"))
	aux1 = insFld(foldersTree, gFld("<b>Polling</b>", "polling.html"))
		insDoc(aux1, gLnk("R", "Private Polling", "private_poll.html"))
	aux1 = insFld(foldersTree, gFld("<b>Troubleshooting</b>", "troubleshooting.html"))
		insDoc(aux1, gLnk("R", "Fragmented Display", "trbl_fragmented.html"))
		insDoc(aux1, gLnk("R", "Phillips TUCam WebCam", "trbl_phillips.html"))
		insDoc(aux1, gLnk("R", "Error Logging", "error_logging.html"))
	aux1 = insFld(foldersTree, gFld("<b>A Few Tips</b>", "a_few_tips.html"))
		insDoc(aux1, gLnk("R", "Tips For a Sucessful Meeting", "tips_for_success.html"))
		insDoc(aux1, gLnk("R", "Optimizing PPT Slides", "powerpointtips.html"))
		insDoc(aux1, gLnk("R", "What to Avoid", "what_to_avoid.html"))
	aux1 = insFld(foldersTree, gFld("<b>How Do I ...</b>", "how_do_i.html"))
		insDoc(aux1, gLnk("R", "Host a Meeting ?", "host_a_meeting.html"))
		insDoc(aux1, gLnk("R", "Set Meeting Room Preferences ?", "options.html"))
		insDoc(aux1, gLnk("R", "Invite People During a Meeting ?", "options.html#invite"))
		insDoc(aux1, gLnk("R", "Promote/Demote a Co-host ?", "promote_demote_cohost.html"))
		insDoc(aux1, gLnk("R", "Restrict All Participants to View Only Mode ?", "view_only.html"))
		insDoc(aux1, gLnk("R", "Restrict a Single Participant to View Only Mode ?", "view_only_participant.html"))
		insDoc(aux1, gLnk("R", "Dismiss a Participant ?", "dismiss_participant.html"))
		insDoc(aux1, gLnk("R", "Lock the Meeting ?", "lock_meeting.html"))
		insDoc(aux1, gLnk("R", "Get a Screen Resolution Summary ?", "screen_res.html"))	
		insDoc(aux1, gLnk("R", "Set My &quot;Away&quot; Status ?", "away_status.html"))
		insDoc(aux1, gLnk("R", "Enable Meeting Sounds ?", "enable_sounds.html"))
		insDoc(aux1, gLnk("R", "Text Chat with Other Participants ?", "text_chatting.html"))
		insDoc(aux1, gLnk("R", "Private Chat with Another Participant ?", "private_chat.html"))
		insDoc(aux1, gLnk("R", "Refuse Private Chats ?", "refuse_private_chat.html"))
		insDoc(aux1, gLnk("R", "Grab the Podium ?", "podium.html"))
		insDoc(aux1, gLnk("R", "Speak in the Meeting ?", "speak.html"))
		insDoc(aux1, gLnk("R", "Have a Private Voice Chat ?", "private_voice_chat.html"))
		insDoc(aux1, gLnk("R", "Raise My Hand During a Meeting ?", "raise_hand.html"))
		insDoc(aux1, gLnk("R", "Respond to a Public Question ?", "public_question.html"))
		insDoc(aux1, gLnk("R", "Post a Private Poll ?", "private_poll.html"))
		insDoc(aux1, gLnk("R", "Respond to a Private Poll ?", "private_poll.html#poll_answer"))
		insDoc(aux1, gLnk("R", "Set My Audio Output ?", "setting_audio.html"))
		insDoc(aux1, gLnk("R", "Set My Microphone ?", "setting_microphone.html"))
		insDoc(aux1, gLnk("R", "Use My Webcam ?", "webcam_window.html"))
		insDoc(aux1, gLnk("R", "Copy, Save or Clear a Webcam Image ?", "copy_save_webcam.html"))
		insDoc(aux1, gLnk("R", "Synchronize Tabs With Other Users ?", "presentation_board_icons.html#sync_tabs"))
		insDoc(aux1, gLnk("R", "Switch to Full Screen Mode ?", "presentation_board_icons.html#full_screen"))	
		insDoc(aux1, gLnk("R", "Show Slide Shows or Pictures ?", "load_images.html"))
		insDoc(aux1, gLnk("R", "Sort Images ?", "sort_images.html"))
		insDoc(aux1, gLnk("R", "Draw on the White Board ?", "drawing_tools.html"))
		insDoc(aux1, gLnk("R", "Erase the White Board ?", "presentation_board_icons.html#clear"))
		insDoc(aux1, gLnk("R", "Print or Save the White Board ?", "print_save_meeting_board.html"))
		insDoc(aux1, gLnk("R", "Request Desktop Remote Control ?", "request_remote_control.html"))
		insDoc(aux1, gLnk("R", "Screen Cast ?", "screen_cast_live.html"))
		insDoc(aux1, gLnk("R", "Share My Computer ?", "screen_cast_options.html"))
		insDoc(aux1, gLnk("R", "Select a Message Board ?", "open_message_board.html"))
		insDoc(aux1, gLnk("R", "Post a Message to a Message Board ?", "post_new_message.html"))
		insDoc(aux1, gLnk("R", "Navigate the Web with Others ?", "navigate_web_sites.html"))
		insDoc(aux1, gLnk("R", "Use the Web Board ?", "web_board_icons.html"))
		insDoc(aux1, gLnk("R", "Get Technical Support ?", "tech_support.html"))