




// 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 = 1
USEFRAMES = 0
USEICONS = 1
WRAPTEXT = 1
PRESERVESTATE = 0
HIGHLIGHT = 1

foldersTree = gFld("<b><font class =TreeMain>INSURANCE</font></b>", "")

	//sub11=insDoc(foldersTree,gFld("<font class=Head>News</font>", "")) 
                
                  insDoc(foldersTree, gLnk("P", "Latest Unit Values", "../Insurance/InsInner.aspx?opt=1&id=1"))
				insDoc(foldersTree, gLnk("P", "Historical Unit Values", "../Insurance/InsInner.aspx?opt=2&id=2"))
				insDoc(foldersTree, gLnk("P", "ULIP's Performance", "../Insurance/InsInner.aspx?opt=4&id=3"))
				insDoc(foldersTree, gLnk("P", "Insurance News","../Insurance/InsInner.aspx?opt=5&id=4"))
				insDoc(foldersTree, gLnk("P", "Glossary", "../Insurance/InsInner.aspx?opt=6&id=5"))
				
				
				
							
foldersTree.treeID = "t2" 


