// You can find instructions at www.treeview.net

// Decide if the names are links or just the icons
USETEXTLINKS = 1  //replace 0 with 1 for hyperlinks 
// 0 -> only the icons are clickable, or 1 -> the text is clickable too

// 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 
// 0 -> show only one level 1 -> expand all.

ICONPATH = 'graphics/' //change if the gif's folder is a subfolder, for example: 'images/'

//PracticeMaker 5 Manual is listed as the name of the root folder
foldersTree = gFld("<i>Using this Manual</i>", "chapterbody.html")

//MANUAL INDEX
  aux1 = insFld(foldersTree, gFld("Manual Index", "index/index_intro.html"))
      insDoc(aux1, gLnk("R", "Manual Index", "index/index_list.htm"))

//GETTING STARTED
  aux1 = insFld(foldersTree, gFld("Getting Started", "gettingstarted/Started.htm"))
      insDoc(aux1, gLnk("R", "Setting Up", "gettingstarted/getstarted.htm"))
      insDoc(aux1, gLnk("R", "Host or Server", "gettingstarted/hostserver.htm"))
      insDoc(aux1, gLnk("R", "Workstations", "gettingstarted/workstations.htm"))
      insDoc(aux1, gLnk("R", "Networking", "gettingstarted/networking.htm"))
      insDoc(aux1, gLnk("R", "Printers", "gettingstarted/printers.htm"))
      insDoc(aux1, gLnk("R", "Server Software OSX", "gettingstarted/server_setup_osx.htm"))
      insDoc(aux1, gLnk("R", "Server Software WIN", "gettingstarted/server_setup_win.htm"))
      insDoc(aux1, gLnk("R", "Server Software OS9", "gettingstarted/server_setup_os9.htm"))
      insDoc(aux1, gLnk("R", "Server White Paper", "gettingstarted/fmserver.htm"))

//QUICK START
  aux1 = insFld(foldersTree, gFld("Quick Start", "quickstart/qsintro.htm"))
      insDoc(aux1, gLnk("R", "Before you start", "quickstart/qs_before_starting.htm"))
      insDoc(aux1, gLnk("R", "Logging in", "quickstart/logon.htm"))
      insDoc(aux1, gLnk("R", "Navigation", "quickstart/navigate.htm"))
      insDoc(aux1, gLnk("R", "Patient Demographics", "quickstart/qsPatDemo.htm"))
      insDoc(aux1, gLnk("R", "Patient Insurance", "quickstart/qspatinsur.htm"))
      insDoc(aux1, gLnk("R", "Billing", "quickstart/qsbilling.htm"))

//OFFICE STARTUP
  aux1 = insFld(foldersTree, gFld("Office Startup", "officestartup/startup_intro.htm"))
      insDoc(aux1, gLnk("R", "Module Functions", "officestartup/mod_functions.htm"))
      insDoc(aux1, gLnk("R", "Main Screen", "officestartup/main_screen.htm"))
      insDoc(aux1, gLnk("R", "Setup Screen", "officestartup/setup_screen.htm"))
      insDoc(aux1, gLnk("R", "Syst Prefs", "officestartup/sys_prefs.htm"))
      insDoc(aux1, gLnk("R", "Billing Prefs", "officestartup/bil_prefs.htm"))
      insDoc(aux1, gLnk("R", "Utilities", "officestartup/utilities_screen.htm"))
      insDoc(aux1, gLnk("R", "Rx Prefs", "officestartup/rxprefs_screen.htm"))
      insDoc(aux1, gLnk("R", "Reporting Primer", "officestartup/reports_screen.htm"))
      insDoc(aux1, gLnk("R", "Reports-Procedures", "officestartup/reports_procedures.htm"))
      insDoc(aux1, gLnk("R", "Reports-Payments", "officestartup/reports_pay_adj.htm"))
      insDoc(aux1, gLnk("R", "Reports-Financial", "officestartup/reports_financial.htm"))
      insDoc(aux1, gLnk("R", "Reports-Patient", "officestartup/reports_patient.htm"))

