// 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

HIGHLIGHT = 1

foldersTree = gFld("<b>DXLite Web Help </b>", "")
  aux1 = insFld(foldersTree, gFld("Getting Started ", "javascript:parent.op()"))
	insDoc(aux1, gLnk("R", "Overview", "overview.htm"))
      
  
	insDoc(aux1, gLnk("R", "System Requirements", "SystemRequirements.htm"))
 
	insDoc(aux1, gLnk("R", "Download and Install", "download.htm"))


	insDoc(aux1, gLnk("R", "Register and Activate", "register.htm"))


	insDoc(aux1, gLnk("R", "X-Ray Procedure Protocol", "protocol.htm"))


	insDoc(aux1, gLnk("R", "Prepare X-Rays for DXLite", "prepare.htm"))
	

aux2 = insFld(aux1, gFld("Patient Submission", "submission.htm"))
aux3 = 	insFld(aux2, gFld("Using DXLite Assistant","dxliteassistant.htm" ))
	insDoc(aux3, gLnk("R", "Submit Patient Details", "PatientDetails.htm"))
	insDoc(aux3, gLnk("R", "Submit Insurance Details", "InsuranceDetails.htm"))
	insDoc(aux3, gLnk("R", "Submit Attorney Details", "insuranceDetails.htm"))
aux4 = 	insFld(aux3, gFld("Submit X-Rays","sendxrays.htm" ))
		insDoc(aux4, gLnk("R", "Static X-Rays", "sendallxrays.htm"))
		insDoc(aux4, gLnk("R", "Dynamic X-Rays", "sendmovie.htm"))
	insDoc(aux3, gLnk("R", "Patient photo and agreement form", "patientagreement.htm"))
	insDoc(aux3, gLnk("R", "Order Reports", "order.htm"))


	insDoc(aux1, gLnk("R", "Check Report Status", "reportstatus.htm"))


	insDoc(aux1, gLnk("R", "Download Report", "downloadreport.htm"))


	insDoc(aux1, gLnk("R", "Customize Report", "customizereport.htm"))
	
	
	insDoc(aux1, gLnk("R", "Print Report", "printreport.htm"))      


	insDoc(foldersTree, gLnk("R", "Best Practices", "bestpractices.htm"))
	

aux1 = insFld(foldersTree, gFld("How To's?", "javascript:parent.op()"))
	insDoc(aux1, gLnk("R", "Download and Install DXLite", "download.htm"))
	insDoc(aux1, gLnk("R", "Register and Activate", "register.htm"))
	insDoc(aux1, gLnk("R", "Prepare X-Ray Images", "prepare.htm"))
	insDoc(aux1, gLnk("R", "Check Report Status", "reportstatus.htm"))
	insDoc(aux1, gLnk("R", "Schedule Submissions", "howtoschedule.htm"))
	insDoc(aux1, gLnk("R", "Clone Patients", "howtoclone.htm"))
	insDoc(aux1, gLnk("R", "Reset Password", "howtoreset.htm"))
	insDoc(aux1, gLnk("R", "Send Feedback", "howtofeedback.htm"))
	insDoc(aux1, gLnk("R", "UnInstall", "howtouninstall.htm"))
	insDoc(aux1, gLnk("R", "Schedule Uploads and Downloads", "howtoschedule.htm"))
	insDoc(aux1, gLnk("R", "Download Reports", "downloadreport.htm"))
	insDoc(aux1, gLnk("R", "Print Report", "printreport.htm"))
	insDoc(aux1, gLnk("R", "Customize Reports", "customizereport.htm"))


aux1 = insFld(foldersTree, gFld("Doctor Functions", "javascript:parent.op()"))
	insDoc(aux1, gLnk("R", "Register an Account", "newdoctor.htm"))
	insDoc(aux1, gLnk("R", "Edit Profile", "accountinfo.htm"))
	insDoc(aux1, gLnk("R", "Change Password", "setpassword.htm"))
	insDoc(aux1, gLnk("R", "Attend Questionnaire", "questionnaire.htm"))
	insDoc(aux1, gLnk("R", "Send Feedback", "Feedback.htm"))

aux1 = insFld(foldersTree, gFld("Patient Functions", "javascript:parent.op()"))
	insDoc(aux1, gLnk("R", "Patient Panel", "patientpanel.htm"))
	insDoc(aux1, gLnk("R", "Clone Patient ", "clonepatient.htm"))
	insDoc(aux1, gLnk("R", "Delete Patient", "deletepatient.htm"))




	insDoc(foldersTree, gLnk("R", "TroubleShooting", "troubleshooting.htm"))
	insDoc(foldersTree, gLnk("R", "FAQ", "faq.htm"))



























