// 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 = 1

// Remove the folder and link icons and keep only the +/- icons
USEICONS = 0

// Make the folder and link labels wrap into multiple lines
WRAPTEXT = 1

// Folders reopen toprevious state across page loads
PERSERVESTATE = 1


foldersTree = gFld("<b>Home</b>", "")
aux1 = insFld(foldersTree, gFld("Introduction", "../introduction/introductionbottom.htm"))
aux1 = insFld(foldersTree, gFld("Profile", ""))
	aux2 = insFld(aux1, gFld("Personal Details", "../profile/profile.htm?pic=\"beenthere_unitedstates.gif\","))
		//insDoc(aux2, gLnk("S", "Boston", "demoFrameless.html?pic=\"beenthere_boston.jpg\""))
	aux3 = insFld(aux1, gFld("Career Moves", "../profile/careermoves.htm?pic=\"beenthere_unitedstates.gif\""))
	aux4 = insFld(aux1, gFld("Skills", "../profile/skills.htm?pic=\"beenthere_unitedstates.gif\""))
	aux5 = insFld(aux1, gFld("Publications", "../profile/publications.htm?pic=\"beenthere_europe.gif\""))
	aux6 = insFld(aux1, gFld("List of Firsts", "../profile/firsts.htm?pic=\"beenthere_europe.gif\""))
	aux7 = insFld(aux1, gFld("Guest Lectures", "../profile/guest.htm?pic=\"beenthere_europe.gif\""))
	aux8 = insFld(aux1, gFld("Extra curricular Achievements", "../profile/xtracurricular.htm?pic=\"beenthere_europe.gif\""))
	aux9 = insFld(aux1, gFld("Books and Chapters on New Born Intensive care", "../profile/books.htm?pic=\"beenthere_europe.gif\""))
	aux10 = insFld(aux1, gFld("Programmes and strategies in advanced newborn intensive care", "../profile/programmes.htm?pic=\"beenthere_europe.gif\""))
	aux11 = insFld(aux1, gFld("Accomplishments as the head of departments ", "../profile/accomplishments.htm?pic=\"beenthere_europe.gif\""))
	aux12 = insFld(aux1, gFld("Dr. Rajiv's Crusade of the decade : 1992 - 2002", "../profile/crusade.htm?pic=\"beenthere_europe.gif\""))
aux1 = insFld(foldersTree, gFld("7th Anniversary of NICU", "../certificates/certificates.htm"))
aux1 = insFld(foldersTree, gFld("Peer Review", "../review/peer_reviews.htm"))
aux1 = insFld(foldersTree, gFld("High Frequency Ventilation", "../hfv/hfv.htm"))
aux1 = insFld(foldersTree, gFld("Viagra on Newborns", "../viagra/viagra.htm"))
		aux2 = insFld(aux1, gFld("Use of Viagra", "../viagra/testing.htm?pic=\"beenthere_unitedstates.gif\""))
		aux3 = insFld(aux1, gFld("Mechanism of Viagra", "../viagra/working.htm?pic=\"beenthere_unitedstates.gif\""))

aux1 = insFld(foldersTree, gFld("Press Coverage", "http://208.56.251.30/pkr/news/press.htm"))
aux1 = insFld(foldersTree, gFld("Neonatology Fellowship Training", "../location/locationbottom.htm"))
aux1 = insFld(foldersTree, gFld("First time in the world a comprehensive book on cpap bedside application", "../neo_book/neobottom.htm"))
aux1 = insFld(foldersTree, gFld("DNB Neonatology, 3rd year", "../neo_book/dnb.htm"))
    //aux2 = insFld(aux1, gFld("Expandable without link", ""))
	//	insDoc(aux1, gLnk("B", "Opens in new window", "http://www.mmartins.com/ft/example/pictures/beenthere_pisa.jpg"))
aux1 = insFld(foldersTree, gFld("DM Neonatology January 2010", ""))
		