//PATIENTS
  aux1 = insFld(foldersTree, gFld("Patients", "patients/patientsintro.html"))
      insDoc(aux1, gLnk("R", "Main Menu", "patients/patients_main.htm"))
      insDoc(aux1, gLnk("R", "Tab functions", "patients/patients_tab_bar.htm"))
      insDoc(aux1, gLnk("R", "Summary Tab", "patients/patients_summary.htm"))
      insDoc(aux1, gLnk("R", "Dates Tab", "patients/patients_dates.htm"))
      insDoc(aux1, gLnk("R", "Billing Tab", "patients/patients_billing.htm"))
      insDoc(aux1, gLnk("R", "Ledger Tab", "patients/patients_ledger.htm"))
      insDoc(aux1, gLnk("R", "Visits Tab", "patients/patients_visits.htm"))
      insDoc(aux1, gLnk("R", "Records Tab", "patients/patients_records.htm"))
      insDoc(aux1, gLnk("R", "New Patient", "patients/patients_newpat.htm"))

//DIAGNOSIS
  aux1 = insFld(foldersTree, gFld("Diagnosis", "diagnosis/diagintro.html"))
      insDoc(aux1, gLnk("R", "Main Screen", "diagnosis/diagnosis_main.htm"))
      insDoc(aux1, gLnk("R", "Functions", "diagnosis/diagnosis_fndviewprnt.htm"))
      insDoc(aux1, gLnk("R", "Selecting Diagnosis", "diagnosis/diagnosis_enterselect.htm"))

//INSURANCES
  aux1 = insFld(foldersTree, gFld("Insurances", "insurances/insurintro.html"))
      insDoc(aux1, gLnk("R", "Data Entry", "insurances/insurance_entry.htm"))
      insDoc(aux1, gLnk("R", "Functions", "insurances/insurances_functions.htm"))
      insDoc(aux1, gLnk("R", "Insurance Selection", "insurances/insurance_selecting.htm"))

//COVERAGES
  aux1 = insFld(foldersTree, gFld("Coverages", "coverages/coveragesintro.html"))
      insDoc(aux1, gLnk("R", "Patient insurances", "coverages/coverages_new_insur.htm"))
      insDoc(aux1, gLnk("R", "Guarantors", "coverages/coverages_guarantors.htm"))
      insDoc(aux1, gLnk("R", "Other Functions", "coverages/coverages_main.htm"))

//RECORDS PM
  aux1 = insFld(foldersTree, gFld("Records Module", "recordspm/recordspm.html"))
      insDoc(aux1, gLnk("R", "Main Menu", "recordspm/recordspm_main.htm"))
      insDoc(aux1, gLnk("R", "Messages, Tickles", "recordspm/recordspm_messages.htm"))
      insDoc(aux1, gLnk("R", "Medications", "recordspm/recordspm_drugs.htm"))

//ZIPCODES
  aux1 = insFld(foldersTree, gFld("Zipcode Module", "zipcodes/zipintro.html"))
      insDoc(aux1, gLnk("R", "Zipcode Module", "zipcodes/zipcodes.htm"))

//PHONEBOOK
  aux1 = insFld(foldersTree, gFld("Phonebook", "phonebook/phoneintro.html"))
      insDoc(aux1, gLnk("R", "Main & Functions", "phonebook/phonebook_main.htm"))
      insDoc(aux1, gLnk("R", "Contact", "phonebook/phonebook_contact.htm"))
      insDoc(aux1, gLnk("R", "Employer", "phonebook/phonebook_employer.htm"))
      insDoc(aux1, gLnk("R", "Facility", "phonebook/phonebook_facility.htm"))
      insDoc(aux1, gLnk("R", "Personnel", "phonebook/phonebook_personnel.htm"))
      insDoc(aux1, gLnk("R", "Pharmacy", "phonebook/phonebook_pharmacy.htm"))
      insDoc(aux1, gLnk("R", "Providers", "phonebook/phonebook_provider.htm"))
      insDoc(aux1, gLnk("R", "Vendors", "phonebook/phonebook_vendor.htm"))

//PROCEDURES
  aux1 = insFld(foldersTree, gFld("Procedures", "procedures/procedintro.html"))
      insDoc(aux1, gLnk("R", "Procedure Module", "procedures/procedures.htm"))
      insDoc(aux1, gLnk("R", "Reimbursements", "procedures/reimburse.htm"))
      insDoc(aux1, gLnk("R", "Inventory", "procedures/inventory.htm"))
      insDoc(aux1, gLnk("R", "Updating Records", "procedures/updating.htm"))


//PICKLIST USER
  aux1 = insFld(foldersTree, gFld("User Picklists", "picklistuser/picklistintro.html"))
      insDoc(aux1, gLnk("R", "Affiliates List", "picklistuser/picklistuser_affiliates.htm"))
      insDoc(aux1, gLnk("R", "Custom Forms List", "picklistuser/picklistuser_customforms.htm"))
      insDoc(aux1, gLnk("R", "Medications List", "picklistuser/picklistuser_drugs.htm"))
      insDoc(aux1, gLnk("R", "Insurance Selector", "picklistuser/picklistuser_ins_sel.htm"))
      insDoc(aux1, gLnk("R", "Messages List", "picklistuser/picklistuser_messages.htm"))
      insDoc(aux1, gLnk("R", "Modifiers List", "picklistuser/picklistuser_modifiers.htm"))
      insDoc(aux1, gLnk("R", "Types of Service", "picklistuser/picklistuser_tos.htm"))
      insDoc(aux1, gLnk("R", "Visit Types", "picklistuser/picklistuser_visits.htm"))

//PICKLIST SYSTEM
  aux1 = insFld(foldersTree, gFld("System Lists", "picklistsystem/picklistintro.html"))
      insDoc(aux1, gLnk("R", "Main Menu", "picklistsystem/picklistuser_main_menu.htm"))
      insDoc(aux1, gLnk("R", "Form Types", "picklistsystem/picklistuser_form_types.htm"))
      insDoc(aux1, gLnk("R", "Pay Types", "picklistsystem/picklistuser_pay_types.htm"))
      insDoc(aux1, gLnk("R", "POS Codes", "picklistsystem/picklistuser_pos_code.htm"))
      insDoc(aux1, gLnk("R", "Podiatry", "picklistsystem/picklistuser_podiatry.htm"))
      insDoc(aux1, gLnk("R", "Specialty", "picklistsystem/picklistuser_taxonomy.htm"))

//BILLING
  aux1 = insFld(foldersTree, gFld("Billing", "billing/billintro.html"))
	insDoc(aux1, gLnk("R", "Main Menu", "billing/billing_main_menu.htm"))
	insDoc(aux1, gLnk("R", "Navigating", "billing/billing_navigation.htm"))
	insDoc(aux1, gLnk("R", "Searching & more...", "billing/billing_common_fxns.htm"))
	insDoc(aux1, gLnk("R", "New Invoice", "billing/billing_newinvoice.htm"))
	insDoc(aux1, gLnk("R", "Combined Invoices", "billing/billing_pat_ins_inv.htm"))
	insDoc(aux1, gLnk("R", "Charge Entry", "billing/billing_chargeentry.htm"))
	insDoc(aux1, gLnk("R", "Modifiers", "billing/billing_modifiers.htm"))
	insDoc(aux1, gLnk("R", "Changing Assignments", "billing/billing_assignments.htm"))
	insDoc(aux1, gLnk("R", "Reimbursements", "billing/billing_reimbursements.htm"))
	insDoc(aux1, gLnk("R", "Payments Layout", "billing/billing_paymentlayout.htm"))
	insDoc(aux1, gLnk("R", "Adding Payments", "billing/billing_addpayments.htm"))
	insDoc(aux1, gLnk("R", "Check reports", "billing/billing_checkreport.htm"))
	insDoc(aux1, gLnk("R", "Paper Claims", "billing/billing_paperclaims.htm"))
	insDoc(aux1, gLnk("R", "Patient Statements", "billing/billing_stmts.htm"))
	insDoc(aux1, gLnk("R", "Report Functions", "billing/billing_report_fxns.htm"))
	insDoc(aux1, gLnk("R", "Aging Accounts", "billing/billing_aging.htm"))
	insDoc(aux1, gLnk("R", "Administrator", "billing/billing_admnscrnbatc.htm"))
	insDoc(aux1, gLnk("R", "List View", "billing/billing_list_view.htm"))

//LOG SYSTEM
  aux1 = insFld(foldersTree, gFld("Logs and Audits", "logs/logs_intro.html"))
      insDoc(aux1, gLnk("R", "Action Logging", "logs/logging.htm"))
      insDoc(aux1, gLnk("R", "Billing Audits", "logs/audits.htm"))

//QUICK INVOICES
  aux1 = insFld(foldersTree, gFld("Quick Invoices", "quickinvoices/quick_inv_intro.html"))
      insDoc(aux1, gLnk("R", "Quick Invoices", "quickinvoices/quickinvoices.htm"))

//POSTING EXAMPLES
  aux1 = insFld(foldersTree, gFld("Billing Examples", "billingexamples/postexampintro.html"))
      insDoc(aux1, gLnk("R", "Basic Posting Features", "billingexamples/billingexample_features.htm"))
      insDoc(aux1, gLnk("R", "Medicare Posting", "billingexamples/billingexample_medicare.htm"))
      insDoc(aux1, gLnk("R", "Commercial Posting", "billingexamples/billingexample_commercial.htm"))
      insDoc(aux1, gLnk("R", "Capitated Visit", "billingexamples/billingexample_capitated.htm"))
      insDoc(aux1, gLnk("R", "Patient Only", "billingexamples/billingexample_patient.htm"))

//CLAIMS PRINTING
  aux1 = insFld(foldersTree, gFld("Claims Printing", "claimsprinting/claimsintro.html"))
      insDoc(aux1, gLnk("R", "Main Menu", "claimsprinting/claims_main.htm"))
      insDoc(aux1, gLnk("R", "Reprint Screen", "claimsprinting/claims_reprintscreen.htm"))
      insDoc(aux1, gLnk("R", "Editing Layouts", "claimsprinting/claims_editlayouts.htm"))

//FORMS MODULE
  aux1 = insFld(foldersTree, gFld("Forms", "forms/formsintro.html"))
      insDoc(aux1, gLnk("R", "Main Menu", "forms/forms_mainmenu.htm"))
      insDoc(aux1, gLnk("R", "Editing Layouts", "forms/forms_editing.htm"))
//    insDoc(aux1, gLnk("R", "Recall layouts", "forms/forms_recall.htm"))
//    insDoc(aux1, gLnk("R", "Superbills", "forms/forms_superbill.htm"))

//APPOINTMENTS
  aux1 = insFld(foldersTree, gFld("Appointments", "appointments/apptintro.html"))
      insDoc(aux1, gLnk("R", "Days Module", "appointments/appts_days.htm"))
      insDoc(aux1, gLnk("R", "Building Schedules", "appointments/appts_calendar.htm"))
      insDoc(aux1, gLnk("R", "Scheduler Preference", "appointments/appts_preferences.htm"))
      insDoc(aux1, gLnk("R", "Using The Scheduler", "appointments/appts_schedule.htm"))
      insDoc(aux1, gLnk("R", "Special Features", "appointments/appts_specfeatures.htm"))

//LETTERS
  aux1 = insFld(foldersTree, gFld("Letters", "letters/letterintro.html"))
      insDoc(aux1, gLnk("R", "Entry Screens", "letters/letters_main.htm"))
      insDoc(aux1, gLnk("R", "Compose Screen", "letters/letters_compose.htm"))
      insDoc(aux1, gLnk("R", "New Letter", "letters/letters_newletter.htm"))
      insDoc(aux1, gLnk("R", "Replaces, Macros", "letters/letters_functions.htm"))
      insDoc(aux1, gLnk("R", "Printing, etc", "letters/letters_printing.htm"))
//    insDoc(aux1, gLnk("R", "Troubleshooting", "letters/letters_troubleshoot.htm"))
//    insDoc(aux1, gLnk("R", "Medical Dictionary", "letters/letters_dictionary.htm"))

//ECLAIMS
  aux1 = insFld(foldersTree, gFld("Electronic Claims (ECS)", "ecs/ecsintro.html"))
      insDoc(aux1, gLnk("R", "ECS Control", "ecs/ecs_ecscontrol.htm"))
      insDoc(aux1, gLnk("R", "Previous Claims", "ecs/ecs_flag_previous.htm"))
      insDoc(aux1, gLnk("R", "Sending Claims", "ecs/ecs_creatuploadfile.htm"))
      insDoc(aux1, gLnk("R", "ECS Analysis", "ecs/ecs_ecsanalysis.htm"))
      insDoc(aux1, gLnk("R", "Using MCS", "ecs/ecs_mcs.htm"))

//MODEM PROGRAMS
  aux1 = insFld(foldersTree, gFld("Modem Programs", "modem/modem_intro.html"))
      insDoc(aux1, gLnk("R", "ComNet for Windows", "modem/modem_comnet.htm"))
      insDoc(aux1, gLnk("R", "Zterm for Mac", "modem/modem_zterm.htm"))

//VISION
  aux1 = insFld(foldersTree, gFld("Vision", "vision/visionintro.html"))
      insDoc(aux1, gLnk("R", "Module Functions", "vision/vision_functions.htm"))
      insDoc(aux1, gLnk("R", "Eyeglass Records", "vision/vision_eyeglasses.htm"))
      insDoc(aux1, gLnk("R", "Contacts Database", "vision/vision_contacts.htm"))
      insDoc(aux1, gLnk("R", "Contact Lens Records", "vision/cl_database.htm"))

//PRESCRIPTIONS
// aux1 = insFld(foldersTree, gFld("Prescriptions", "prescriptions/prescriptsintro.html"))
//      insDoc(aux1, gLnk("R", "Main Menu", "prescriptions/prescripts_intromainm.htm"))
//      insDoc(aux1, gLnk("R", "Rx Records", "prescriptions/prescripts_medrecords.htm"))
//      insDoc(aux1, gLnk("R", "Starting A New Rx", "prescriptions/prescripts_newprescri.htm"))
//      insDoc(aux1, gLnk("R", "Refill A Known Rx", "prescriptions/prescripts_knownpresc.htm"))
//      insDoc(aux1, gLnk("R", "Refill UNKNOWN Rx", "prescriptions/prescripts_unknwnpres.htm"))
//      insDoc(aux1, gLnk("R", "New Reports", "prescriptions/prescripts_creatrprts.htm"))
//      insDoc(aux1, gLnk("R", "Deleting", "prescriptions/prescripts_delprescpt.htm"))

//DENTAL
//  aux1 = insFld(foldersTree, gFld("Dental", "dental/dental_intro.html"))
//     insDoc(aux1, gLnk("R", "Dental Features", "dental/dental.htm"))

//TROUBLESHOOTING
  aux1 = insFld(foldersTree, gFld("Common Problems", "troubleshooting/trouble_intro.html"))
      insDoc(aux1, gLnk("R", "Troubleshooting", "troubleshooting/troubleshooting.htm"))
      insDoc(aux1, gLnk("R", "Updating", "troubleshooting/updating.htm"))
      insDoc(aux1, gLnk("R", "How do I..", "troubleshooting/how_do_i.htm"))



